Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-ioctl.c327 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_sliced_vbi_out()
349 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_cap()
372 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_vbi_cap()
391 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_sliced_vbi_cap()
413 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out()
453 struct ivtv *itv = fh2id(fh)->itv; in ivtv_g_fmt_vid_out_overlay()
454 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_fmt_vid_out_overlay()
480 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap()
509 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap()
529 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.h390 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id() function
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-ioctl.c146 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap()
170 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap()
189 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap()
214 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
244 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap()
263 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
306 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
336 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
368 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register()
382 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register()
[all …]
Dcx18-driver.h431 static inline struct cx18_open_id *fh2id(struct v4l2_fh *fh) in fh2id() function
438 return fh2id(file->private_data); in file2id()
Dcx18-fileops.c750 struct cx18_open_id *id = fh2id(fh); in cx18_v4l2_close()