Searched defs:v4l2_control (Results 1 – 8 of 8) sorted by relevance
58 impl VmediaType for bindings::v4l2_control {} implementation
353 fn g_ctrl(&mut self, session: &Self::Session, id: u32) -> IoctlResult<v4l2_control> { in g_ctrl()362 ) -> IoctlResult<v4l2_control> { in s_ctrl()
797 fn g_ctrl(&mut self, session: &Self::Session, id: u32) -> IoctlResult<v4l2_control> { in g_ctrl()808 ) -> IoctlResult<v4l2_control> { in s_ctrl()
1770 struct v4l2_control { struct1771 __u32 id;1772 __s32 value;
1804 struct v4l2_control { struct1805 uint32_t id;1806 int32_t value;
1837 struct v4l2_control { struct1838 __u32 id;1839 __s32 value;
25068 struct v4l2_control { struct25069 __u32 id;25070 __s32 value;