Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/omap4iss/
Diss_video.c571 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()
793 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_qbuf()
801 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_expbuf()
809 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_dqbuf()
848 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_streamon()
[all …]
Diss_video.h187 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) macro