Searched refs:prt_names (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 201 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") macro 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() 290 prt_names(pix->field, v4l2_field_names), in v4l_print_format() 301 prt_names(mp->field, v4l2_field_names), in v4l_print_format() 315 prt_names(win->field, v4l2_field_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() 434 prt_names(p->memory, v4l2_memory_names)); in v4l_print_requestbuffers() 450 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer() [all …]
|