Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/omap4iss/
Diss_video.c265 iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh) in iss_video_check_format()
297 struct iss_video_fh *vfh = vb2_get_drv_priv(vq); in iss_video_queue_setup()
324 struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); in iss_video_buf_prepare()
348 struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); in iss_video_buf_queue()
571 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_format()
587 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_format()
740 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_param()
758 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_param()
776 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_reqbufs()
784 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_querybuf()
[all …]
Diss_video.h179 struct iss_video_fh { struct
187 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) argument
189 container_of(q, struct iss_video_fh, queue)