Searched refs:v4l2_type (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/media/usb/uvc/ | 
| D | uvc_ctrl.c | 435 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,445 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 455 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 467 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 477 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 487 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 497 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 507 		.v4l2_type	= V4L2_CTRL_TYPE_INTEGER,
 517 		.v4l2_type	= V4L2_CTRL_TYPE_MENU,
 529 		.v4l2_type	= V4L2_CTRL_TYPE_BOOLEAN,
 [all …]
 
 | 
| D | uvc_v4l2.c | 48 	map->v4l2_type = xmap->v4l2_type;  in uvc_ioctl_ctrl_map()51 	switch (xmap->v4l2_type) {  in uvc_ioctl_ctrl_map()
 79 			"Unsupported V4L2 control type %u\n", xmap->v4l2_type);  in uvc_ioctl_ctrl_map()
 1351 	u32 v4l2_type;  member
 
 | 
| D | uvcvideo.h | 250 	enum v4l2_ctrl_type v4l2_type;  member
 | 
| /Linux-v5.15/include/uapi/linux/ | 
| D | uvcvideo.h | 52 	__u32 v4l2_type;  member
 | 
| /Linux-v5.15/Documentation/userspace-api/media/drivers/ | 
| D | uvcvideo.rst | 163 		v4l2_type	V4L2 control type
 |