Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/s3c-camif/
Dcamif-core.h325 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp,
Dcamif-capture.c680 fmt = s3c_camif_find_format(vp, NULL, f->index); in s3c_camif_vidioc_enum_fmt()
718 fmt = s3c_camif_find_format(vp, &pix->pixelformat, 0); in __camif_video_try_format()
1626 vp->out_fmt = s3c_camif_find_format(vp, NULL, 0); in s3c_camif_set_defaults()
Dcamif-core.c100 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format() function