Searched refs:check_fmt (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 900 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt() function 1440 int ret = check_fmt(file, p->type); in v4l_enum_fmt() 1531 int ret = check_fmt(file, p->type); in v4l_g_fmt() 1612 int ret = check_fmt(file, p->type); in v4l_s_fmt() 1717 int ret = check_fmt(file, p->type); in v4l_try_fmt() 2002 int ret = check_fmt(file, p->type); in v4l_reqbufs() 2016 int ret = check_fmt(file, p->type); in v4l_querybuf() 2025 int ret = check_fmt(file, p->type); in v4l_qbuf() 2034 int ret = check_fmt(file, p->type); in v4l_dqbuf() 2043 int ret = check_fmt(file, create->format.type); in v4l_create_bufs() [all …]
|