Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h335 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp,
H A 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()
1625 vp->out_fmt = s3c_camif_find_format(vp, NULL, 0); in s3c_camif_set_defaults()
H A Dcamif-core.c99 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format() function