Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c206 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") macro
270 p->index, prt_names(p->type, v4l2_type_names), in v4l_print_fmtdesc()
288 pr_cont("type=%s", prt_names(p->type, v4l2_type_names)); in v4l_print_format()
295 prt_names(pix->field, v4l2_field_names), in v4l_print_format()
306 prt_names(mp->field, v4l2_field_names), in v4l_print_format()
323 prt_names(win->field, v4l2_field_names), in v4l_print_format()
373 pr_cont("type=%s\n", prt_names(*(u32 *)arg, v4l2_type_names)); in v4l_print_buftype()
442 prt_names(p->type, v4l2_type_names), in v4l_print_requestbuffers()
443 prt_names(p->memory, v4l2_memory_names)); in v4l_print_requestbuffers()
459 prt_names(p->type, v4l2_type_names), p->request_fd, in v4l_print_buffer()
[all …]