Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/ !
H A Divtv-fileops.h21 int ivtv_start_capture(struct ivtv_open_id *id);
22 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
23 int ivtv_start_decoding(struct ivtv_open_id *id, int speed);
29 int ivtv_claim_stream(struct ivtv_open_id *id, int type);
H A Divtv-fileops.c33 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream()
425 int ivtv_start_capture(struct ivtv_open_id *id) in ivtv_start_capture()
505 struct ivtv_open_id *id = file2id(filp); in ivtv_v4l2_read()
521 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding()
567 struct ivtv_open_id *id = file2id(filp); in ivtv_write()
722 struct ivtv_open_id *id = file2id(filp); in ivtv_v4l2_write()
735 struct ivtv_open_id *id = file2id(filp); in ivtv_v4l2_dec_poll()
770 struct ivtv_open_id *id = file2id(filp); 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 …]
H A Divtv-ioctl.c231 static int ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, in ivtv_video_command()
333 struct ivtv_open_id *id = file2id(file); in ivtv_g_fmt_vid_cap()
375 struct ivtv_open_id *id = file2id(file); in ivtv_g_fmt_sliced_vbi_cap()
397 struct ivtv_open_id *id = file2id(file); in ivtv_g_fmt_vid_out()
464 struct ivtv_open_id *id = file2id(file); in ivtv_try_fmt_vid_cap()
493 struct ivtv_open_id *id = file2id(file); in ivtv_try_fmt_sliced_vbi_cap()
513 struct ivtv_open_id *id = file2id(file); in ivtv_try_fmt_vid_out()
569 struct ivtv_open_id *id = file2id(file); in ivtv_s_fmt_vid_cap()
613 struct ivtv_open_id *id = file2id(file); in ivtv_s_fmt_sliced_vbi_cap()
631 struct ivtv_open_id *id = file2id(file); in ivtv_s_fmt_vid_out()
[all …]
H A Divtv-driver.h312 struct ivtv_open_id;
322 struct ivtv_open_id *id; /* pointer to the streaming ivtv_open_id */
367 struct ivtv_open_id { struct
374 static inline struct ivtv_open_id *file2id(struct file *filp) in file2id() argument
376 return container_of(file_to_v4l2_fh(filp), struct ivtv_open_id, fh); in file2id()
H A Divtv-alsa-pcm.c138 struct ivtv_open_id item; in snd_ivtv_pcm_capture_open()