Searched refs:v4l2_id (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c67 static int get_ctrl_id(__u32 v4l2_id) { argument
71 if (v4l2_id < g450_controls[i].desc.id) {
77 if (v4l2_id == g450_controls[i].desc.id) {
H A Dmatroxfb_maven.c112 static int get_ctrl_id(__u32 v4l2_id) { argument
116 if (v4l2_id < maven_controls[i].desc.id) {
122 if (v4l2_id == maven_controls[i].desc.id) {
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c901 static void __uvc_find_control(struct uvc_entity *entity, u32 v4l2_id, argument
918 if ((map->id == v4l2_id) && !next) {
925 (map->id > v4l2_id) && next) {
934 u32 v4l2_id, struct uvc_control_mapping **mapping)
938 int next = v4l2_id & V4L2_CTRL_FLAG_NEXT_CTRL;
943 v4l2_id &= V4L2_CTRL_ID_MASK;
947 __uvc_find_control(entity, v4l2_id, mapping, &ctrl, next);
954 v4l2_id);
1142 * Check if control @v4l2_id can be accessed by the given control @ioctl
1151 int uvc_ctrl_is_accessible(struct uvc_video_chain *chain, u32 v4l2_id, argument
933 uvc_find_control(struct uvc_video_chain *chain, u32 v4l2_id, struct uvc_control_mapping **mapping) argument
[all...]
H A Duvcvideo.h785 int uvc_ctrl_is_accessible(struct uvc_video_chain *chain, u32 v4l2_id,
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h77 int v4l2_id; member in struct:bttv_tvnorm
H A Dbttv-driver.c277 .v4l2_id = V4L2_STD_PAL,
311 .v4l2_id = V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_KR,
338 .v4l2_id = V4L2_STD_SECAM,
364 .v4l2_id = V4L2_STD_PAL_Nc,
390 .v4l2_id = V4L2_STD_PAL_M,
416 .v4l2_id = V4L2_STD_PAL_N,
442 .v4l2_id = V4L2_STD_NTSC_M_JP,
471 .v4l2_id = V4L2_STD_PAL_60,
1138 id = tvnorm->v4l2_id;
1608 if (id & bttv_tvnorms[i].v4l2_id)
[all...]
H A Dbttv-cards.c4096 if (bttv_tvnorms[btv->tvnorm].v4l2_id & V4L2_STD_MN)
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c709 u32 v4l2_id; member in struct:id_mapping
830 return array[i].v4l2_id;
835 static u32 find_hfi_id(u32 v4l2_id, const struct id_mapping *array, unsigned int array_sz) argument
843 if (v4l2_id == array[i].v4l2_id)

Completed in 161 milliseconds