Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-fileops.h33 int ivtv_start_capture(struct ivtv_open_id *id);
34 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
35 int ivtv_start_decoding(struct ivtv_open_id *id, int speed);
41 int ivtv_claim_stream(struct ivtv_open_id *id, int type);
Divtv-fileops.c44 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream()
427 int ivtv_start_capture(struct ivtv_open_id *id) in ivtv_start_capture()
507 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_read()
523 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding()
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()
808 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture()
847 static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) in ivtv_stop_decoding()
[all …]
Divtv-ioctl.c244 static int ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, in ivtv_video_command()
346 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_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()
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()
582 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_cap()
626 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_sliced_vbi_cap()
644 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_out()
[all …]
Divtv-driver.h381 struct ivtv_open_id { struct
388 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id() argument
390 return container_of(fh, struct ivtv_open_id, fh); in fh2id()
Divtv-alsa-pcm.c157 struct ivtv_open_id item; in snd_ivtv_pcm_capture_open()
Divtv-driver.c1316 struct ivtv_open_id fh; in ivtv_init_on_first_open()