Searched refs:fh (Results 1 - 25 of 145) sorted by relevance

123456

/drivers/media/video/
H A Dv4l2-fh.c2 * v4l2-fh.c
29 #include <media/v4l2-fh.h>
33 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) argument
35 fh->vdev = vdev;
37 fh->ctrl_handler = vdev->ctrl_handler;
38 INIT_LIST_HEAD(&fh->list);
39 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags);
40 fh->prio = V4L2_PRIORITY_UNSET;
41 init_waitqueue_head(&fh->wait);
42 INIT_LIST_HEAD(&fh
48 v4l2_fh_add(struct v4l2_fh *fh) argument
63 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); local
74 v4l2_fh_del(struct v4l2_fh *fh) argument
86 v4l2_fh_exit(struct v4l2_fh *fh) argument
97 struct v4l2_fh *fh = filp->private_data; local
108 v4l2_fh_is_singular(struct v4l2_fh *fh) argument
[all...]
H A Dv4l2-event.c26 #include <media/v4l2-fh.h>
40 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) argument
45 spin_lock_irqsave(&fh->vdev->fh_lock, flags);
47 if (list_empty(&fh->available)) {
48 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags);
52 WARN_ON(fh->navailable == 0);
54 kev = list_first_entry(&fh->available, struct v4l2_kevent, list);
56 fh->navailable--;
58 kev->event.pending = fh->navailable;
63 spin_unlock_irqrestore(&fh
68 v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, int nonblocking) argument
97 v4l2_event_subscribed( struct v4l2_fh *fh, u32 type, u32 id) argument
111 __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, const struct timespec *ts) argument
164 struct v4l2_fh *fh; local
179 v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) argument
192 v4l2_event_pending(struct v4l2_fh *fh) argument
211 v4l2_event_subscribe(struct v4l2_fh *fh, struct v4l2_event_subscription *sub, unsigned elems) argument
261 v4l2_event_unsubscribe_all(struct v4l2_fh *fh) argument
284 v4l2_event_unsubscribe(struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
[all...]
H A Dtimblogiw.c78 struct timblogiw_fh *fh; member in struct:timblogiw_buffer
121 struct timblogiw_fh *fh = buf->fh; local
124 spin_lock(&fh->queue_lock);
129 fh->frame_count++;
134 vb->field_count = fh->frame_count * 2;
140 if (!list_empty(&fh->capture)) {
141 vb = list_entry(fh->capture.next, struct videobuf_buffer,
146 spin_unlock(&fh->queue_lock);
161 struct timblogiw_fh *fh local
212 struct timblogiw_fh *fh = priv; local
275 struct timblogiw_fh *fh = priv; local
289 struct timblogiw_fh *fh = priv; local
300 struct timblogiw_fh *fh = priv; local
310 struct timblogiw_fh *fh = priv; local
321 struct timblogiw_fh *fh = priv; local
331 struct timblogiw_fh *fh = priv; local
343 struct timblogiw_fh *fh = priv; local
410 struct timblogiw_fh *fh = priv; local
427 struct timblogiw_fh *fh = priv; local
441 struct timblogiw_fh *fh = priv; local
457 struct timblogiw_fh *fh = priv; local
478 struct timblogiw_fh *fh = vq->priv_data; local
494 struct timblogiw_fh *fh = vq->priv_data; local
546 struct timblogiw_fh *fh = vq->priv_data; local
588 struct timblogiw_fh *fh = vq->priv_data; local
613 struct timblogiw_fh *fh; local
696 struct timblogiw_fh *fh = file->private_data; local
717 struct timblogiw_fh *fh = file->private_data; local
729 struct timblogiw_fh *fh = file->private_data; local
739 struct timblogiw_fh *fh = file->private_data; local
[all...]
H A Dfsl-viu.c405 struct viu_fh *fh = vq->priv_data; local
407 *size = fh->width * fh->height * fh->fmt->depth >> 3;
489 struct viu_fh *fh = vq->priv_data; local
493 BUG_ON(fh->fmt == NULL);
495 if (fh->width < 48 || fh->width > norm_maxw() ||
496 fh->height < 32 || fh
534 struct viu_fh *fh = vq->priv_data; local
585 struct viu_fh *fh = vq->priv_data; local
630 struct viu_fh *fh = priv; local
687 struct viu_fh *fh = priv; local
707 struct viu_fh *fh = priv; local
762 viu_setup_preview(struct viu_dev *dev, struct viu_fh *fh) argument
807 struct viu_fh *fh = priv; local
832 struct viu_fh *fh = priv; local
854 struct viu_fh *fh = priv; local
865 struct viu_fh *fh = priv; local
891 struct viu_fh *fh = priv; local
899 struct viu_fh *fh = priv; local
906 struct viu_fh *fh = priv; local
913 struct viu_fh *fh = priv; local
921 struct viu_fh *fh = priv; local
939 struct viu_fh *fh = priv; local
956 struct viu_fh *fh = priv; local
964 struct viu_fh *fh = priv; local
973 struct viu_fh *fh = priv; local
983 struct viu_fh *fh = priv; local
1002 struct viu_fh *fh = priv; local
1263 struct viu_fh *fh; local
1334 struct viu_fh *fh = file->private_data; local
1353 struct viu_fh *fh = file->private_data; local
1364 struct viu_fh *fh = file->private_data; local
1396 struct viu_fh *fh = file->private_data; local
[all...]
/drivers/media/video/cx23885/
H A Dcx23885-ioctl.h27 int cx23885_g_chip_ident(struct file *file, void *fh,
31 int cx23885_g_register(struct file *file, void *fh,
35 int cx23885_s_register(struct file *file, void *fh,
H A Dcx23885-video.c374 static int res_get(struct cx23885_dev *dev, struct cx23885_fh *fh, argument
378 if (fh->resources & bit)
390 fh->resources |= bit;
397 static int res_check(struct cx23885_fh *fh, unsigned int bit) argument
399 return fh->resources & bit;
407 static void res_free(struct cx23885_dev *dev, struct cx23885_fh *fh, argument
410 BUG_ON((fh->resources & bits) != bits);
414 fh->resources &= ~bits;
634 struct cx23885_fh *fh = q->priv_data; local
636 *size = fh
647 struct cx23885_fh *fh = q->priv_data; local
761 struct cx23885_fh *fh = vq->priv_data; local
825 get_queue(struct cx23885_fh *fh) argument
838 get_resource(struct cx23885_fh *fh) argument
855 struct cx23885_fh *fh; local
910 struct cx23885_fh *fh = file->private_data; local
932 struct cx23885_fh *fh = file->private_data; local
968 struct cx23885_fh *fh = file->private_data; local
1012 struct cx23885_fh *fh = file->private_data; local
1056 struct cx23885_fh *fh = priv; local
1117 struct cx23885_fh *fh = priv; local
1174 struct cx23885_fh *fh = priv; local
1181 struct cx23885_fh *fh = priv; local
1188 struct cx23885_fh *fh = priv; local
1195 struct cx23885_fh *fh = priv; local
1203 struct cx23885_fh *fh = priv; local
1228 struct cx23885_fh *fh = priv; local
1371 struct cx23885_fh *fh = priv; local
1501 struct cx23885_fh *fh = priv; local
1606 struct cx23885_fh *fh = priv; local
[all...]
/drivers/media/video/cx18/
H A Dcx18-ioctl.h29 int cx18_s_std(struct file *file, void *fh, v4l2_std_id *std);
30 int cx18_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
31 int cx18_s_input(struct file *file, void *fh, unsigned int inp);
/drivers/media/common/
H A Dsaa7146_video.c12 #define IS_CAPTURE_ACTIVE(fh) \
13 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
15 #define IS_OVERLAY_ACTIVE(fh) \
16 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
104 static int vidioc_try_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f);
106 int saa7146_start_preview(struct saa7146_fh *fh) argument
108 struct saa7146_dev *dev = fh->dev;
113 DEB_EE("dev:%p, fh:%p\n", dev, fh);
116 if( NULL == fh
169 saa7146_stop_preview(struct saa7146_fh *fh) argument
387 video_begin(struct saa7146_fh *fh) argument
448 video_end(struct saa7146_fh *fh, struct file *file) argument
505 vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) argument
522 vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
532 vidioc_s_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
572 vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) argument
582 vidioc_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *c) argument
601 vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
641 vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
717 vidioc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *parm) argument
729 vidioc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
735 vidioc_g_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f) argument
741 vidioc_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f) argument
747 vidioc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
812 vidioc_try_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f) argument
873 struct saa7146_fh *fh = __fh; local
894 struct saa7146_fh *fh = __fh; local
923 vidioc_g_std(struct file *file, void *fh, v4l2_std_id *norm) argument
950 vidioc_s_std(struct file *file, void *fh, v4l2_std_id *id) argument
997 vidioc_overlay(struct file *file, void *fh, unsigned int on) argument
1011 struct saa7146_fh *fh = __fh; local
1022 struct saa7146_fh *fh = __fh; local
1033 struct saa7146_fh *fh = __fh; local
1044 struct saa7146_fh *fh = __fh; local
1055 struct saa7146_fh *fh = __fh; local
1072 struct saa7146_fh *fh = __fh; local
1109 struct saa7146_fh *fh = __fh; local
1179 struct saa7146_fh *fh = file->private_data; local
1260 struct saa7146_fh *fh = file->private_data; local
1280 struct saa7146_fh *fh = file->private_data; local
1292 struct saa7146_fh *fh = file->private_data; local
1333 struct saa7146_fh *fh = file->private_data; local
1357 struct saa7146_fh *fh = file->private_data; local
1390 struct saa7146_fh *fh = file->private_data; local
[all...]
H A Dsaa7146_vbi.c221 struct saa7146_fh *fh = file->private_data; local
222 struct saa7146_dev *dev = fh->dev;
291 struct saa7146_fh *fh = file->private_data; local
292 struct saa7146_dev *dev = fh->dev;
303 struct saa7146_fh *fh = file->private_data; local
304 struct saa7146_dev *dev = fh->dev;
320 static void vbi_stop(struct saa7146_fh *fh, struct file *file) argument
322 struct saa7146_dev *dev = fh->dev;
325 DEB_VBI("dev:%p, fh:%p\n", dev, fh);
355 struct saa7146_fh *fh = file->private_data; local
379 struct saa7146_fh *fh = file->private_data; local
441 struct saa7146_fh *fh = file->private_data; local
472 struct saa7146_fh *fh = file->private_data; local
[all...]
H A Dsaa7146_fops.c9 int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit) argument
11 struct saa7146_dev *dev = fh->dev;
14 if (fh->resources & bit) {
29 fh->resources |= bit;
35 void saa7146_res_free(struct saa7146_fh *fh, unsigned int bits) argument
37 struct saa7146_dev *dev = fh->dev;
40 BUG_ON((fh->resources & bits) != bits);
42 fh->resources &= ~bits;
199 struct saa7146_fh *fh = NULL; local
223 fh
266 struct saa7146_fh *fh = file->private_data; local
294 struct saa7146_fh *fh = file->private_data; local
320 struct saa7146_fh *fh = file->private_data; local
355 struct saa7146_fh *fh = file->private_data; local
380 struct saa7146_fh *fh = file->private_data; local
[all...]
/drivers/media/video/zoran/
H A Dzoran_driver.c188 static void v4l_fbuffer_free(struct zoran_fh *fh);
189 static void jpg_fbuffer_free(struct zoran_fh *fh);
192 static void map_mode_raw(struct zoran_fh *fh) argument
194 fh->map_mode = ZORAN_MAP_MODE_RAW;
195 fh->buffers.buffer_size = v4l_bufsize;
196 fh->buffers.num_buffers = v4l_nbufs;
198 static void map_mode_jpg(struct zoran_fh *fh, int play) argument
200 fh->map_mode = play ? ZORAN_MAP_MODE_JPG_PLAY : ZORAN_MAP_MODE_JPG_REC;
201 fh->buffers.buffer_size = jpg_bufsize;
202 fh
215 v4l_fbuffer_alloc(struct zoran_fh *fh) argument
258 v4l_fbuffer_free(struct zoran_fh *fh) argument
309 jpg_fbuffer_alloc(struct zoran_fh *fh) argument
387 jpg_fbuffer_free(struct zoran_fh *fh) argument
438 zoran_v4l_set_format(struct zoran_fh *fh, int width, int height, const struct zoran_format *format) argument
486 zoran_v4l_queue_frame(struct zoran_fh *fh, int num) argument
565 v4l_sync(struct zoran_fh *fh, int frame) argument
631 zoran_jpg_queue_frame(struct zoran_fh *fh, int num, enum zoran_codec_mode mode) argument
723 jpg_qbuf(struct zoran_fh *fh, int frame, enum zoran_codec_mode mode) argument
765 jpg_sync(struct zoran_fh *fh, struct zoran_sync *bs) argument
830 zoran_open_init_session(struct zoran_fh *fh) argument
859 zoran_close_end_session(struct zoran_fh *fh) argument
908 struct zoran_fh *fh; local
982 struct zoran_fh *fh = file->private_data; local
1058 setup_fbuffer(struct zoran_fh *fh, void *base, const struct zoran_format *fmt, int width, int height, int bytesperline) argument
1134 setup_window(struct zoran_fh *fh, int x, int y, int width, int height, struct v4l2_clip __user *clips, int clipcount, void __user *bitmap) argument
1252 setup_overlay(struct zoran_fh *fh, int on) argument
1317 zoran_v4l2_buffer_status(struct zoran_fh *fh, struct v4l2_buffer *buf, int num) argument
1532 struct zoran_fh *fh = __fh; local
1566 struct zoran_fh *fh = __fh; local
1575 struct zoran_fh *fh = __fh; local
1584 struct zoran_fh *fh = __fh; local
1593 struct zoran_fh *fh = __fh; local
1619 struct zoran_fh *fh = __fh; local
1644 struct zoran_fh *fh = __fh; local
1665 struct zoran_fh *fh = __fh; local
1686 struct zoran_fh *fh = __fh; local
1753 struct zoran_fh *fh = __fh; local
1784 struct zoran_fh *fh = __fh; local
1806 struct zoran_fh *fh = __fh; local
1892 struct zoran_fh *fh = __fh; local
1947 struct zoran_fh *fh = __fh; local
1969 struct zoran_fh *fh = __fh; local
1994 struct zoran_fh *fh = __fh; local
2009 struct zoran_fh *fh = __fh; local
2083 struct zoran_fh *fh = __fh; local
2096 struct zoran_fh *fh = __fh; local
2161 struct zoran_fh *fh = __fh; local
2238 struct zoran_fh *fh = __fh; local
2295 struct zoran_fh *fh = __fh; local
2366 struct zoran_fh *fh = __fh; local
2381 struct zoran_fh *fh = __fh; local
2398 struct zoran_fh *fh = __fh; local
2415 struct zoran_fh *fh = __fh; local
2426 struct zoran_fh *fh = __fh; local
2444 struct zoran_fh *fh = __fh; local
2464 struct zoran_fh *fh = __fh; local
2476 struct zoran_fh *fh = __fh; local
2524 struct zoran_fh *fh = __fh; local
2556 struct zoran_fh *fh = __fh; local
2589 struct zoran_fh *fh = __fh; local
2638 struct zoran_fh *fh = __fh; local
2665 struct zoran_fh *fh = __fh; local
2701 struct zoran_fh *fh = file->private_data; local
2800 struct zoran_fh *fh = map->file->private_data; local
2858 struct zoran_fh *fh = file->private_data; local
3047 struct zoran_fh *fh = file->private_data; local
[all...]
/drivers/media/video/bt8xx/
H A Dbttv-vbi.c85 struct bttv_fh *fh = q->priv_data; local
86 struct bttv *btv = fh->btv;
91 *size = IMAGE_SIZE(&fh->vbi_fmt.fmt);
94 fh->vbi_fmt.fmt.samples_per_line,
95 fh->vbi_fmt.fmt.start[0],
96 fh->vbi_fmt.fmt.start[1],
97 fh->vbi_fmt.fmt.count[0],
98 fh->vbi_fmt.fmt.count[1]);
107 struct bttv_fh *fh = q->priv_data; local
108 struct bttv *btv = fh
213 struct bttv_fh *fh = q->priv_data; local
228 struct bttv_fh *fh = q->priv_data; local
314 struct bttv_fh *fh = f; local
332 struct bttv_fh *fh = f; local
380 struct bttv_fh *fh = f; local
[all...]
H A Dbttv-driver.c854 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) argument
858 if (fh->resources & bit)
875 __s32 top = btv->crop[!!fh->do_crop].rect.top;
884 __s32 end = fh->vbi_fmt.end;
889 /* Claim scan lines above fh->vbi_fmt.end. */
894 fh->resources |= bit;
903 int check_btres(struct bttv_fh *fh, int bit) argument
905 return (fh->resources & bit);
944 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) argument
946 if ((fh
977 unsigned char fl, fh, fi; local
1462 struct bttv_fh *fh = priv; local
1531 struct bttv_fh *fh = f; local
1669 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, struct bttv_buffer *new) argument
1706 struct bttv_fh *fh = q->priv_data; local
1803 struct bttv_fh *fh = q->priv_data; local
1818 struct bttv_fh *fh = q->priv_data; local
1828 struct bttv_fh *fh = q->priv_data; local
1842 struct bttv_fh *fh = q->priv_data; local
1856 struct bttv_fh *fh = priv; local
1882 struct bttv_fh *fh = f; local
1895 struct bttv_fh *fh = priv; local
1934 struct bttv_fh *fh = priv; local
1944 struct bttv_fh *fh = priv; local
1967 struct bttv_fh *fh = priv; local
1996 struct bttv_fh *fh = priv; local
2008 struct bttv_fh *fh = priv; local
2035 struct bttv_fh *fh = f; local
2046 struct bttv_fh *fh = f; local
2066 struct bttv_fh *fh = f; local
2134 limit_scaled_size_lock(struct bttv_fh * fh, __s32 * width, __s32 * height, enum v4l2_field field, unsigned int width_mask, unsigned int width_bias, int adjust_size, int adjust_crop) argument
2246 verify_window_lock(struct bttv_fh * fh, struct v4l2_window * win, int adjust_size, int adjust_crop) argument
2311 setup_window_lock(struct bttv_fh *fh, struct bttv *btv, struct v4l2_window *win, int fixup) argument
2390 bttv_queue(struct bttv_fh *fh) argument
2407 bttv_resource(struct bttv_fh *fh) argument
2424 bttv_switch_type(struct bttv_fh *fh, enum v4l2_buf_type type) argument
2458 struct bttv_fh *fh = priv; local
2471 struct bttv_fh *fh = priv; local
2483 struct bttv_fh *fh = priv; local
2542 struct bttv_fh *fh = priv; local
2554 struct bttv_fh *fh = priv; local
2599 struct bttv_fh *fh = priv; local
2613 struct bttv_fh *fh = priv; local
2696 struct bttv_fh *fh = f; local
2708 struct bttv_fh *fh = f; local
2746 struct bttv_fh *fh = f; local
2815 struct bttv_fh *fh = priv; local
2822 struct bttv_fh *fh = priv; local
2828 struct bttv_fh *fh = priv; local
2840 struct bttv_fh *fh = priv; local
2848 struct bttv_fh *fh = priv; local
2861 struct bttv_fh *fh = priv; local
2877 struct bttv_fh *fh = priv; local
2901 struct bttv_fh *fh = f; local
2913 struct bttv_fh *fh = priv; local
2937 struct bttv_fh *fh = f; local
2948 struct bttv_fh *fh = f; local
2960 struct bttv_fh *fh = priv; local
2974 struct bttv_fh *fh = f; local
2992 struct bttv_fh *fh = f; local
3091 struct bttv_fh *fh = file->private_data; local
3124 struct bttv_fh *fh = file->private_data; local
3176 struct bttv_fh *fh; local
3245 struct bttv_fh *fh = file->private_data; local
3291 struct bttv_fh *fh = file->private_data; local
3373 struct bttv_fh *fh; local
3398 struct bttv_fh *fh = file->private_data; local
3416 struct bttv_fh *fh = priv; local
3429 struct bttv_fh *fh = priv; local
3473 struct bttv_fh *fh = priv; local
3500 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
3532 struct bttv_fh *fh = file->private_data; local
3547 struct bttv_fh *fh = file->private_data; local
[all...]
/drivers/staging/media/solo6x10/
H A Dv4l2.c205 static void disp_reset_desc(struct solo_filehandle *fh) argument
208 memset(fh->desc, 0, sizeof(*fh->desc));
209 fh->desc_idx = 1;
212 static int disp_flush_descs(struct solo_filehandle *fh) argument
216 if (!fh->desc_idx)
219 ret = solo_p2m_dma_desc(fh->solo_dev, SOLO_P2M_DMA_ID_DISP,
220 fh->desc, fh->desc_idx);
221 disp_reset_desc(fh);
226 disp_push_desc(struct solo_filehandle *fh, dma_addr_t dma_addr, u32 ext_addr, int size, int repeat, int ext_size) argument
242 solo_fillbuf(struct solo_filehandle *fh, struct videobuf_buffer *vb) argument
358 solo_thread_try(struct solo_filehandle *fh) argument
394 struct solo_filehandle *fh = data; local
414 solo_start_thread(struct solo_filehandle *fh) argument
424 solo_stop_thread(struct solo_filehandle *fh) argument
435 struct solo_filehandle *fh = vq->priv_data; local
449 struct solo_filehandle *fh = vq->priv_data; local
480 struct solo_filehandle *fh = vq->priv_data; local
508 struct solo_filehandle *fh = file->private_data; local
515 struct solo_filehandle *fh = file->private_data; local
523 struct solo_filehandle *fh; local
553 struct solo_filehandle *fh = file->private_data; local
561 struct solo_filehandle *fh = file->private_data; local
574 struct solo_filehandle *fh = priv; local
617 struct solo_filehandle *fh = priv; local
645 struct solo_filehandle *fh = priv; local
652 struct solo_filehandle *fh = priv; local
674 struct solo_filehandle *fh = priv; local
702 struct solo_filehandle *fh = priv; local
715 struct solo_filehandle *fh = priv; local
733 struct solo_filehandle *fh = priv; local
740 struct solo_filehandle *fh = priv; local
747 struct solo_filehandle *fh = priv; local
754 struct solo_filehandle *fh = priv; local
761 struct solo_filehandle *fh = priv; local
771 struct solo_filehandle *fh = priv; local
821 struct solo_filehandle *fh = priv; local
836 struct solo_filehandle *fh = priv; local
[all...]
H A Dv4l2-enc.c150 static int solo_enc_on(struct solo_enc_fh *fh) argument
152 struct solo_enc_dev *solo_enc = fh->enc;
159 if (fh->enc_on)
172 fh->enc_on = 1;
173 fh->rd_idx = solo_enc->solo_dev->enc_wr_idx;
175 if (fh->type == SOLO_ENC_TYPE_EXT)
212 static void solo_enc_off(struct solo_enc_fh *fh) argument
214 struct solo_enc_dev *solo_enc = fh->enc;
217 if (!fh->enc_on)
220 if (fh
235 solo_start_fh_thread(struct solo_enc_fh *fh) argument
420 solo_fill_jpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, struct videobuf_buffer *vb, struct videobuf_dmabuf *vbuf) argument
620 solo_fill_mpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, struct videobuf_buffer *vb, struct videobuf_dmabuf *vbuf) argument
677 solo_enc_fillbuf(struct solo_enc_fh *fh, struct videobuf_buffer *vb) argument
746 solo_enc_thread_try(struct solo_enc_fh *fh) argument
780 struct solo_enc_fh *fh = data; local
918 struct solo_enc_fh *fh = vq->priv_data; local
948 struct solo_enc_fh *fh = vq->priv_data; local
975 struct solo_enc_fh *fh = file->private_data; local
982 struct solo_enc_fh *fh = file->private_data; local
990 struct solo_enc_fh *fh; local
1015 struct solo_enc_fh *fh = file->private_data; local
1039 struct solo_enc_fh *fh = file->private_data; local
1057 struct solo_enc_fh *fh = priv; local
1076 struct solo_enc_fh *fh = priv; local
1138 struct solo_enc_fh *fh = priv; local
1180 struct solo_enc_fh *fh = priv; local
1217 struct solo_enc_fh *fh = priv; local
1235 struct solo_enc_fh *fh = priv; local
1243 struct solo_enc_fh *fh = priv; local
1250 struct solo_enc_fh *fh = priv; local
1258 struct solo_enc_fh *fh = priv; local
1310 struct solo_enc_fh *fh = priv; local
1321 struct solo_enc_fh *fh = priv; local
1337 struct solo_enc_fh *fh = priv; local
1364 struct solo_enc_fh *fh = priv; local
1387 struct solo_enc_fh *fh = priv; local
1405 struct solo_enc_fh *fh = priv; local
1445 struct solo_enc_fh *fh = priv; local
1523 struct solo_enc_fh *fh = priv; local
1557 struct solo_enc_fh *fh = priv; local
1603 struct solo_enc_fh *fh = priv; local
1640 struct solo_enc_fh *fh = priv; local
[all...]
/drivers/media/video/saa7134/
H A Dsaa7134-video.c496 static int res_get(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bit) argument
498 if (fh->resources & bit)
510 fh->resources |= bit;
517 static int res_check(struct saa7134_fh *fh, unsigned int bit) argument
519 return (fh->resources & bit);
528 void res_free(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bits) argument
530 BUG_ON((fh->resources & bits) != bits);
533 fh->resources &= ~bits;
870 static int start_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) argument
875 err = verify_preview(dev,&fh
925 stop_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) argument
1020 struct saa7134_fh *fh = q->priv_data; local
1084 struct saa7134_fh *fh = q->priv_data; local
1095 struct saa7134_fh *fh = q->priv_data; local
1117 saa7134_g_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c) argument
1167 struct saa7134_fh *fh = priv; local
1172 saa7134_s_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c) argument
1291 struct saa7134_fh *fh = f; local
1298 saa7134_queue(struct saa7134_fh *fh) argument
1315 saa7134_resource(struct saa7134_fh *fh) argument
1331 struct saa7134_fh *fh; local
1393 struct saa7134_fh *fh = file->private_data; local
1418 struct saa7134_fh *fh = file->private_data; local
1460 struct saa7134_fh *fh = file->private_data; local
1515 struct saa7134_fh *fh = file->private_data; local
1523 struct saa7134_fh *fh = file->private_data; local
1539 struct saa7134_fh *fh = file->private_data; local
1556 struct saa7134_fh *fh = priv; local
1576 struct saa7134_fh *fh = priv; local
1592 struct saa7134_fh *fh = priv; local
1606 struct saa7134_fh *fh = priv; local
1657 struct saa7134_fh *fh = priv; local
1671 struct saa7134_fh *fh = priv; local
1688 struct saa7134_fh *fh = priv; local
1744 struct saa7134_fh *fh = priv; local
1776 struct saa7134_fh *fh = priv; local
1785 struct saa7134_fh *fh = priv; local
1806 struct saa7134_fh *fh = priv; local
1831 saa7134_s_std_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, v4l2_std_id *id) argument
1906 struct saa7134_fh *fh = priv; local
1913 struct saa7134_fh *fh = priv; local
1923 struct saa7134_fh *fh = priv; local
1946 struct saa7134_fh *fh = f; local
1958 struct saa7134_fh *fh = f; local
1996 struct saa7134_fh *fh = priv; local
2028 struct saa7134_fh *fh = priv; local
2050 struct saa7134_fh *fh = priv; local
2062 struct saa7134_fh *fh = priv; local
2099 struct saa7134_fh *fh = f; local
2109 struct saa7134_fh *fh = f; local
2151 struct saa7134_fh *fh = f; local
2163 struct saa7134_fh *fh = f; local
2187 struct saa7134_fh *fh = f; local
2217 struct saa7134_fh *fh = priv; local
2224 struct saa7134_fh *fh = priv; local
2230 struct saa7134_fh *fh = priv; local
2236 struct saa7134_fh *fh = priv; local
2244 struct saa7134_fh *fh = priv; local
2258 struct saa7134_fh *fh = priv; local
2269 saa7134_g_parm(struct file *file, void *fh, struct v4l2_streamparm *parm) argument
2279 struct saa7134_fh *fh = priv; local
2292 struct saa7134_fh *fh = priv; local
2305 struct saa7134_fh *fh = file->private_data; local
2318 struct saa7134_fh *fh = file->private_data; local
2339 struct saa7134_fh *fh = file->private_data; local
2386 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
[all...]
/drivers/media/video/au0828/
H A Dau0828-video.c655 struct au0828_fh *fh = vq->priv_data; local
656 *size = (fh->dev->width * fh->dev->height * 16 + 7) >> 3;
669 struct au0828_fh *fh = vq->priv_data; local
670 struct au0828_dev *dev = fh->dev;
697 struct au0828_fh *fh = vq->priv_data; local
699 struct au0828_dev *dev = fh->dev;
702 buf->vb.size = (fh->dev->width * fh->dev->height * 16 + 7) >> 3;
746 struct au0828_fh *fh local
858 res_get(struct au0828_fh *fh, unsigned int bit) argument
881 res_check(struct au0828_fh *fh, unsigned int bit) argument
891 res_free(struct au0828_fh *fh, unsigned int bits) argument
904 get_ressource(struct au0828_fh *fh) argument
973 struct au0828_fh *fh; local
1043 struct au0828_fh *fh = filp->private_data; local
1096 struct au0828_fh *fh = filp->private_data; local
1132 struct au0828_fh *fh = filp->private_data; local
1155 struct au0828_fh *fh = filp->private_data; local
1235 struct au0828_fh *fh = priv; local
1247 struct au0828_fh *fh = priv; local
1282 struct au0828_fh *fh = priv; local
1298 struct au0828_fh *fh = priv; local
1307 struct au0828_fh *fh = priv; local
1331 struct au0828_fh *fh = priv; local
1345 struct au0828_fh *fh = priv; local
1381 struct au0828_fh *fh = priv; local
1389 struct au0828_fh *fh = priv; local
1448 struct au0828_fh *fh = priv; local
1468 struct au0828_fh *fh = priv; local
1478 struct au0828_fh *fh = priv; local
1489 struct au0828_fh *fh = priv; local
1497 struct au0828_fh *fh = priv; local
1511 struct au0828_fh *fh = priv; local
1528 struct au0828_fh *fh = priv; local
1539 struct au0828_fh *fh = priv; local
1562 struct au0828_fh *fh = priv; local
1582 struct au0828_fh *fh = priv; local
1602 struct au0828_fh *fh = priv; local
1624 struct au0828_fh *fh = priv; local
1662 struct au0828_fh *fh = priv; local
1712 struct au0828_fh *fh = priv; local
1727 struct au0828_fh *fh = priv; local
1744 struct au0828_fh *fh = priv; local
1763 struct au0828_fh *fh = priv; local
1781 struct au0828_fh *fh = priv; local
1799 struct au0828_fh *fh = priv; local
[all...]
H A Dau0828-vbi.c40 struct au0828_fh *fh = vq->priv_data; local
41 struct au0828_dev *dev = fh->dev;
67 struct au0828_fh *fh = q->priv_data; local
68 struct au0828_dev *dev = fh->dev;
85 struct au0828_fh *fh = q->priv_data; local
86 struct au0828_dev *dev = fh->dev;
119 struct au0828_fh *fh = vq->priv_data; local
120 struct au0828_dev *dev = fh->dev;
/drivers/media/video/tm6000/
H A Dtm6000-video.c708 struct tm6000_fh *fh = vq->priv_data; local
710 *size = fh->fmt->depth * fh->width * fh->height >> 3;
725 struct tm6000_fh *fh = vq->priv_data; local
726 struct tm6000_core *dev = fh->dev;
754 struct tm6000_fh *fh = vq->priv_data; local
756 struct tm6000_core *dev = fh->dev;
759 BUG_ON(NULL == fh->fmt);
764 buf->vb.size = fh
808 struct tm6000_fh *fh = vq->priv_data; local
835 is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) argument
844 is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) argument
853 res_get(struct tm6000_core *dev, struct tm6000_fh *fh, bool is_res_read) argument
871 res_free(struct tm6000_core *dev, struct tm6000_fh *fh) argument
918 struct tm6000_fh *fh = priv; local
986 struct tm6000_fh *fh = priv; local
1008 struct tm6000_fh *fh = priv; local
1016 struct tm6000_fh *fh = priv; local
1023 struct tm6000_fh *fh = priv; local
1030 struct tm6000_fh *fh = priv; local
1038 struct tm6000_fh *fh = priv; local
1053 struct tm6000_fh *fh = priv; local
1071 struct tm6000_fh *fh = priv; local
1098 struct tm6000_fh *fh = priv; local
1125 struct tm6000_fh *fh = priv; local
1135 struct tm6000_fh *fh = priv; local
1170 struct tm6000_fh *fh = priv; local
1208 struct tm6000_fh *fh = priv; local
1240 struct tm6000_fh *fh = priv; local
1264 struct tm6000_fh *fh = priv; local
1283 struct tm6000_fh *fh = priv; local
1300 struct tm6000_fh *fh = priv; local
1321 struct tm6000_fh *fh = file->private_data; local
1342 struct tm6000_fh *fh = file->private_data; local
1361 struct tm6000_fh *fh = file->private_data; local
1375 struct tm6000_fh *fh = priv; local
1392 struct tm6000_fh *fh = priv; local
1419 struct tm6000_fh *fh = priv; local
1433 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
1463 struct tm6000_fh *fh; local
1554 struct tm6000_fh *fh = file->private_data; local
1569 struct tm6000_fh *fh = file->private_data; local
1596 struct tm6000_fh *fh = file->private_data; local
1636 struct tm6000_fh *fh = file->private_data; local
[all...]
/drivers/media/video/cx25821/
H A Dcx25821-video.c221 int cx25821_res_get(struct cx25821_dev *dev, struct cx25821_fh *fh, argument
225 if (fh->resources & bit)
231 if (dev->channels[fh->channel_id].resources & bit) {
237 fh->resources |= bit;
238 dev->channels[fh->channel_id].resources |= bit;
244 int cx25821_res_check(struct cx25821_fh *fh, unsigned int bit) argument
246 return fh->resources & bit;
249 int cx25821_res_locked(struct cx25821_fh *fh, unsigned int bit) argument
251 return fh->dev->channels[fh
254 cx25821_res_free(struct cx25821_dev *dev, struct cx25821_fh *fh, unsigned int bits) argument
539 struct cx25821_fh *fh = q->priv_data; local
555 struct cx25821_fh *fh = q->priv_data; local
689 get_queue(struct cx25821_fh *fh) argument
700 cx25821_get_resource(struct cx25821_fh *fh, int resource) argument
713 struct cx25821_fh *fh = file->private_data; local
724 struct cx25821_fh *fh = vq->priv_data; local
789 struct cx25821_fh *fh; local
861 struct cx25821_fh *fh = file->private_data; local
880 struct cx25821_fh *fh = file->private_data; local
919 struct cx25821_fh *fh = file->private_data; local
947 struct cx25821_fh *fh = priv; local
965 struct cx25821_fh *fh = priv; local
985 struct cx25821_fh *fh = priv; local
1043 struct cx25821_fh *fh = priv; local
1056 struct cx25821_fh *fh = priv; local
1078 struct cx25821_fh *fh = priv; local
1096 struct cx25821_fh *fh = priv; local
1188 struct cx25821_fh *fh = priv; local
1195 struct cx25821_fh *fh = priv; local
1201 struct cx25821_fh *fh = priv; local
1208 struct cx25821_fh *fh = f; local
1218 struct cx25821_fh *fh = f; local
1228 struct cx25821_fh *fh = priv; local
1297 struct cx25821_fh *fh = priv; local
1325 struct cx25821_fh *fh = priv; local
1353 struct cx25821_fh *fh = priv; local
1373 cx25821_vidioc_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1386 cx25821_vidioc_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1423 struct cx25821_fh *fh = priv; local
1527 struct cx25821_fh *fh = priv; local
1636 struct cx25821_fh *fh = priv; local
1703 struct cx25821_fh *fh = file->private_data; local
1743 struct cx25821_fh *fh = file->private_data; local
1783 struct cx25821_fh *fh = file->private_data; local
1823 struct cx25821_fh *fh = file->private_data; local
1936 struct cx25821_fh *fh = file->private_data; local
[all...]
/drivers/media/video/ivtv/
H A Divtv-ioctl.h32 int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
33 int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
H A Divtv-ioctl.c322 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
324 struct ivtv *itv = fh2id(fh)->itv;
343 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
345 struct ivtv_open_id *id = fh2id(fh);
367 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
369 struct ivtv *itv = fh2id(fh)->itv;
385 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
388 struct ivtv_open_id *id = fh2id(fh);
407 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
409 struct ivtv_open_id *id = fh2id(fh);
448 ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
467 ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
472 ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
495 ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
500 ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
521 ivtv_try_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
555 ivtv_try_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
569 ivtv_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
574 ivtv_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
603 ivtv_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
615 ivtv_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
634 ivtv_s_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
679 ivtv_s_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
692 ivtv_g_chip_ident(struct file *file, void *fh, struct v4l2_dbg_chip_ident *chip) argument
736 ivtv_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
748 ivtv_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
761 ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) argument
775 ivtv_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) argument
782 ivtv_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) argument
790 ivtv_s_audio(struct file *file, void *fh, struct v4l2_audio *vout) argument
803 ivtv_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
811 ivtv_g_audout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
819 ivtv_s_audout(struct file *file, void *fh, struct v4l2_audioout *vout) argument
826 ivtv_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
834 ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) argument
841 ivtv_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) argument
878 ivtv_s_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
904 ivtv_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
924 ivtv_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
946 ivtv_enum_fmt_vid_out(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
974 ivtv_g_input(struct file *file, void *fh, unsigned int *i) argument
983 ivtv_s_input(struct file *file, void *fh, unsigned int inp) argument
1017 ivtv_g_output(struct file *file, void *fh, unsigned int *i) argument
1029 ivtv_s_output(struct file *file, void *fh, unsigned int outp) argument
1051 ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1062 ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1076 ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) argument
1149 ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std) argument
1177 ivtv_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
1190 ivtv_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
1206 ivtv_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) argument
1241 ivtv_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) argument
1264 ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1316 ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1346 ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
1433 ivtv_s_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
1453 ivtv_overlay(struct file *file, void *fh, unsigned int on) argument
1466 ivtv_subscribe_event(struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
1478 ivtv_log_status(struct file *file, void *fh) argument
1569 ivtv_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1578 ivtv_try_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1780 ivtv_default(struct file *file, void *fh, bool valid_prio, int cmd, void *arg) argument
[all...]
/drivers/media/video/em28xx/
H A Dem28xx-video.c688 struct em28xx_fh *fh = vq->priv_data; local
689 struct em28xx *dev = fh->dev;
692 *size = (fh->dev->width * fh->dev->height * dev->format->depth + 7)
704 f.type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
714 struct em28xx_fh *fh = vq->priv_data; local
715 struct em28xx *dev = fh->dev;
742 struct em28xx_fh *fh = vq->priv_data; local
744 struct em28xx *dev = fh->dev;
747 buf->vb.size = (fh
797 struct em28xx_fh *fh = vq->priv_data; local
812 struct em28xx_fh *fh = vq->priv_data; local
860 res_get(struct em28xx_fh *fh, unsigned int bit) argument
880 res_check(struct em28xx_fh *fh, unsigned int bit) argument
890 res_free(struct em28xx_fh *fh, unsigned int bits) argument
901 get_ressource(struct em28xx_fh *fh) argument
1022 struct em28xx_fh *fh = priv; local
1055 struct em28xx_fh *fh = priv; local
1131 struct em28xx_fh *fh = priv; local
1152 struct em28xx_fh *fh = priv; local
1167 struct em28xx_fh *fh = priv; local
1182 struct em28xx_fh *fh = priv; local
1212 struct em28xx_fh *fh = priv; local
1232 struct em28xx_fh *fh = priv; local
1259 struct em28xx_fh *fh = priv; local
1285 struct em28xx_fh *fh = priv; local
1295 struct em28xx_fh *fh = priv; local
1316 struct em28xx_fh *fh = priv; local
1359 struct em28xx_fh *fh = priv; local
1383 struct em28xx_fh *fh = priv; local
1436 struct em28xx_fh *fh = priv; local
1466 struct em28xx_fh *fh = priv; local
1508 struct em28xx_fh *fh = priv; local
1529 struct em28xx_fh *fh = priv; local
1547 struct em28xx_fh *fh = priv; local
1558 struct em28xx_fh *fh = priv; local
1596 struct em28xx_fh *fh = priv; local
1611 struct em28xx_fh *fh = priv; local
1661 struct em28xx_fh *fh = priv; local
1692 struct em28xx_fh *fh = priv; local
1712 struct em28xx_fh *fh = priv; local
1740 struct em28xx_fh *fh = priv; local
1775 struct em28xx_fh *fh = priv; local
1814 struct em28xx_fh *fh = priv; local
1854 struct em28xx_fh *fh = priv; local
1874 struct em28xx_fh *fh = priv; local
1895 struct em28xx_fh *fh = priv; local
1923 struct em28xx_fh *fh = priv; local
1951 struct em28xx_fh *fh = priv; local
1968 struct em28xx_fh *fh = priv; local
1993 struct em28xx_fh *fh = priv; local
2009 struct em28xx_fh *fh = priv; local
2091 radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a) argument
2097 radio_s_input(struct file *file, void *fh, unsigned int i) argument
2131 struct em28xx_fh *fh; local
2242 struct em28xx_fh *fh = filp->private_data; local
2301 struct em28xx_fh *fh = filp->private_data; local
2339 struct em28xx_fh *fh = filp->private_data; local
2365 struct em28xx_fh *fh = filp->private_data; local
[all...]
/drivers/scsi/libfc/
H A Dfc_libfc.c169 struct fc_frame_header *fh; local
174 fh = __fc_frame_header_get(fp);
190 fh->fh_r_ctl = r_ctl;
191 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
192 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
193 fh->fh_type = in_fh->fh_type;
194 hton24(fh->fh_f_ctl, f_ctl);
195 fh
[all...]
/drivers/media/video/davinci/
H A Dvpbe_display.c210 struct vpbe_fh *fh = q->priv_data; local
211 struct vpbe_layer *layer = fh->layer;
212 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev;
257 struct vpbe_fh *fh = q->priv_data; local
258 struct vpbe_layer *layer = fh->layer;
259 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev;
280 struct vpbe_fh *fh = q->priv_data; local
281 struct vpbe_layer *layer = fh->layer;
282 struct vpbe_display *disp = fh->disp_dev;
283 struct vpbe_device *vpbe_dev = fh
306 struct vpbe_fh *fh = q->priv_data; local
596 struct vpbe_fh *fh = file->private_data; local
607 struct vpbe_fh *fh = file->private_data; local
619 struct vpbe_fh *fh = file->private_data; local
634 struct vpbe_fh *fh = file->private_data; local
703 struct vpbe_fh *fh = file->private_data; local
732 struct vpbe_fh *fh = file->private_data; local
750 struct vpbe_fh *fh = file->private_data; local
772 struct vpbe_fh *fh = file->private_data; local
804 struct vpbe_fh *fh = file->private_data; local
878 struct vpbe_fh *fh = file->private_data; local
904 struct vpbe_fh *fh = priv; local
939 struct vpbe_fh *fh = priv; local
962 struct vpbe_fh *fh = priv; local
990 struct vpbe_fh *fh = priv; local
1021 struct vpbe_fh *fh = priv; local
1041 struct vpbe_fh *fh = priv; local
1071 struct vpbe_fh *fh = priv; local
1113 struct vpbe_fh *fh = priv; local
1134 struct vpbe_fh *fh = file->private_data; local
1173 struct vpbe_fh *fh = file->private_data; local
1249 struct vpbe_fh *fh = file->private_data; local
1280 struct vpbe_fh *fh = file->private_data; local
1305 struct vpbe_fh *fh = file->private_data; local
1328 struct vpbe_fh *fh = file->private_data; local
1376 struct vpbe_fh *fh = filep->private_data; local
1389 struct vpbe_fh *fh = filep->private_data; local
1407 struct vpbe_fh *fh = NULL; local
1463 struct vpbe_fh *fh = file->private_data; local
[all...]

Completed in 1113 milliseconds

123456