Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/kernel/linux/linux-4.19/drivers/staging/media/zoran/
Dzoran_driver.c189 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw()
195 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg()
212 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc()
255 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free()
306 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc()
384 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free()
435 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format()
483 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame()
563 static int v4l_sync(struct zoran_fh *fh, int frame) in v4l_sync()
633 static int zoran_jpg_queue_frame(struct zoran_fh *fh, int num, in zoran_jpg_queue_frame()
[all …]
/kernel/linux/linux-4.19/drivers/media/pci/ivtv/
Divtv-ioctl.c325 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out()
347 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap()
370 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap()
388 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap()
411 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out()
451 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out_overlay()
473 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out()
478 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vid_cap()
501 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vbi_cap()
506 static int ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_cap()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c314 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out()
336 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap()
359 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap()
377 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap()
400 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out()
440 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out_overlay()
462 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out()
467 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vid_cap()
490 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vbi_cap()
495 static int ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_cap()
[all …]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-event.c27 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue()
59 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue()
89 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
102 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, in __v4l2_event_queue_fh()
155 struct v4l2_fh *fh; in v4l2_event_queue() local
173 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
184 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
192 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local
206 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
260 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
[all …]
Dv4l2-fh.c21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
44 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
58 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
80 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
93 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
105 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
/kernel/linux/linux-4.19/drivers/media/v4l2-core/
Dv4l2-event.c35 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue()
63 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue()
93 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
106 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh()
159 struct v4l2_fh *fh; in v4l2_event_queue() local
177 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
190 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
198 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local
212 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
266 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
[all …]
Dv4l2-fh.c29 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
52 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
66 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
77 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
88 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
101 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
112 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c14 #define IS_CAPTURE_ACTIVE(fh) \ argument
17 #define IS_OVERLAY_ACTIVE(fh) \ argument
96 int saa7146_start_preview(struct saa7146_fh *fh) in saa7146_start_preview()
158 int saa7146_stop_preview(struct saa7146_fh *fh) in saa7146_stop_preview()
316 static int video_begin(struct saa7146_fh *fh) in video_begin()
378 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end()
440 static int vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vidioc_querycap()
454 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in vidioc_g_fbuf()
465 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in vidioc_s_fbuf()
505 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
[all …]
/kernel/linux/linux-4.19/drivers/media/common/saa7146/
Dsaa7146_video.c14 #define IS_CAPTURE_ACTIVE(fh) \ argument
17 #define IS_OVERLAY_ACTIVE(fh) \ argument
106 int saa7146_start_preview(struct saa7146_fh *fh) in saa7146_start_preview()
168 int saa7146_stop_preview(struct saa7146_fh *fh) in saa7146_stop_preview()
327 static int video_begin(struct saa7146_fh *fh) in video_begin()
388 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end()
449 static int vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vidioc_querycap()
473 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in vidioc_g_fbuf()
484 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in vidioc_s_fbuf()
524 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
[all …]
/kernel/linux/linux-4.19/drivers/media/pci/cx18/
Dcx18-ioctl.c143 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap()
167 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
186 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
211 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
235 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
241 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
260 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
303 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
333 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
365 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-ioctl.c134 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap()
158 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
177 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
202 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
226 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
232 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
251 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
294 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
324 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
356 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/cx231xx/
Dcx231xx-video.c727 struct cx231xx_fh *fh = vq->priv_data; in buffer_setup() local
746 struct cx231xx_fh *fh = vq->priv_data; in free_buffer() local
779 struct cx231xx_fh *fh = vq->priv_data; in buffer_prepare() local
840 struct cx231xx_fh *fh = vq->priv_data; in buffer_queue() local
854 struct cx231xx_fh *fh = vq->priv_data; in buffer_release() local
889 static int res_get(struct cx231xx_fh *fh) in res_get()
914 static int res_check(struct cx231xx_fh *fh) in res_check()
919 static void res_free(struct cx231xx_fh *fh) in res_free()
947 struct cx231xx_fh *fh = priv; in vidioc_g_fmt_vid_cap() local
976 struct cx231xx_fh *fh = priv; in vidioc_try_fmt_vid_cap() local
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
Dcpia2_v4l.c209 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap()
264 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i) in cpia2_enum_input()
273 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i) in cpia2_g_input()
279 static int cpia2_s_input(struct file *file, void *fh, unsigned int i) in cpia2_s_input()
292 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh, in cpia2_enum_fmt_vid_cap()
313 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh, in cpia2_try_fmt_vid_cap()
424 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh, in cpia2_g_fmt_vid_cap()
449 static int cpia2_g_selection(struct file *file, void *fh, in cpia2_g_selection()
485 static int cpia2_g_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_g_parm()
504 static int cpia2_s_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_s_parm()
[all …]
/kernel/linux/linux-4.19/drivers/media/cec/
Dcec-api.c27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() local
37 struct cec_fh *fh = filp->private_data; in cec_poll() local
57 const struct cec_fh *fh) in cec_is_busy()
121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
196 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
233 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
283 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
301 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
351 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
[all …]
/kernel/linux/linux-5.10/drivers/media/cec/core/
Dcec-api.c27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() local
37 struct cec_fh *fh = filp->private_data; in cec_poll() local
57 const struct cec_fh *fh) in cec_is_busy()
121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
240 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
308 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
358 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/tm6000/
Dtm6000-video.c676 struct tm6000_fh *fh = vq->priv_data; in buffer_setup() local
693 struct tm6000_fh *fh = vq->priv_data; in free_buffer() local
721 struct tm6000_fh *fh = vq->priv_data; in buffer_prepare() local
775 struct tm6000_fh *fh = vq->priv_data; in buffer_queue() local
802 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read()
811 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming()
820 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get()
838 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free()
889 struct tm6000_fh *fh = priv; in vidioc_g_fmt_vid_cap() local
954 struct tm6000_fh *fh = priv; in vidioc_s_fmt_vid_cap() local
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
Dtm6000-video.c675 struct tm6000_fh *fh = vq->priv_data; in buffer_setup() local
692 struct tm6000_fh *fh = vq->priv_data; in free_buffer() local
720 struct tm6000_fh *fh = vq->priv_data; in buffer_prepare() local
774 struct tm6000_fh *fh = vq->priv_data; in buffer_queue() local
801 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read()
810 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming()
819 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get()
837 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free()
883 struct tm6000_fh *fh = priv; in vidioc_g_fmt_vid_cap() local
948 struct tm6000_fh *fh = priv; in vidioc_s_fmt_vid_cap() local
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c544 static int atomisp_querycap(struct file *file, void *fh, in atomisp_querycap()
560 static int atomisp_enum_input(struct file *file, void *fh, in atomisp_enum_input()
643 static int atomisp_g_input(struct file *file, void *fh, unsigned int *input) in atomisp_g_input()
659 static int atomisp_s_input(struct file *file, void *fh, unsigned int input) in atomisp_s_input()
758 static int atomisp_enum_fmt_cap(struct file *file, void *fh, in atomisp_enum_fmt_cap()
809 static int atomisp_g_fmt_cap(struct file *file, void *fh, in atomisp_g_fmt_cap()
823 static int atomisp_g_fmt_file(struct file *file, void *fh, in atomisp_g_fmt_file()
838 static int atomisp_try_fmt_cap(struct file *file, void *fh, in atomisp_try_fmt_cap()
851 static int atomisp_s_fmt_cap(struct file *file, void *fh, in atomisp_s_fmt_cap()
869 static int atomisp_s_fmt_file(struct file *file, void *fh, in atomisp_s_fmt_file()
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/cpia2/
Dcpia2_v4l.c218 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap()
280 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i) in cpia2_enum_input()
289 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i) in cpia2_g_input()
295 static int cpia2_s_input(struct file *file, void *fh, unsigned int i) in cpia2_s_input()
308 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh, in cpia2_enum_fmt_vid_cap()
344 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh, in cpia2_try_fmt_vid_cap()
456 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh, in cpia2_g_fmt_vid_cap()
482 static int cpia2_cropcap(struct file *file, void *fh, struct v4l2_cropcap *c) in cpia2_cropcap()
517 static int cpia2_g_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_g_parm()
536 static int cpia2_s_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_s_parm()
[all …]
/kernel/linux/linux-5.10/drivers/media/rc/
Dlirc_dev.c41 struct lirc_fh *fh; in lirc_raw_event() local
122 struct lirc_fh *fh; in lirc_scancode_event() local
139 struct lirc_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in lirc_open() local
205 struct lirc_fh *fh = file->private_data; in lirc_close() local
228 struct lirc_fh *fh = file->private_data; in lirc_transmit() local
368 struct lirc_fh *fh = file->private_data; in lirc_ioctl() local
590 struct lirc_fh *fh = file->private_data; in lirc_poll() local
614 struct lirc_fh *fh = file->private_data; in lirc_read_mode2() local
652 struct lirc_fh *fh = file->private_data; in lirc_read_scancode() local
691 struct lirc_fh *fh = file->private_data; in lirc_read() local
[all …]
/kernel/linux/linux-4.19/drivers/media/rc/
Dlirc_dev.c51 struct lirc_fh *fh; in ir_lirc_raw_event() local
133 struct lirc_fh *fh; in ir_lirc_scancode_event() local
150 struct lirc_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in ir_lirc_open() local
216 struct lirc_fh *fh = file->private_data; in ir_lirc_close() local
239 struct lirc_fh *fh = file->private_data; in ir_lirc_transmit_ir() local
386 struct lirc_fh *fh = file->private_data; in ir_lirc_ioctl() local
613 struct lirc_fh *fh = file->private_data; in ir_lirc_poll() local
637 struct lirc_fh *fh = file->private_data; in ir_lirc_read_mode2() local
675 struct lirc_fh *fh = file->private_data; in ir_lirc_read_scancode() local
714 struct lirc_fh *fh = file->private_data; in ir_lirc_read() local
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-driver.c652 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
701 int check_btres(struct bttv_fh *fh, int bit) in check_btres()
742 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
775 unsigned char fl, fh, fi; in set_pll_freq() local
1498 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, in bttv_switch_overlay()
1534 struct bttv_fh *fh = q->priv_data; in bttv_prepare_buffer() local
1631 struct bttv_fh *fh = q->priv_data; in buffer_setup() local
1646 struct bttv_fh *fh = q->priv_data; in buffer_prepare() local
1656 struct bttv_fh *fh = q->priv_data; in buffer_queue() local
1670 struct bttv_fh *fh = q->priv_data; in buffer_release() local
[all …]
/kernel/linux/linux-4.19/drivers/media/pci/bt8xx/
Dbttv-driver.c682 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
731 int check_btres(struct bttv_fh *fh, int bit) in check_btres()
772 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
805 unsigned char fl, fh, fi; in set_pll_freq() local
1528 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, in bttv_switch_overlay()
1564 struct bttv_fh *fh = q->priv_data; in bttv_prepare_buffer() local
1661 struct bttv_fh *fh = q->priv_data; in buffer_setup() local
1676 struct bttv_fh *fh = q->priv_data; in buffer_prepare() local
1686 struct bttv_fh *fh = q->priv_data; in buffer_queue() local
1700 struct bttv_fh *fh = q->priv_data; in buffer_release() local
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c49 struct v4l2_fh fh; member
121 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querycap() local
147 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_std() local
160 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_std() local
172 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querystd() local
185 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_enum_input() local
233 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_input() local
255 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_input() local
310 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_tuner() local
322 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_tuner() local
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c39 struct v4l2_fh fh; member
111 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querycap() local
126 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_std() local
139 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_std() local
151 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querystd() local
164 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_enum_input() local
212 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_input() local
234 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_input() local
289 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_tuner() local
301 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_tuner() local
[all …]

12345678910>>...29