Home
last modified time | relevance | path

Searched defs:v4l2_queryctrl (Results 1 – 8 of 8) sorted by relevance

/external/virtio-media/device/src/io/
Dle.rs81 impl VmediaType for bindings::v4l2_queryctrl {} implementation
/external/v4l-utils/include/linux/
Dvideodev2.h1890 struct v4l2_queryctrl { struct
1891 __u32 id;
1892 __u32 type; /* enum v4l2_ctrl_type */
1893 __u8 name[32]; /* Whatever */
1894 __s32 minimum; /* Note signedness */
1895 __s32 maximum;
1896 __s32 step;
1897 __s32 default_value;
1898 __u32 flags;
1899 __u32 reserved[2];
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h1924 struct v4l2_queryctrl { struct
1925 uint32_t id;
1926 uint32_t type; /* enum v4l2_ctrl_type */
1927 uint8_t name[32]; /* Whatever */
1928 int32_t minimum; /* Note signedness */
1929 int32_t maximum;
1930 int32_t step;
1931 int32_t default_value;
1932 uint32_t flags;
1933 uint32_t reserved[2];
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1961 struct v4l2_queryctrl { struct
1962 __u32 id;
1963 __u32 type; /* enum v4l2_ctrl_type */
1964 __u8 name[32]; /* Whatever */
1965 __s32 minimum; /* Note signedness */
1966 __s32 maximum;
1967 __s32 step;
1968 __s32 default_value;
1969 __u32 flags;
1970 __u32 reserved[2];
/external/virtio-media/device/src/
Dioctl.rs397 ) -> IoctlResult<v4l2_queryctrl> { in queryctrl()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs845 ) -> IoctlResult<v4l2_queryctrl> { in queryctrl()
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h25056 struct v4l2_queryctrl { struct
25057 __u32 id;
25058 __u32 type;
25059 __u8 name[32];
25060 __s32 minimum;
25061 __s32 maximum;
25062 __s32 step;
25063 __s32 default_value;
25064 __u32 flags;
25065 __u32 reserved[2];
Dvmlinux.h25056 struct v4l2_queryctrl { struct
25057 __u32 id;
25058 __u32 type;
25059 __u8 name[32];
25060 __s32 minimum;
25061 __s32 maximum;
25062 __s32 step;
25063 __s32 default_value;
25064 __u32 flags;
25065 __u32 reserved[2];