Searched refs:check_fmt (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_rpc.c | 170 .check_fmt = vpu_imx8q_check_fmt, 196 .check_fmt = vpu_malone_check_fmt,
|
| H A D | vpu_rpc.h | 44 bool (*check_fmt)(enum vpu_core_type type, u32 pixelfmt); member 132 if (ops && ops->check_fmt) in vpu_iface_check_format() 133 return ops->check_fmt(inst->type, pixelfmt); in vpu_iface_check_format()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 923 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt() function 1598 int ret = check_fmt(file, p->type); in v4l_enum_fmt() 1689 int ret = check_fmt(file, p->type); in v4l_g_fmt() 1748 int ret = check_fmt(file, p->type); in v4l_s_fmt() 1859 int ret = check_fmt(file, p->type); in v4l_try_fmt() 2160 int ret = check_fmt(file, p->type); in v4l_reqbufs() 2178 int ret = check_fmt(file, p->type); in v4l_querybuf() 2187 int ret = check_fmt(file, p->type); in v4l_qbuf() 2196 int ret = check_fmt(file, p->type); in v4l_dqbuf() 2206 int ret = check_fmt(file, create->format.type); in v4l_create_bufs() [all …]
|