Searched refs:v4l2_type_names (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 182 const char *v4l2_type_names[] = { variable 198 EXPORT_SYMBOL(v4l2_type_names); 271 p->index, prt_names(p->type, v4l2_type_names), in v4l_print_fmtdesc() 292 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_format() 399 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype() 468 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers() 485 prt_names(p->type, v4l2_type_names), in v4l_print_buffer() 513 p->fd, prt_names(p->type, v4l2_type_names), in v4l_print_exportbuffer() 531 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_streamparm() 613 prt_names(p->type, v4l2_type_names), in v4l_print_cropcap() [all …]
|
/linux-4.19.296/include/media/ |
D | v4l2-ioctl.h | 674 extern const char *v4l2_type_names[];
|