Searched refs:prt_names (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 207 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") macro 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() 303 prt_names(pix->field, v4l2_field_names), in v4l_print_format() 317 prt_names(mp->field, v4l2_field_names), in v4l_print_format() 334 prt_names(win->field, v4l2_field_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() 469 prt_names(p->memory, v4l2_memory_names)); in v4l_print_requestbuffers() 485 prt_names(p->type, v4l2_type_names), in v4l_print_buffer() [all …]
|