Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c36 struct pvr2_v4l2_fh { struct
49 static inline struct pvr2_v4l2_fh *to_pvr2_v4l2_fh(struct file *filp) in to_pvr2_v4l2_fh() argument
51 return container_of(file_to_v4l2_fh(filp), struct pvr2_v4l2_fh, fh); in to_pvr2_v4l2_fh()
114 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_querycap()
129 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_g_std()
142 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_s_std()
154 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_querystd()
167 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_enum_input()
215 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_g_input()
237 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_s_input()
[all …]