Searched defs:v4l2_ext_control (Results 1 – 7 of 7) sorted by relevance
82 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control]; in as_v4l2_control_slice()85 impl AsV4l2ControlSlice for &mut [v4l2_ext_control] { implementation86 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control] { in as_v4l2_control_slice()122 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control] { in as_v4l2_control_slice()
177 &mut Vec<v4l2_ext_control>, in perform_ext_ctrls_ioctl()949 ctrl_array: &mut Vec<v4l2_ext_control>, in g_ext_ctrls()967 ctrl_array: &mut Vec<v4l2_ext_control>, in s_ext_ctrls()985 ctrl_array: &mut Vec<v4l2_ext_control>, in try_ext_ctrls()
83 impl VmediaType for bindings::v4l2_ext_control {} implementation
495 ctrl_array: &mut Vec<v4l2_ext_control>, in g_ext_ctrls()506 ctrl_array: &mut Vec<v4l2_ext_control>, in s_ext_ctrls()517 ctrl_array: &mut Vec<v4l2_ext_control>, in try_ext_ctrls()
1775 struct v4l2_ext_control { struct1776 __u32 id;1777 __u32 size;1778 __u32 reserved2[1];1779 union {
1809 struct v4l2_ext_control { struct1810 uint32_t id;1811 uint32_t size;1812 uint32_t reserved2[1];1813 union {
1842 struct v4l2_ext_control { struct1843 __u32 id;1844 __u32 size;1845 __u32 reserved2[1];1846 union {