Searched refs:check_fmt (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 916 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt() function 1575 int ret = check_fmt(file, p->type); in v4l_reqbufs() 1589 int ret = check_fmt(file, p->type); in v4l_querybuf() 1598 int ret = check_fmt(file, p->type); in v4l_qbuf() 1607 int ret = check_fmt(file, p->type); in v4l_dqbuf() 1616 int ret = check_fmt(file, create->format.type); in v4l_create_bufs() 1636 int ret = check_fmt(file, b->type); in v4l_prepare_buf() 1646 int ret = check_fmt(file, p->type); in v4l_g_parm() 1666 int ret = check_fmt(file, p->type); in v4l_s_parm() 2070 int ret = check_fmt(file, p->type); in v4l_g_sliced_vbi_cap()
|