Home
last modified time | relevance | path

Searched refs:fh (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/linux/drivers/media/v4l2-core/
H A Dv4l2-fh.c21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init() argument
23 fh->vdev = vdev; in v4l2_fh_init()
25 fh->ctrl_handler = vdev->ctrl_handler; in v4l2_fh_init()
26 INIT_LIST_HEAD(&fh->list); in v4l2_fh_init()
27 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags); in v4l2_fh_init()
35 fh->prio = V4L2_PRIORITY_UNSET; in v4l2_fh_init()
36 init_waitqueue_head(&fh->wait); in v4l2_fh_init()
37 INIT_LIST_HEAD(&fh->available); in v4l2_fh_init()
38 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
39 fh->sequence = -1; in v4l2_fh_init()
[all …]
H A Dv4l2-event.c27 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue() argument
33 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
35 if (list_empty(&fh->available)) { in __v4l2_event_dequeue()
36 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
40 WARN_ON(fh->navailable == 0); in __v4l2_event_dequeue()
42 kev = list_first_entry(&fh->available, struct v4l2_kevent, list); in __v4l2_event_dequeue()
44 fh->navailable--; in __v4l2_event_dequeue()
46 kev->event.pending = fh->navailable; in __v4l2_event_dequeue()
54 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
59 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue() argument
[all …]
/linux/drivers/media/cec/core/
H A Dcec-api.c27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() local
29 return &fh->adap->devnode; in cec_devnode_data()
37 struct cec_fh *fh = filp->private_data; in cec_poll() local
38 struct cec_adapter *adap = fh->adap; in cec_poll()
41 poll_wait(filp, &fh->wait, poll); in cec_poll()
48 if (fh->queued_msgs) in cec_poll()
50 if (fh->total_queued_events) in cec_poll()
57 const struct cec_fh *fh) in cec_is_busy() argument
59 bool valid_initiator = adap->cec_initiator && adap->cec_initiator == fh; in cec_is_busy()
60 bool valid_follower = adap->cec_follower && adap->cec_follower == fh; in cec_is_busy()
[all …]
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c147 struct file_handle *fh; in TEST_F() local
151 fh = malloc(sizeof(struct file_handle) + MAX_HANDLE_SZ); in TEST_F()
152 ASSERT_NE(fh, NULL); in TEST_F()
153 memset(fh, 0, sizeof(struct file_handle) + MAX_HANDLE_SZ); in TEST_F()
154 fh->handle_bytes = MAX_HANDLE_SZ; in TEST_F()
156 ASSERT_EQ(name_to_handle_at(self->child_pidfd1, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
160 pidfd = open_by_handle_at(self->pidfd, fh, 0); in TEST_F()
168 pidfd = open_by_handle_at(self->pidfd, fh, O_CLOEXEC); in TEST_F()
176 pidfd = open_by_handle_at(self->pidfd, fh, O_NONBLOCK); in TEST_F()
184 free(fh); in TEST_F()
[all …]
/linux/kernel/liveupdate/
H A Dluo_file.c123 * @fh: Pointer to the &struct liveupdate_file_handler that manages
162 struct liveupdate_file_handler *fh;
172 static unsigned long luo_get_id(struct liveupdate_file_handler *fh,
175 return fh->ops->get_id ? fh->ops->get_id(file) : (unsigned long)file;
233 struct liveupdate_file_handler *fh;
253 list_private_for_each_entry(fh, &luo_file_handler_list, list) {
254 if (fh->ops->can_preserve(fh, file)) {
255 if (try_module_get(fh
167 struct liveupdate_file_handler *fh; global() member
210 luo_get_id(struct liveupdate_file_handler * fh,struct file * file) luo_get_id() argument
271 struct liveupdate_file_handler *fh; luo_preserve_file() local
811 struct liveupdate_file_handler *fh; luo_file_deserialize() local
872 liveupdate_register_file_handler(struct liveupdate_file_handler * fh) liveupdate_register_file_handler() argument
918 liveupdate_unregister_file_handler(struct liveupdate_file_handler * fh) liveupdate_unregister_file_handler() argument
[all...]
/linux/net/ipv6/netfilter/
H A Dip6t_frag.c38 const struct frag_hdr *fh; in frag_mt6() local
50 fh = skb_header_pointer(skb, ptr, sizeof(_frag), &_frag); in frag_mt6()
51 if (fh == NULL) { in frag_mt6()
56 pr_debug("INFO %04X ", fh->frag_off); in frag_mt6()
57 pr_debug("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7); in frag_mt6()
58 pr_debug("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6); in frag_mt6()
59 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF)); in frag_mt6()
60 pr_debug("ID %u %08X\n", ntohl(fh->identification), in frag_mt6()
61 ntohl(fh->identification)); in frag_mt6()
65 ntohl(fh->identification), in frag_mt6()
[all …]
/linux/drivers/media/rc/
H A Dlirc_dev.c43 struct lirc_fh *fh; in lirc_raw_event() local
79 list_for_each_entry(fh, &dev->lirc_fh, list) in lirc_raw_event()
80 kfifo_put(&fh->rawir, LIRC_SPACE(duration)); in lirc_raw_event()
98 list_for_each_entry(fh, &dev->lirc_fh, list) { in lirc_raw_event()
99 if (kfifo_put(&fh->rawir, sample)) in lirc_raw_event()
100 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event()
114 struct lirc_fh *fh; in lirc_scancode_event() local
119 list_for_each_entry(fh, &dev->lirc_fh, list) { in lirc_scancode_event()
120 if (kfifo_put(&fh->scancodes, *lsc)) in lirc_scancode_event()
121 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event()
[all …]
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c37 struct v4l2_fh fh; member
51 return container_of(file_to_v4l2_fh(filp), struct pvr2_v4l2_fh, fh); in to_pvr2_v4l2_fh()
114 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_querycap() local
115 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querycap()
129 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_g_std() local
130 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_std()
142 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_s_std() local
143 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_std()
154 struct pvr2_v4l2_fh *fh = to_pvr2_v4l2_fh(file); in pvr2_querystd() local
155 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querystd()
[all …]
/linux/drivers/staging/most/video/
H A Dvideo.c22 #include <media/v4l2-fh.h>
50 struct v4l2_fh fh; member
57 return container_of(file_to_v4l2_fh(filp), struct comp_fh, fh); in to_comp_fh()
78 struct comp_fh *fh; in comp_vdev_open() local
87 fh = kzalloc_obj(*fh); in comp_vdev_open()
88 if (!fh) in comp_vdev_open()
97 fh->mdev = mdev; in comp_vdev_open()
98 v4l2_fh_init(&fh->fh, vde in comp_vdev_open()
121 struct comp_fh *fh = to_comp_fh(filp); comp_vdev_close() local
159 struct comp_fh *fh = to_comp_fh(filp); comp_vdev_read() local
208 struct comp_fh *fh = to_comp_fh(filp); comp_vdev_poll() local
250 struct comp_fh *fh = priv; vidioc_querycap() local
284 struct comp_fh *fh = priv; vidioc_try_fmt_vid_cap() local
293 struct comp_fh *fh = priv; vidioc_s_fmt_vid_cap() local
308 struct comp_fh *fh = priv; vidioc_enum_input() local
325 struct comp_fh *fh = priv; vidioc_g_input() local
333 struct comp_fh *fh = priv; vidioc_s_input() local
[all...]
/linux/scripts/
H A Dgenerate_initcall_order.pl25 open(my $fh, "getconf _NPROCESSORS_ONLN 2>/dev/null |")
27 my $procs = <$fh>;
28 close($fh);
59 my ($fh) = @_;
64 my $data = <$fh>;
102 open(my $fh, "\"$nm\" --defined-only \"$file\" 2>/dev/null |")
107 while (<$fh>) {
149 close($fh);
161 foreach my $fh ($select->can_read(0)) {
162 read_results($fh);
[all …]
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/fs/nfsd/
H A Dnfs3acl.c34 svc_fh *fh; in nfsd3_proc_getacl() local
36 fh = fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getacl()
37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl()
41 inode = d_inode(fh->fh_dentry); in nfsd3_proc_getacl()
92 svc_fh *fh; in nfsd3_proc_setacl() local
95 fh = fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_setacl()
[all...]
H A Dxdr3.h14 struct svc_fh fh; member
21 struct svc_fh fh; member
27 struct svc_fh fh; member
32 struct svc_fh fh; member
38 svc_fh fh; member
47 struct svc_fh fh; member
56 struct svc_fh fh; member
91 struct svc_fh fh; member
98 struct svc_fh fh; member
104 struct svc_fh fh; member
110 struct svc_fh fh; global() member
118 struct svc_fh fh; global() member
126 struct svc_fh fh; global() member
131 struct svc_fh fh; global() member
138 struct svc_fh fh; global() member
145 struct svc_fh fh; global() member
153 struct svc_fh fh; global() member
168 struct svc_fh fh; global() member
174 struct svc_fh fh; global() member
218 struct svc_fh fh; global() member
224 struct svc_fh fh; global() member
[all...]
/linux/include/media/
H A Dv4l2-event.h75 struct v4l2_fh *fh; member
91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
139 int v4l2_event_pending(struct v4l2_fh *fh);
154 int v4l2_event_subscribe(struct v4l2_fh *fh,
164 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
171 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
186 struct v4l2_fh *fh,
195 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
206 struct v4l2_fh *fh,
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c147 struct saa7164_vbi_fh *fh = to_saa7164_vbi_fh(file); in vidioc_s_std() local
149 return saa7164_s_std(fh->port->enc_port, id); in vidioc_s_std()
154 struct saa7164_vbi_fh *fh = to_saa7164_vbi_fh(file); in vidioc_g_std() local
156 return saa7164_g_std(fh->port->enc_port, id); in vidioc_g_std()
161 struct saa7164_vbi_fh *fh = to_saa7164_vbi_fh(file); in vidioc_g_input() local
163 return saa7164_g_input(fh->port->enc_port, i); in vidioc_g_input()
168 struct saa7164_vbi_fh *fh = to_saa7164_vbi_fh(file); in vidioc_s_input() local
170 return saa7164_s_input(fh->port->enc_port, i); in vidioc_s_input()
176 struct saa7164_vbi_fh *fh = to_saa7164_vbi_fh(file); in vidioc_g_frequency() local
178 return saa7164_g_frequency(fh->port->enc_port, f); in vidioc_g_frequency()
[all …]
H A Dsaa7164-encoder.c222 struct saa7164_encoder_fh *fh = to_saa7164_encoder_fh(file); in vidioc_s_std() local
224 return saa7164_s_std(fh->port, id); in vidioc_s_std()
235 struct saa7164_encoder_fh *fh = to_saa7164_encoder_fh(file); in vidioc_g_std() local
237 return saa7164_g_std(fh->port, id); in vidioc_g_std()
280 struct saa7164_encoder_fh *fh = to_saa7164_encoder_fh(file); in vidioc_g_input() local
282 return saa7164_g_input(fh->port, i); in vidioc_g_input()
304 struct saa7164_encoder_fh *fh = to_saa7164_encoder_fh(file); in vidioc_s_input() local
306 return saa7164_s_input(fh->port, i); in vidioc_s_input()
311 struct saa7164_encoder_fh *fh = to_saa7164_encoder_fh(file); in saa7164_g_tuner() local
312 struct saa7164_port *port = fh->port; in saa7164_g_tuner()
[all …]
/linux/drivers/clk/mediatek/
H A Dclk-pllfh.c32 struct mtk_fh *fh = to_mtk_fh(hw); in mtk_fhctl_set_rate() local
38 return fh->ops->hopping(fh, pcw, postdiv); in mtk_fhctl_set_rate()
116 static int pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data) in pllfh_init() argument
118 struct fh_pll_regs *regs = &fh->regs; in pllfh_init()
139 fh->pllfh_data = pllfh_data; in pllfh_init()
140 fh->lock = &pllfh_lock; in pllfh_init()
142 fh->ops = fhctl_get_ops(); in pllfh_init()
157 struct mtk_fh *fh; in mtk_clk_register_pllfh() local
160 fh = kzalloc_obj(*fh); in mtk_clk_register_pllfh()
161 if (!fh) in mtk_clk_register_pllfh()
[all …]
H A Dclk-fhctl.c181 static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds, in fhctl_hopping() argument
184 const struct fh_pll_data *data = &fh->pllfh_data->data; in fhctl_hopping()
185 struct fh_pll_state *state = &fh->pllfh_data->state; in fhctl_hopping()
186 struct fh_pll_regs *regs = &fh->regs; in fhctl_hopping()
187 struct mtk_clk_pll *pll = &fh->clk_pll; in fhctl_hopping()
188 spinlock_t *lock = fh->lock; in fhctl_hopping()
212 static int fhctl_ssc_enable(struct mtk_fh *fh, u32 rate) in fhctl_ssc_enable() argument
214 const struct fh_pll_data *data = &fh->pllfh_data->data; in fhctl_ssc_enable()
215 struct fh_pll_state *state = &fh->pllfh_data->state; in fhctl_ssc_enable()
216 struct fh_pll_regs *regs = &fh->regs; in fhctl_ssc_enable()
[all …]
/linux/drivers/scsi/libfc/
H A Dfc_exch.c265 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr() local
290 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
298 fh->fh_ox_id = htons(ep->oxid); in fc_exch_setup_hdr()
299 fh->fh_rx_id = htons(ep->rxid); in fc_exch_setup_hdr()
300 fh->fh_seq_id = ep->seq.id; in fc_exch_setup_hdr()
301 fh->fh_seq_cnt = htons(ep->seq.cnt); in fc_exch_setup_hdr()
467 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_send_locked() local
470 u8 fh_type = fh->fh_type; in fc_seq_send_locked()
481 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
491 sp->cnt += DIV_ROUND_UP((fr_len(fp) - sizeof(*fh)), in fc_seq_send_locked()
[all …]
H A Dfc_libfc.c157 struct fc_frame_header *fh; in fc_fill_hdr() local
162 fh = __fc_frame_header_get(fp); in fc_fill_hdr()
178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
179 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id)); in fc_fill_hdr()
180 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id)); in fc_fill_hdr()
181 fh->fh_type = in_fh->fh_type; in fc_fill_hdr()
182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
183 fh->fh_ox_id = in_fh->fh_ox_id; in fc_fill_hdr()
184 fh->fh_rx_id = in_fh->fh_rx_id; in fc_fill_hdr()
185 fh->fh_cs_ctl = 0; in fc_fill_hdr()
[all …]
/linux/arch/s390/pci/
H A Dpci_event.c23 u32 fh; /* function handle */ member
40 u32 fh; /* function handle */ member
296 u32 fh = 0; in __zpci_event_error() local
300 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_error()
306 rc = clp_refresh_fh(zdev->fid, &fh); in __zpci_event_error()
309 if (!fh || ccdf->fh != fh) { in __zpci_event_error()
312 ccdf->fid, fh, ccdf->fh); in __zpci_event_error()
315 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_error()
354 static void zpci_event_hard_deconfigured(struct zpci_dev *zdev, u32 fh) in zpci_event_hard_deconfigured() argument
356 zpci_update_fh(zdev, fh); in zpci_event_hard_deconfigured()
[all …]
/linux/include/scsi/
H A Dfc_frame.h249 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() argument
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
256 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
257 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
258 fh->fh_type = type; in __fc_fill_fc_hdr()
259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
260 fh->fh_cs_ctl = 0; in __fc_fill_fc_hdr()
261 fh->fh_df_ctl = 0; in __fc_fill_fc_hdr()
262 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr()
272 struct fc_frame_header *fh; in fc_fill_fc_hdr() local
[all …]
/linux/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) in ivtv_g_fmt_sliced_vbi_out() argument
331 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap() argument
354 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap() argument
372 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap() argument
395 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out() argument
435 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out_overlay() argument
457 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out() argument
459 return ivtv_g_fmt_sliced_vbi_out(file, fh, fmt); in ivtv_try_fmt_sliced_vbi_out()
462 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vid_cap() argument
477 ivtv_g_fmt_vid_cap(file, fh, fm in ivtv_try_fmt_vid_cap()
485 ivtv_try_fmt_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vbi_cap() argument
490 ivtv_try_fmt_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_sliced_vbi_cap() argument
511 ivtv_try_fmt_vid_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vid_out() argument
545 ivtv_try_fmt_vid_out_overlay(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_try_fmt_vid_out_overlay() argument
562 ivtv_s_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_sliced_vbi_out() argument
567 ivtv_s_fmt_vid_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_cap() argument
598 ivtv_s_fmt_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vbi_cap() argument
610 ivtv_s_fmt_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_sliced_vbi_cap() argument
629 ivtv_s_fmt_vid_out(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_out() argument
674 ivtv_s_fmt_vid_out_overlay(struct file * file,void * fh,struct v4l2_format * fmt) ivtv_s_fmt_vid_out_overlay() argument
711 ivtv_g_register(struct file * file,void * fh,struct v4l2_dbg_register * reg) ivtv_g_register() argument
719 ivtv_s_register(struct file * file,void * fh,const struct v4l2_dbg_register * reg) ivtv_s_register() argument
728 ivtv_querycap(struct file * file,void * fh,struct v4l2_capability * vcap) ivtv_querycap() argument
739 ivtv_enumaudio(struct file * file,void * fh,struct v4l2_audio * vin) ivtv_enumaudio() argument
746 ivtv_g_audio(struct file * file,void * fh,struct v4l2_audio * vin) ivtv_g_audio() argument
754 ivtv_s_audio(struct file * file,void * fh,const struct v4l2_audio * vout) ivtv_s_audio() argument
767 ivtv_enumaudout(struct file * file,void * fh,struct v4l2_audioout * vin) ivtv_enumaudout() argument
775 ivtv_g_audout(struct file * file,void * fh,struct v4l2_audioout * vin) ivtv_g_audout() argument
783 ivtv_s_audout(struct file * file,void * fh,const struct v4l2_audioout * vout) ivtv_s_audout() argument
792 ivtv_enum_input(struct file * file,void * fh,struct v4l2_input * vin) ivtv_enum_input() argument
800 ivtv_enum_output(struct file * file,void * fh,struct v4l2_output * vout) ivtv_enum_output() argument
807 ivtv_g_pixelaspect(struct file * file,void * fh,int type,struct v4l2_fract * f) ivtv_g_pixelaspect() argument
825 ivtv_s_selection(struct file * file,void * fh,struct v4l2_selection * sel) ivtv_s_selection() argument
868 ivtv_g_selection(struct file * file,void * fh,struct v4l2_selection * sel) ivtv_g_selection() argument
914 ivtv_enum_fmt_vid_cap(struct file * file,void * fh,struct v4l2_fmtdesc * fmt) ivtv_enum_fmt_vid_cap() argument
941 ivtv_enum_fmt_vid_out(struct file * file,void * fh,struct v4l2_fmtdesc * fmt) ivtv_enum_fmt_vid_out() argument
968 ivtv_g_input(struct file * file,void * fh,unsigned int * i) ivtv_g_input() argument
1019 ivtv_s_input(struct file * file,void * fh,unsigned int inp) ivtv_s_input() argument
1024 ivtv_g_output(struct file * file,void * fh,unsigned int * i) ivtv_g_output() argument
1036 ivtv_s_output(struct file * file,void * fh,unsigned int outp) ivtv_s_output() argument
1058 ivtv_g_frequency(struct file * file,void * fh,struct v4l2_frequency * vf) ivtv_g_frequency() argument
1088 ivtv_s_frequency(struct file * file,void * fh,const struct v4l2_frequency * vf) ivtv_s_frequency() argument
1097 ivtv_g_std(struct file * file,void * fh,v4l2_std_id * std) ivtv_g_std() argument
1170 ivtv_s_std(struct file * file,void * fh,v4l2_std_id std) ivtv_s_std() argument
1198 ivtv_s_tuner(struct file * file,void * fh,const struct v4l2_tuner * vt) ivtv_s_tuner() argument
1211 ivtv_g_tuner(struct file * file,void * fh,struct v4l2_tuner * vt) ivtv_g_tuner() argument
1227 ivtv_g_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_sliced_vbi_cap * cap) ivtv_g_sliced_vbi_cap() argument
1262 ivtv_g_enc_index(struct file * file,void * fh,struct v4l2_enc_idx * idx) ivtv_g_enc_index() argument
1288 ivtv_encoder_cmd(struct file * file,void * fh,struct v4l2_encoder_cmd * enc) ivtv_encoder_cmd() argument
1340 ivtv_try_encoder_cmd(struct file * file,void * fh,struct v4l2_encoder_cmd * enc) ivtv_try_encoder_cmd() argument
1370 ivtv_g_fbuf(struct file * file,void * fh,struct v4l2_framebuffer * fb) ivtv_g_fbuf() argument
1457 ivtv_s_fbuf(struct file * file,void * fh,const struct v4l2_framebuffer * fb) ivtv_s_fbuf() argument
1478 ivtv_overlay(struct file * file,void * fh,unsigned int on) ivtv_overlay() argument
1494 ivtv_subscribe_event(struct v4l2_fh * fh,const struct v4l2_event_subscription * sub) ivtv_subscribe_event() argument
1505 ivtv_log_status(struct file * file,void * fh) ivtv_log_status() argument
1597 ivtv_decoder_cmd(struct file * file,void * fh,struct v4l2_decoder_cmd * dec) ivtv_decoder_cmd() argument
1606 ivtv_try_decoder_cmd(struct file * file,void * fh,struct v4l2_decoder_cmd * dec) ivtv_try_decoder_cmd() argument
1657 ivtv_default(struct file * file,void * fh,bool valid_prio,unsigned int cmd,void * arg) ivtv_default() argument
[all...]
/linux/include/linux/
H A Dnfs_xdr.h380 struct nfs_fh *fh;
479 const struct nfs_fh * fh;
509 struct nfs_fh fh;
530 const struct nfs_fh * fh;
546 struct nfs_fh * fh;
576 struct nfs_fh * fh;
598 struct nfs_fh * fh;
612 struct nfs_fh * fh;
675 struct nfs_fh * fh;
716 struct nfs_fh *fh;
378 struct nfs_fh *fh; global() member
477 const struct nfs_fh * fh; global() member
507 struct nfs_fh fh; global() member
528 const struct nfs_fh * fh; global() member
544 struct nfs_fh * fh; global() member
574 struct nfs_fh * fh; global() member
596 struct nfs_fh * fh; global() member
610 struct nfs_fh * fh; global() member
673 struct nfs_fh * fh; global() member
714 struct nfs_fh *fh; global() member
733 const struct nfs_fh *fh; global() member
780 struct nfs_fh * fh; global() member
804 struct nfs_fh * fh; global() member
809 struct nfs_fh * fh; global() member
815 struct nfs_fh * fh; global() member
823 struct nfs_fh * fh; global() member
840 struct nfs_fh * fh; global() member
852 struct nfs_fh * fh; global() member
892 struct nfs_fh * fh; global() member
899 struct nfs_fh * fh; global() member
915 struct nfs_fh * fh; global() member
920 struct nfs_fh * fh; global() member
927 struct nfs_fh * fh; global() member
934 struct nfs_fh * fh; global() member
940 struct nfs_fh * fh; global() member
945 struct nfs_fh * fh; global() member
954 struct nfs_fh * fh; global() member
970 struct nfs_fh * fh; global() member
986 struct nfs_fh * fh; global() member
996 struct nfs_fh * fh; global() member
1006 struct nfs_fh * fh; global() member
1038 const struct nfs_fh * fh; global() member
1076 struct nfs_fh * fh; global() member
1083 const struct nfs_fh * fh; global() member
1094 const struct nfs_fh * fh; global() member
1113 const struct nfs_fh * fh; global() member
1138 struct nfs_fh * fh; global() member
1143 const struct nfs_fh *fh; global() member
1151 struct nfs_fh *fh; global() member
1161 const struct nfs_fh * fh; global() member
1172 const struct nfs_fh * fh; global() member
1190 const struct nfs_fh * fh; global() member
1218 const struct nfs_fh * fh; global() member
1279 const struct nfs_fh *fh; global() member
1316 const struct nfs_fh *fh; global() member
1323 struct nfs_fh *fh; global() member
1565 struct nfs_fh *fh; global() member
1582 struct nfs_fh *fh; global() member
1595 struct nfs_fh *fh; global() member
1613 struct nfs_fh *fh; global() member
[all...]
H A Dliveupdate.h234 int liveupdate_register_file_handler(struct liveupdate_file_handler *fh);
235 void liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh);
237 int liveupdate_register_flb(struct liveupdate_file_handler *fh,
239 void liveupdate_unregister_flb(struct liveupdate_file_handler *fh,
259 static inline int liveupdate_register_file_handler(struct liveupdate_file_handler *fh) in liveupdate_register_file_handler()
264 static inline void liveupdate_unregister_file_handler(struct liveupdate_file_handler *fh)
268 static inline int liveupdate_register_flb(struct liveupdate_file_handler *fh, in liveupdate_register_flb()
274 static inline void liveupdate_unregister_flb(struct liveupdate_file_handler *fh, in liveupdate_unregister_flb()
256 liveupdate_register_file_handler(struct liveupdate_file_handler * fh) liveupdate_register_file_handler() argument
261 liveupdate_unregister_file_handler(struct liveupdate_file_handler * fh) liveupdate_unregister_file_handler() argument
265 liveupdate_register_flb(struct liveupdate_file_handler * fh,struct liveupdate_flb * flb) liveupdate_register_flb() argument
271 liveupdate_unregister_flb(struct liveupdate_file_handler * fh,struct liveupdate_flb * flb) liveupdate_unregister_flb() argument

12345678910>>...12