Home
last modified time | relevance | path

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

1234567

/drivers/staging/ced1401/
Dced_ioctl.h140 inline int CED_SendString(int fh, const char *szText, int n) in CED_SendString()
145 inline int CED_Reset1401(int fh) in CED_Reset1401()
151 inline int CED_GetChar(int fh) in CED_GetChar()
157 inline int CED_Stat1401(int fh) in CED_Stat1401()
162 inline int CED_SendChar(int fh, char c) in CED_SendChar()
167 inline int CED_LineCount(int fh) in CED_LineCount()
178 inline int CED_GetString(int fh, char *szText, int nMax) in CED_GetString()
184 inline int CED_GetOutBufSpace(int fh) in CED_GetOutBufSpace()
190 inline int CED_GetBaseAddress(int fh) in CED_GetBaseAddress()
196 inline int CED_GetDriverRevision(int fh) in CED_GetDriverRevision()
[all …]
/drivers/media/pci/zoran/
Dzoran_driver.c192 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw()
198 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg()
215 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc()
258 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free()
309 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc()
387 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free()
438 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format()
486 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame()
565 static int v4l_sync(struct zoran_fh *fh, int frame) in v4l_sync()
631 static int zoran_jpg_queue_frame(struct zoran_fh *fh, int num, in zoran_jpg_queue_frame()
[all …]
/drivers/media/pci/ivtv/
Divtv-ioctl.c323 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out()
345 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap()
369 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap()
387 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap()
410 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()
470 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out()
475 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vid_cap()
498 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vbi_cap()
503 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 …]
/drivers/media/common/saa7146/
Dsaa7146_video.c14 #define IS_CAPTURE_ACTIVE(fh) \ argument
17 #define IS_OVERLAY_ACTIVE(fh) \ argument
108 int saa7146_start_preview(struct saa7146_fh *fh) in saa7146_start_preview()
170 int saa7146_stop_preview(struct saa7146_fh *fh) in saa7146_stop_preview()
329 static int video_begin(struct saa7146_fh *fh) in video_begin()
390 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end()
447 static int vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vidioc_querycap()
471 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in vidioc_g_fbuf()
482 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in vidioc_s_fbuf()
522 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
[all …]
/drivers/media/pci/cx18/
Dcx18-ioctl.c148 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap()
173 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
192 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
217 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
241 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
247 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
266 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
304 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
334 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_chip_ident(struct file *file, void *fh, in cx18_g_chip_ident()
[all …]
/drivers/media/pci/saa7134/
Dsaa7134-video.c496 static int res_get(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bit) in res_get()
517 static int res_check(struct saa7134_fh *fh, unsigned int bit) in res_check()
528 void res_free(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bits) in res_free()
870 static int start_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) in start_preview()
925 static int stop_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) in stop_preview()
1020 struct saa7134_fh *fh = q->priv_data; in buffer_prepare() local
1084 struct saa7134_fh *fh = q->priv_data; in buffer_setup() local
1095 struct saa7134_fh *fh = q->priv_data; in buffer_queue() local
1117 int saa7134_g_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c) in saa7134_g_ctrl_internal()
1167 struct saa7134_fh *fh = priv; in saa7134_g_ctrl() local
[all …]
/drivers/media/v4l2-core/
Dv4l2-fh.c33 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
48 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
63 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
74 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
86 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
97 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
108 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
Dv4l2-event.c39 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue()
67 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue()
97 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
110 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh()
171 struct v4l2_fh *fh; in v4l2_event_queue() local
186 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
199 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
205 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
257 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
280 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe()
[all …]
Dv4l2-ioctl.c952 struct file *file, void *fh, void *arg) in v4l_querycap()
961 struct file *file, void *fh, void *arg) in v4l_s_input()
967 struct file *file, void *fh, void *arg) in v4l_s_output()
973 struct file *file, void *fh, void *arg) in v4l_g_priority()
986 struct file *file, void *fh, void *arg) in v4l_s_priority()
1000 struct file *file, void *fh, void *arg) in v4l_enuminput()
1018 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1036 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1069 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1123 struct file *file, void *fh, void *arg) in v4l_s_fmt()
[all …]
/drivers/media/usb/au0828/
Dau0828-video.c662 struct au0828_fh *fh = vq->priv_data; in buffer_setup() local
676 struct au0828_fh *fh = vq->priv_data; in free_buffer() local
704 struct au0828_fh *fh = vq->priv_data; in buffer_prepare() local
753 struct au0828_fh *fh = vq->priv_data; in buffer_queue() local
865 static int res_get(struct au0828_fh *fh, unsigned int bit) in res_get()
886 static int res_check(struct au0828_fh *fh, unsigned int bit) in res_check()
896 static void res_free(struct au0828_fh *fh, unsigned int bits) in res_free()
907 static int get_ressource(struct au0828_fh *fh) in get_ressource()
976 struct au0828_fh *fh; in au0828_v4l2_open() local
1049 struct au0828_fh *fh = filp->private_data; in au0828_v4l2_close() local
[all …]
/drivers/media/usb/cx231xx/
Dcx231xx-video.c663 struct cx231xx_fh *fh = vq->priv_data; in buffer_setup() local
679 struct cx231xx_fh *fh = vq->priv_data; in free_buffer() local
713 struct cx231xx_fh *fh = vq->priv_data; in buffer_prepare() local
772 struct cx231xx_fh *fh = vq->priv_data; in buffer_queue() local
786 struct cx231xx_fh *fh = vq->priv_data; in buffer_release() local
821 static int res_get(struct cx231xx_fh *fh) in res_get()
846 static int res_check(struct cx231xx_fh *fh) in res_check()
851 static void res_free(struct cx231xx_fh *fh) in res_free()
879 struct cx231xx_fh *fh = priv; in vidioc_g_fmt_vid_cap() local
909 struct cx231xx_fh *fh = priv; in vidioc_try_fmt_vid_cap() local
[all …]
/drivers/media/platform/davinci/
Dvpbe_display.c210 struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buffer_prepare() local
250 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_buffer_queue_setup() local
274 struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buffer_queue() local
299 struct vpbe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buf_cleanup() local
317 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_wait_prepare() local
325 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_wait_finish() local
342 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_start_streaming() local
379 struct vpbe_fh *fh = vb2_get_drv_priv(vq); in vpbe_stop_streaming() local
678 struct vpbe_fh *fh = file->private_data; in vpbe_display_g_priority() local
689 struct vpbe_fh *fh = file->private_data; in vpbe_display_s_priority() local
[all …]
Dvpif_capture.c97 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_prepare() local
147 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local
199 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local
226 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buf_cleanup() local
244 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_wait_prepare() local
254 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_wait_finish() local
279 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_start_streaming() local
369 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_stop_streaming() local
842 struct vpif_fh *fh = filep->private_data; in vpif_mmap() local
863 struct vpif_fh *fh = filep->private_data; in vpif_poll() local
[all …]
Dvpif_display.c95 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_prepare() local
133 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local
175 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local
196 struct vpif_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpif_buf_cleanup() local
213 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_wait_prepare() local
223 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_wait_finish() local
247 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_start_streaming() local
337 struct vpif_fh *fh = vb2_get_drv_priv(vq); in vpif_stop_streaming() local
708 struct vpif_fh *fh = filep->private_data; in vpif_mmap() local
727 struct vpif_fh *fh = filep->private_data; in vpif_poll() local
[all …]
/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c159 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querycap() local
171 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_priority() local
180 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_priority() local
188 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_std() local
201 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_std() local
210 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querystd() local
223 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_enum_input() local
271 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_input() local
293 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_input() local
345 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_tuner() local
[all …]
/drivers/media/usb/tm6000/
Dtm6000-video.c696 struct tm6000_fh *fh = vq->priv_data; in buffer_setup() local
713 struct tm6000_fh *fh = vq->priv_data; in free_buffer() local
742 struct tm6000_fh *fh = vq->priv_data; in buffer_prepare() local
796 struct tm6000_fh *fh = vq->priv_data; in buffer_queue() local
823 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read()
832 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming()
841 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get()
859 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free()
910 struct tm6000_fh *fh = priv; in vidioc_g_fmt_vid_cap() local
977 struct tm6000_fh *fh = priv; in vidioc_s_fmt_vid_cap() local
[all …]
/drivers/media/platform/
Dtimblogiw.c78 struct timblogiw_fh *fh; member
121 struct timblogiw_fh *fh = buf->fh; in timblogiw_dma_cb() local
161 struct timblogiw_fh *fh = priv; in timblogiw_g_fmt() local
212 struct timblogiw_fh *fh = priv; in timblogiw_s_fmt() local
275 struct timblogiw_fh *fh = priv; in timblogiw_g_parm() local
289 struct timblogiw_fh *fh = priv; in timblogiw_reqbufs() local
300 struct timblogiw_fh *fh = priv; in timblogiw_querybuf() local
310 struct timblogiw_fh *fh = priv; in timblogiw_qbuf() local
321 struct timblogiw_fh *fh = priv; in timblogiw_dqbuf() local
331 struct timblogiw_fh *fh = priv; in timblogiw_g_std() local
[all …]
Domap24xxcam.c357 struct omap24xxcam_fh *fh = in omap24xxcam_vbq_alloc_mmap_buffers() local
393 struct omap24xxcam_fh *fh = cam->streaming->private_data; in omap24xxcam_vbq_complete() local
445 struct omap24xxcam_fh *fh = vbq->priv_data; in omap24xxcam_vbq_setup() local
482 struct omap24xxcam_fh *fh = vbq->priv_data; in omap24xxcam_vbq_prepare() local
547 struct omap24xxcam_fh *fh = vbq->priv_data; in omap24xxcam_vbq_queue() local
988 static int vidioc_querycap(struct file *file, void *fh, in vidioc_querycap()
1001 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, in vidioc_enum_fmt_vid_cap()
1013 static int vidioc_g_fmt_vid_cap(struct file *file, void *fh, in vidioc_g_fmt_vid_cap()
1027 static int vidioc_s_fmt_vid_cap(struct file *file, void *fh, in vidioc_s_fmt_vid_cap()
1057 static int vidioc_try_fmt_vid_cap(struct file *file, void *fh, in vidioc_try_fmt_vid_cap()
[all …]
/drivers/media/usb/cpia2/
Dcpia2_v4l.c222 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap()
284 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i) in cpia2_enum_input()
293 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i) in cpia2_g_input()
299 static int cpia2_s_input(struct file *file, void *fh, unsigned int i) in cpia2_s_input()
312 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh, in cpia2_enum_fmt_vid_cap()
348 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh, in cpia2_try_fmt_vid_cap()
460 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh, in cpia2_g_fmt_vid_cap()
486 static int cpia2_cropcap(struct file *file, void *fh, struct v4l2_cropcap *c) in cpia2_cropcap()
521 static int cpia2_g_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_g_parm()
540 static int cpia2_s_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_s_parm()
[all …]
/drivers/media/pci/bt8xx/
Dbttv-driver.c684 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
733 int check_btres(struct bttv_fh *fh, int bit) in check_btres()
774 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
807 unsigned char fl, fh, fi; in set_pll_freq() local
1530 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, in bttv_switch_overlay()
1567 struct bttv_fh *fh = q->priv_data; in bttv_prepare_buffer() local
1664 struct bttv_fh *fh = q->priv_data; in buffer_setup() local
1679 struct bttv_fh *fh = q->priv_data; in buffer_prepare() local
1689 struct bttv_fh *fh = q->priv_data; in buffer_queue() local
1703 struct bttv_fh *fh = q->priv_data; in buffer_release() local
[all …]
/drivers/media/pci/ttpci/
Dav7110_v4l.c230 static int av7110_dvb_c_switch(struct saa7146_fh *fh) in av7110_dvb_c_switch()
325 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t) in vidioc_g_tuner()
369 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t) in vidioc_s_tuner()
413 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency()
429 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency()
459 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input()
479 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) in vidioc_g_input()
489 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input()
506 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio()
515 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio()
[all …]
/drivers/media/pci/saa7164/
Dsaa7164-encoder.c216 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_std() local
268 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_input() local
284 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_input() local
304 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_tuner() local
330 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_frequency() local
342 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_frequency() local
392 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_ctrl() local
428 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_ctrl() local
527 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_ext_ctrls() local
676 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_ext_ctrls() local
[all …]
Dsaa7164-vbi.c188 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_std() local
240 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_input() local
256 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_input() local
276 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_tuner() local
302 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_frequency() local
314 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_frequency() local
364 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_ctrl() local
400 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_ctrl() local
490 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_ext_ctrls() local
615 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_ext_ctrls() local
[all …]
/drivers/media/usb/pwc/
Dpwc-v4l.c462 static int pwc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_s_fmt_vid_cap()
493 static int pwc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in pwc_querycap()
506 static int pwc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in pwc_enum_input()
516 static int pwc_g_input(struct file *file, void *fh, unsigned int *i) in pwc_g_input()
522 static int pwc_s_input(struct file *file, void *fh, unsigned int i) in pwc_s_input()
883 static int pwc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in pwc_enum_fmt_vid_cap()
905 static int pwc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_g_fmt_vid_cap()
918 static int pwc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_try_fmt_vid_cap()
925 static int pwc_enum_framesizes(struct file *file, void *fh, in pwc_enum_framesizes()
950 static int pwc_enum_frameintervals(struct file *file, void *fh, in pwc_enum_frameintervals()
[all …]
/drivers/media/pci/cx23885/
Dcx23885-video.c374 static int res_get(struct cx23885_dev *dev, struct cx23885_fh *fh, in res_get()
397 static int res_check(struct cx23885_fh *fh, unsigned int bit) in res_check()
407 static void res_free(struct cx23885_dev *dev, struct cx23885_fh *fh, in res_free()
639 struct cx23885_fh *fh = q->priv_data; in buffer_setup() local
652 struct cx23885_fh *fh = q->priv_data; in buffer_prepare() local
766 struct cx23885_fh *fh = vq->priv_data; in buffer_queue() local
830 static struct videobuf_queue *get_queue(struct cx23885_fh *fh) in get_queue()
843 static int get_resource(struct cx23885_fh *fh) in get_resource()
860 struct cx23885_fh *fh; in video_open() local
915 struct cx23885_fh *fh = file->private_data; in video_read() local
[all …]

1234567