Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_rpc.c172 .check_fmt = vpu_imx8q_check_fmt,
198 .check_fmt = vpu_malone_check_fmt,
A Dvpu_rpc.h44 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-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ioctl.c1525 int ret = check_fmt(file, p->type); in v4l_enum_fmt()
1616 int ret = check_fmt(file, p->type); in v4l_g_fmt()
1697 int ret = check_fmt(file, p->type); in v4l_s_fmt()
1802 int ret = check_fmt(file, p->type); in v4l_try_fmt()
2087 int ret = check_fmt(file, p->type); in v4l_reqbufs()
2101 int ret = check_fmt(file, p->type); in v4l_querybuf()
2110 int ret = check_fmt(file, p->type); in v4l_qbuf()
2119 int ret = check_fmt(file, p->type); in v4l_dqbuf()
2150 int ret = check_fmt(file, b->type); in v4l_prepare_buf()
2161 int ret = check_fmt(file, p->type); in v4l_g_parm()
[all …]

Completed in 12 milliseconds