Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/ !
H A Dv4l2-ioctl.c175 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()
365 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype()
434 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers()
451 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer()
479 p->fd, prt_names(p->type, v4l2_type_names), in v4l_print_exportbuffer()
498 prt_names(p->type, v4l2_type_names), p->index, p->count); in v4l_print_remove_buffers()
505 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_streamparm()
[all …]
/linux/include/media/ !
H A Dv4l2-ioctl.h682 extern const char *v4l2_type_names[];
/linux/drivers/media/platform/chips-media/coda/ !
H A Dcoda-common.c800 __func__, v4l2_type_names[f->type], vb2_get_num_buffers(vq)); in coda_s_fmt()
849 v4l2_type_names[f->type], q_data->width, q_data->height, in coda_s_fmt()
1981 coda_dbg(1, ctx, "start streaming %s\n", v4l2_type_names[q->type]); in coda_start_streaming()
2121 coda_dbg(1, ctx, "stop streaming %s\n", v4l2_type_names[q->type]); in coda_stop_streaming()
/linux/drivers/media/usb/em28xx/ !
H A Dem28xx-video.c2147 video_device_node_name(vdev), v4l2_type_names[fh_type], in em28xx_v4l2_open()
/linux/drivers/media/usb/uvc/ !
H A Duvc_driver.c2084 v4l2_type_names[type], ret); in uvc_register_video_device()