Searched refs:fh (Results 26 - 50 of 529) sorted by relevance

1234567891011>>

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c20 #include <media/v4l2-fh.h>
39 struct v4l2_fh fh; member in struct:pvr2_v4l2_fh
111 struct pvr2_v4l2_fh *fh = file->private_data; local
112 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;
126 struct pvr2_v4l2_fh *fh = file->private_data; local
127 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;
139 struct pvr2_v4l2_fh *fh = file->private_data; local
140 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;
151 struct pvr2_v4l2_fh *fh = file->private_data; local
152 struct pvr2_hdw *hdw = fh
164 struct pvr2_v4l2_fh *fh = file->private_data; local
212 struct pvr2_v4l2_fh *fh = file->private_data; local
234 struct pvr2_v4l2_fh *fh = file->private_data; local
289 struct pvr2_v4l2_fh *fh = file->private_data; local
301 struct pvr2_v4l2_fh *fh = file->private_data; local
317 struct pvr2_v4l2_fh *fh = file->private_data; local
352 struct pvr2_v4l2_fh *fh = file->private_data; local
394 struct pvr2_v4l2_fh *fh = file->private_data; local
414 struct pvr2_v4l2_fh *fh = file->private_data; local
452 struct pvr2_v4l2_fh *fh = file->private_data; local
469 struct pvr2_v4l2_fh *fh = file->private_data; local
488 struct pvr2_v4l2_fh *fh = file->private_data; local
503 struct pvr2_v4l2_fh *fh = file->private_data; local
561 struct pvr2_v4l2_fh *fh = file->private_data; local
576 struct pvr2_v4l2_fh *fh = file->private_data; local
589 struct pvr2_v4l2_fh *fh = file->private_data; local
602 struct pvr2_v4l2_fh *fh = file->private_data; local
637 struct pvr2_v4l2_fh *fh = file->private_data; local
662 struct pvr2_v4l2_fh *fh = file->private_data; local
684 struct pvr2_v4l2_fh *fh = file->private_data; local
700 struct pvr2_v4l2_fh *fh = file->private_data; local
751 struct pvr2_v4l2_fh *fh = file->private_data; local
783 struct pvr2_v4l2_fh *fh = file->private_data; local
1043 pvr2_v4l2_iosetup(struct pvr2_v4l2_fh *fh) argument
1082 struct pvr2_v4l2_fh *fh = file->private_data; local
1144 struct pvr2_v4l2_fh *fh = file->private_data; local
[all...]
/linux-master/fs/gfs2/
H A Dexport.c31 __be32 *fh = (__force __be32 *)p; local
43 fh[0] = cpu_to_be32(ip->i_no_formal_ino >> 32);
44 fh[1] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
45 fh[2] = cpu_to_be32(ip->i_no_addr >> 32);
46 fh[3] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF);
54 fh[4] = cpu_to_be32(ip->i_no_formal_ino >> 32);
55 fh[5] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
56 fh[6] = cpu_to_be32(ip->i_no_addr >> 32);
57 fh[7] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF);
148 __be32 *fh local
170 __be32 *fh = (__force __be32 *)fid->raw; local
[all...]
/linux-master/scripts/
H A Dstackdelta21 open(my $fh, '<', $f)
23 while (<$fh>) {
43 close($fh);
H A Dleaking_addresses.pl161 open my $fh, '>', $output_raw or die "$0: $output_raw: $!\n";
162 select $fh;
166 open my $fh, '<', $kallsyms_file or die "$0: $kallsyms_file: $!\n";
167 while (<$fh>) {
181 close $fh;
291 open(my $fh, "<", $file) or return "";
292 while (my $line = <$fh> ) {
300 close $fh;
479 open my $fh, "<:raw", $file or return;
481 my $bytes = <$fh>;
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c309 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
311 struct ivtv *itv = fh2id(fh)->itv;
331 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
333 struct ivtv_open_id *id = fh2id(fh);
354 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
356 struct ivtv *itv = fh2id(fh)->itv;
372 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
375 struct ivtv_open_id *id = fh2id(fh);
395 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
397 struct ivtv_open_id *id = fh2id(fh);
435 ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
457 ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
462 ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
485 ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
490 ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
511 ivtv_try_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
545 ivtv_try_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
562 ivtv_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
567 ivtv_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
598 ivtv_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
610 ivtv_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
629 ivtv_s_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
674 ivtv_s_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
711 ivtv_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
719 ivtv_s_register(struct file *file, void *fh, const struct v4l2_dbg_register *reg) argument
728 ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) argument
739 ivtv_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) argument
746 ivtv_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) argument
754 ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) argument
767 ivtv_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
775 ivtv_g_audout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
783 ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) argument
792 ivtv_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
800 ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) argument
807 ivtv_g_pixelaspect(struct file *file, void *fh, int type, struct v4l2_fract *f) argument
825 ivtv_s_selection(struct file *file, void *fh, struct v4l2_selection *sel) argument
868 ivtv_g_selection(struct file *file, void *fh, struct v4l2_selection *sel) argument
914 ivtv_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
941 ivtv_enum_fmt_vid_out(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
968 ivtv_g_input(struct file *file, void *fh, unsigned int *i) argument
977 ivtv_s_input(struct file *file, void *fh, unsigned int inp) argument
1020 ivtv_g_output(struct file *file, void *fh, unsigned int *i) argument
1032 ivtv_s_output(struct file *file, void *fh, unsigned int outp) argument
1054 ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1068 ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) argument
1085 ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) argument
1158 ivtv_s_std(struct file *file, void *fh, v4l2_std_id std) argument
1186 ivtv_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) argument
1199 ivtv_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
1215 ivtv_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) argument
1250 ivtv_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) argument
1276 ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1328 ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1358 ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
1445 ivtv_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) argument
1466 ivtv_overlay(struct file *file, void *fh, unsigned int on) argument
1482 ivtv_subscribe_event(struct v4l2_fh *fh, const struct v4l2_event_subscription *sub) argument
1493 ivtv_log_status(struct file *file, void *fh) argument
1585 ivtv_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1594 ivtv_try_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1645 ivtv_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) argument
[all...]
H A Divtv-ioctl.h20 int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
21 int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.c52 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, argument
55 struct cx18_open_id *id = fh2id(fh);
76 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, argument
79 struct cx18_open_id *id = fh2id(fh);
121 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, argument
124 struct cx18_open_id *id = fh2id(fh);
133 ret = cx18_try_fmt_vid_cap(file, fh, fmt);
154 return cx18_g_fmt_vid_cap(file, fh, fmt);
261 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, argument
264 struct cx18 *cx = fh2id(fh)
280 cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
305 cx18_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
311 cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
330 cx18_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
360 cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
392 cx18_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
406 cx18_s_register(struct file *file, void *fh, const struct v4l2_dbg_register *reg) argument
420 cx18_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) argument
432 cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) argument
439 cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) argument
447 cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) argument
458 cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
466 cx18_g_pixelaspect(struct file *file, void *fh, int type, struct v4l2_fract *f) argument
479 cx18_g_selection(struct file *file, void *fh, struct v4l2_selection *sel) argument
499 cx18_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
516 cx18_g_input(struct file *file, void *fh, unsigned int *i) argument
524 cx18_s_input(struct file *file, void *fh, unsigned int inp) argument
561 cx18_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
573 cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) argument
588 cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) argument
596 cx18_s_std(struct file *file, void *fh, v4l2_std_id std) argument
645 cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) argument
657 cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
673 cx18_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) argument
794 cx18_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) argument
841 cx18_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
900 cx18_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
933 cx18_log_status(struct file *file, void *fh) argument
976 cx18_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) argument
[all...]
/linux-master/drivers/media/rc/
H A Dlirc_dev.c41 struct lirc_fh *fh; local
77 list_for_each_entry(fh, &dev->lirc_fh, list)
78 kfifo_put(&fh->rawir, LIRC_SPACE(duration));
96 list_for_each_entry(fh, &dev->lirc_fh, list) {
97 if (kfifo_put(&fh->rawir, sample))
98 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM);
112 struct lirc_fh *fh; local
117 list_for_each_entry(fh, &dev->lirc_fh, list) {
118 if (kfifo_put(&fh->scancodes, *lsc))
119 wake_up_poll(&fh
129 struct lirc_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); local
194 struct lirc_fh *fh = file->private_data; local
217 struct lirc_fh *fh = file->private_data; local
362 struct lirc_fh *fh = file->private_data; local
582 struct lirc_fh *fh = file->private_data; local
606 struct lirc_fh *fh = file->private_data; local
644 struct lirc_fh *fh = file->private_data; local
683 struct lirc_fh *fh = file->private_data; local
774 struct lirc_fh *fh; local
820 struct lirc_fh *fh; local
[all...]
/linux-master/drivers/staging/most/video/
H A Dvideo.c22 #include <media/v4l2-fh.h>
50 struct v4l2_fh fh; member in struct:comp_fh
73 struct comp_fh *fh; local
82 fh = kzalloc(sizeof(*fh), GFP_KERNEL);
83 if (!fh)
92 fh->mdev = mdev;
93 v4l2_fh_init(&fh->fh, vdev);
94 filp->private_data = fh;
118 struct comp_fh *fh = filp->private_data; local
154 struct comp_fh *fh = filp->private_data; local
203 struct comp_fh *fh = filp->private_data; local
245 struct comp_fh *fh = priv; local
279 struct comp_fh *fh = priv; local
288 struct comp_fh *fh = priv; local
303 struct comp_fh *fh = priv; local
320 struct comp_fh *fh = priv; local
328 struct comp_fh *fh = priv; local
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c157 struct fc_frame_header *fh; local
162 fh = __fc_frame_header_get(fp);
178 fh->fh_r_ctl = r_ctl;
179 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
180 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
181 fh->fh_type = in_fh->fh_type;
182 hton24(fh->fh_f_ctl, f_ctl);
183 fh
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-trace.c3 #include <media/v4l2-fh.h>
H A Dv4l2-ctrls-priv.h58 void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags);
61 void send_initial_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl);
62 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes);
72 int try_or_set_cluster(struct v4l2_fh *fh, struct v4l2_ctrl *master,
79 int try_set_ext_ctrls_common(struct v4l2_fh *fh,
89 int try_set_ext_ctrls_request(struct v4l2_fh *fh,
H A Dv4l2-ioctl.c26 #include <media/v4l2-fh.h>
1082 struct file *file, void *fh, void *arg)
1095 ret = ops->vidioc_querycap(file, fh, cap);
1116 struct file *file, void *fh, void *arg)
1125 return ops->vidioc_g_input(file, fh, arg);
1129 struct file *file, void *fh, void *arg)
1138 return ops->vidioc_g_output(file, fh, arg);
1142 struct file *file, void *fh, void *arg)
1154 return ops->vidioc_s_input(file, fh, *(unsigned int *)arg);
1158 struct file *file, void *fh, voi
1081 v4l_querycap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1115 v4l_g_input(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1128 v4l_g_output(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1141 v4l_s_input(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1157 v4l_s_output(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1168 v4l_g_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1179 v4l_s_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1193 v4l_enuminput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1219 v4l_enumoutput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1530 v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1621 v4l_g_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1680 v4l_s_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1791 v4l_try_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1899 v4l_streamon(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1905 v4l_streamoff(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1911 v4l_g_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1926 v4l_s_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1941 v4l_g_modulator(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1957 v4l_s_modulator(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1969 v4l_g_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1983 v4l_s_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2006 v4l_enumstd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2015 v4l_s_std(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2033 v4l_querystd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2055 v4l_s_hw_freq_seek(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2077 v4l_s_fbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2086 v4l_overlay(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2092 v4l_reqbufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2106 v4l_querybuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2115 v4l_qbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2124 v4l_dqbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2133 v4l_create_bufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2155 v4l_prepare_buf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2164 v4l_g_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2187 v4l_s_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2211 v4l_queryctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2228 v4l_query_ext_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2245 v4l_querymenu(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2262 v4l_g_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2296 v4l_s_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2328 v4l_g_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2349 v4l_s_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2370 v4l_try_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2400 v4l_g_selection(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2416 v4l_s_selection(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2432 v4l_g_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2462 v4l_s_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2487 v4l_cropcap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2553 v4l_log_status(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2569 v4l_dbg_g_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2597 v4l_dbg_s_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2625 v4l_dbg_g_chip_info(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2668 v4l_dqevent(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2674 v4l_subscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2680 v4l_unsubscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2686 v4l_g_sliced_vbi_cap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2701 v4l_enum_freq_bands(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2987 void *fh = file->private_data; local
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h25 int vivid_vid_out_s_selection(struct file *file, void *fh, struct v4l2_selection *s);
31 int vivid_vid_out_overlay(struct file *file, void *fh, unsigned i);
32 int vivid_vid_out_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a);
33 int vivid_vid_out_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a);
37 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout);
38 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout);
39 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout);
/linux-master/fs/nfsd/
H A Dxdr.h12 struct svc_fh fh; member in struct:nfsd_fhandle
16 struct svc_fh fh; member in struct:nfsd_sattrargs
21 struct svc_fh fh; member in struct:nfsd_diropargs
27 struct svc_fh fh; member in struct:nfsd_readargs
33 svc_fh fh; member in struct:nfsd_writeargs
40 struct svc_fh fh; member in struct:nfsd_createargs
73 struct svc_fh fh; member in struct:nfsd_readdirargs
84 struct svc_fh fh; member in struct:nfsd_attrstat
90 struct svc_fh fh; member in struct:nfsd_diropres
102 struct svc_fh fh; member in struct:nfsd_readres
[all...]
H A Dnfsproc.c24 * N.B. After this call resp->fh needs an fh_put
32 dprintk("nfsd: GETATTR %s\n", SVCFH_fmt(&argp->fh));
34 fh_copy(&resp->fh, &argp->fh);
35 resp->status = fh_verify(rqstp, &resp->fh, 0,
39 resp->status = fh_getattr(&resp->fh, &resp->stat);
46 * N.B. After this call resp->fh needs an fh_put
60 SVCFH_fmt(&argp->fh),
63 fhp = fh_copy(&resp->fh, &argp->fh);
[all...]
H A Dvfs.h153 static inline int fh_want_write(struct svc_fh *fh) argument
157 if (fh->fh_want_write)
159 ret = mnt_want_write(fh->fh_export->ex_path.mnt);
161 fh->fh_want_write = true;
165 static inline void fh_drop_write(struct svc_fh *fh) argument
167 if (fh->fh_want_write) {
168 fh->fh_want_write = false;
169 mnt_drop_write(fh->fh_export->ex_path.mnt);
173 static inline __be32 fh_getattr(const struct svc_fh *fh, struct kstat *stat) argument
176 struct path p = {.mnt = fh
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c149 struct saa7164_vbi_fh *fh = file->private_data; local
151 return saa7164_s_std(fh->port->enc_port, id);
156 struct saa7164_encoder_fh *fh = file->private_data; local
158 return saa7164_g_std(fh->port->enc_port, id);
163 struct saa7164_vbi_fh *fh = file->private_data; local
165 return saa7164_g_input(fh->port->enc_port, i);
170 struct saa7164_vbi_fh *fh = file->private_data; local
172 return saa7164_s_input(fh->port->enc_port, i);
178 struct saa7164_vbi_fh *fh = file->private_data; local
180 return saa7164_g_frequency(fh
186 struct saa7164_vbi_fh *fh = file->private_data; local
197 struct saa7164_vbi_fh *fh = file->private_data; local
416 struct saa7164_vbi_fh *fh; local
441 struct saa7164_vbi_fh *fh = file->private_data; local
494 struct saa7164_vbi_fh *fh = file->private_data; local
601 struct saa7164_vbi_fh *fh = (struct saa7164_vbi_fh *)file->private_data; local
[all...]
/linux-master/drivers/clk/mediatek/
H A Dclk-pllfh.c31 struct mtk_fh *fh = to_mtk_fh(hw); local
37 return fh->ops->hopping(fh, pcw, postdiv);
115 static int pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data) argument
117 struct fh_pll_regs *regs = &fh->regs;
138 fh->pllfh_data = pllfh_data;
139 fh->lock = &pllfh_lock;
141 fh->ops = fhctl_get_ops();
156 struct mtk_fh *fh; local
159 fh
186 struct mtk_fh *fh; local
[all...]
H A Dclk-fhctl.c181 static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds, argument
184 const struct fh_pll_data *data = &fh->pllfh_data->data;
185 struct fh_pll_state *state = &fh->pllfh_data->state;
186 struct fh_pll_regs *regs = &fh->regs;
187 struct mtk_clk_pll *pll = &fh->clk_pll;
188 spinlock_t *lock = fh->lock;
212 static int fhctl_ssc_enable(struct mtk_fh *fh, u32 rate) argument
214 const struct fh_pll_data *data = &fh->pllfh_data->data;
215 struct fh_pll_state *state = &fh->pllfh_data->state;
216 struct fh_pll_regs *regs = &fh
241 fhctl_hw_init(struct mtk_fh *fh) argument
[all...]
H A Dclk-fhctl.h31 void fhctl_hw_init(struct mtk_fh *fh);
/linux-master/fs/overlayfs/
H A Dnamei.c120 struct ovl_fh *fh = NULL; local
132 fh = kzalloc(res + OVL_FH_WIRE_OFFSET, GFP_KERNEL);
133 if (!fh)
136 res = ovl_getxattr_upper(ofs, upperdentry, ox, fh->buf, res);
140 err = ovl_check_fb_len(&fh->fb, res);
147 return fh;
150 kfree(fh);
157 pr_warn_ratelimited("invalid origin (%*phN)\n", res, fh);
161 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, argument
176 !uuid_equal(&fh
421 ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, struct dentry *upperdentry, struct ovl_path **stackp) argument
475 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); local
497 ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh) argument
516 ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh, bool is_upper, bool set) argument
542 struct ovl_fh *fh; local
573 struct ovl_fh *fh; local
606 struct ovl_fh *fh = NULL; local
705 ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name) argument
738 struct ovl_fh *fh; local
752 ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) argument
898 const struct ovl_fh *fh; local
[all...]
H A Dexport.c222 struct ovl_fh *fh = NULL; local
235 fh = ovl_encode_real_fh(ofs, enc_lower ? ovl_dentry_lower(dentry) :
237 if (IS_ERR(fh))
238 return PTR_ERR(fh);
240 len = OVL_FH_LEN(fh);
242 memcpy(fid, fh, len);
246 kfree(fh);
665 struct ovl_fh *fh)
674 upper = ovl_decode_real_fh(ofs, fh, ovl_upper_mnt(ofs), true);
685 struct ovl_fh *fh)
664 ovl_upper_fh_to_d(struct super_block *sb, struct ovl_fh *fh) argument
684 ovl_lower_fh_to_d(struct super_block *sb, struct ovl_fh *fh) argument
766 struct ovl_fh *fh; local
791 struct ovl_fh *fh = NULL; local
[all...]
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-helper.h23 int wave5_vpu_subscribe_event(struct v4l2_fh *fh, const struct v4l2_event_subscription *sub);
24 int wave5_vpu_g_fmt_out(struct file *file, void *fh, struct v4l2_format *f);
/linux-master/include/scsi/
H A Dfc_frame.h249 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, argument
255 fh->fh_r_ctl = r_ctl;
256 hton24(fh->fh_d_id, did);
257 hton24(fh->fh_s_id, sid);
258 fh->fh_type = type;
259 hton24(fh->fh_f_ctl, f_ctl);
260 fh->fh_cs_ctl = 0;
261 fh->fh_df_ctl = 0;
262 fh->fh_parm_offset = htonl(parm_offset);
272 struct fc_frame_header *fh; local
[all...]

Completed in 230 milliseconds

1234567891011>>