Home
last modified time | relevance | path

Searched refs:ivtv_open_id (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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-ioctl.c236 static int ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, in ivtv_video_command()
338 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_cap()
380 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_sliced_vbi_cap()
402 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out()
469 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap()
498 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap()
518 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_out()
574 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_cap()
618 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_sliced_vbi_cap()
636 struct ivtv_open_id *i in ivtv_s_fmt_vid_out()
[all...]
H A Divtv-fileops.c32 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream()
415 int ivtv_start_capture(struct ivtv_open_id *id) in ivtv_start_capture()
495 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_read()
511 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding()
538 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_write()
710 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_write()
723 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_dec_poll()
758 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_enc_poll()
796 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture()
835 static void ivtv_stop_decoding(struct ivtv_open_id *i
[all...]
H A Divtv-driver.h381 struct ivtv_open_id { struct
388 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id()
390 return container_of(fh, struct ivtv_open_id, fh); in fh2id()
H A Divtv-alsa-pcm.c138 struct ivtv_open_id item; in snd_ivtv_pcm_capture_open()
H A Divtv-driver.c1301 struct ivtv_open_id fh; in ivtv_init_on_first_open()
/kernel/linux/linux-6.6/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-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 = fh2id(fh); in ivtv_g_fmt_vid_cap()
375 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_sliced_vbi_cap()
397 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out()
464 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap()
493 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap()
513 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_out()
569 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_cap()
613 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_sliced_vbi_cap()
631 struct ivtv_open_id *i in ivtv_s_fmt_vid_out()
[all...]
H A Divtv-fileops.c32 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream()
415 int ivtv_start_capture(struct ivtv_open_id *id) in ivtv_start_capture()
495 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_read()
511 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding()
538 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_write()
710 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_write()
723 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_dec_poll()
758 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_enc_poll()
796 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture()
835 static void ivtv_stop_decoding(struct ivtv_open_id *i
[all...]
H A Divtv-driver.h379 struct ivtv_open_id { struct
386 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id()
388 return container_of(fh, struct ivtv_open_id, fh); in fh2id()
H A Divtv-alsa-pcm.c138 struct ivtv_open_id item; in snd_ivtv_pcm_capture_open()
H A Divtv-driver.c1303 struct ivtv_open_id fh; in ivtv_init_on_first_open()

Completed in 19 milliseconds