Home
last modified time | relevance | path

Searched refs:__video_try_fmt (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/staging/media/starfive/camss/
H A Dstf-video.c64 static int __video_try_fmt(struct stfcamss_video *video, struct v4l2_format *f) in __video_try_fmt() function
118 ret = __video_try_fmt(video, &format); in stf_video_init_format()
415 ret = __video_try_fmt(video, f); in video_s_fmt()
428 return __video_try_fmt(video, f); in video_try_fmt()
/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-video.c429 static int __video_try_fmt(struct camss_video *video, struct v4l2_format *f) in __video_try_fmt() function
513 return __video_try_fmt(video, f); in video_try_fmt()
524 ret = __video_try_fmt(video, f); in video_s_fmt()
682 ret = __video_try_fmt(video, &format); in msm_video_init_format()