Searched refs:prt_names (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/v4l2-core/ |
| D | v4l2-ioctl.c | 205 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") macro 269 p->index, prt_names(p->type, v4l2_type_names), in v4l_print_fmtdesc() 287 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_format() 294 prt_names(pix->field, v4l2_field_names), in v4l_print_format() 304 prt_names(mp->field, v4l2_field_names), in v4l_print_format() 321 prt_names(win->field, v4l2_field_names), in v4l_print_format() 370 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype() 439 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers() 440 prt_names(p->memory, v4l2_memory_names)); in v4l_print_requestbuffers() 456 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer() [all …]
|