Searched refs:check_fmt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 919 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt() function 1804 int ret = check_fmt(file, p->type); in v4l_reqbufs() 1818 int ret = check_fmt(file, p->type); in v4l_querybuf() 1827 int ret = check_fmt(file, p->type); in v4l_qbuf() 1836 int ret = check_fmt(file, p->type); in v4l_dqbuf() 1845 int ret = check_fmt(file, create->format.type); in v4l_create_bufs() 1867 int ret = check_fmt(file, b->type); in v4l_prepare_buf() 1877 int ret = check_fmt(file, p->type); in v4l_g_parm() 1897 int ret = check_fmt(file, p->type); in v4l_s_parm() 2301 int ret = check_fmt(file, p->type); in v4l_g_sliced_vbi_cap()
|