Home
last modified time | relevance | path

Searched refs:fh2id (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-ioctl.c324 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_sliced_vbi_out()
346 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_cap()
369 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_vbi_cap()
388 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_sliced_vbi_cap()
410 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out()
450 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_vid_out_overlay()
451 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_fmt_vid_out_overlay()
477 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap()
506 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap()
526 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_out()
[all …]
Divtv-fileops.c507 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_read()
550 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_write()
722 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_write()
735 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_dec_poll()
770 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_enc_poll()
881 struct ivtv_open_id *id = fh2id(fh); in ivtv_v4l2_close()
Divtv-driver.h388 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id() function
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-ioctl.c151 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap()
175 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap()
194 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap()
219 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
249 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap()
268 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
311 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
341 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
373 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register()
387 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register()
[all …]
Dcx18-driver.h436 static inline struct cx18_open_id *fh2id(struct v4l2_fh *fh) in fh2id() function
443 return fh2id(file->private_data); in file2id()
Dcx18-fileops.c757 struct cx18_open_id *id = fh2id(fh); in cx18_v4l2_close()