Searched refs:v4l2_type_names (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 175 const char *v4l2_type_names[] = { variable 192 EXPORT_SYMBOL(v4l2_type_names); 265 p->index, prt_names(p->type, v4l2_type_names), in v4l_print_fmtdesc() 283 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_format() 364 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype() 433 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers() 450 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer() 478 p->fd, prt_names(p->type, v4l2_type_names), in v4l_print_exportbuffer() 496 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_streamparm() 584 prt_names(p->type, v4l2_type_names), in v4l_print_cropcap() [all …]
|
/openbmc/linux/include/media/ |
H A D | v4l2-ioctl.h | 675 extern const char *v4l2_type_names[];
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A 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()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 2044 v4l2_type_names[type], ret); in uvc_register_video_device()
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 2147 video_device_node_name(vdev), v4l2_type_names[fh_type], in em28xx_v4l2_open()
|