Home
last modified time | relevance | path

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

/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c50 struct hdpvr_fh { struct
55 static inline struct hdpvr_fh *file_to_hdpvr_fh(struct file *file) in file_to_hdpvr_fh() argument
57 return container_of(file_to_v4l2_fh(file), struct hdpvr_fh, fh); in file_to_hdpvr_fh()
382 struct hdpvr_fh *fh = kzalloc_obj(*fh); in hdpvr_open()
597 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_s_std()
617 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_g_std()
629 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_querystd()
649 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_s_dv_timings()
672 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_g_dv_timings()
685 struct hdpvr_fh *fh = file_to_hdpvr_fh(file); in vidioc_query_dv_timings()
[all …]