Searched refs:v4l2_type_names (Results 1 – 7 of 7) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 180 const char *v4l2_type_names[] = { variable 197 EXPORT_SYMBOL(v4l2_type_names); 270 p->index, prt_names(p->type, v4l2_type_names), in v4l_print_fmtdesc() 288 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_format() 373 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype() 442 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers() 459 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer() 487 p->fd, prt_names(p->type, v4l2_type_names), in v4l_print_exportbuffer() 505 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_streamparm() 593 prt_names(p->type, v4l2_type_names), in v4l_print_cropcap() [all …]
|
/drivers/media/platform/chips-media/ |
D | coda-common.c | 797 __func__, v4l2_type_names[f->type], vq->num_buffers); in coda_s_fmt() 846 v4l2_type_names[f->type], q_data->width, q_data->height, in coda_s_fmt() 1980 coda_dbg(1, ctx, "start streaming %s\n", v4l2_type_names[q->type]); in coda_start_streaming() 2120 coda_dbg(1, ctx, "stop streaming %s\n", v4l2_type_names[q->type]); in coda_stop_streaming()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 2867 fh->btv->c.nr, (int)count, v4l2_type_names[fh->type]); in bttv_read() 2967 btv->c.nr, v4l2_type_names[type]); in bttv_open() 3071 fh->btv->c.nr, v4l2_type_names[fh->type], in bttv_mmap()
|
/drivers/staging/media/deprecated/fsl-viu/ |
D | fsl-viu.c | 1165 v4l2_type_names[V4L2_BUF_TYPE_VIDEO_CAPTURE], dev->users); in viu_open()
|
/drivers/staging/media/deprecated/tm6000/ |
D | tm6000-video.c | 1316 video_device_node_name(vdev), v4l2_type_names[type], in __tm6000_open()
|
/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1955 v4l2_type_names[type], ret); in uvc_register_video_device()
|
/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 2147 video_device_node_name(vdev), v4l2_type_names[fh_type], in em28xx_v4l2_open()
|