Home
last modified time | relevance | path

Searched refs:v4l2_type_names (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c180 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 …]
/linux-5.19.10/include/media/
Dv4l2-ioctl.h675 extern const char *v4l2_type_names[];
/linux-5.19.10/drivers/media/platform/chips-media/
Dcoda-common.c797 __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()
/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-driver.c2867 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()
/linux-5.19.10/drivers/media/usb/tm6000/
Dtm6000-video.c1318 video_device_node_name(vdev), v4l2_type_names[type], in __tm6000_open()
/linux-5.19.10/drivers/media/platform/nxp/
Dfsl-viu.c1165 v4l2_type_names[V4L2_BUF_TYPE_VIDEO_CAPTURE], dev->users); in viu_open()
/linux-5.19.10/drivers/media/usb/uvc/
Duvc_driver.c2250 v4l2_type_names[type], ret); in uvc_register_video_device()
/linux-5.19.10/drivers/media/usb/em28xx/
Dem28xx-video.c2157 video_device_node_name(vdev), v4l2_type_names[fh_type], in em28xx_v4l2_open()