Home
last modified time | relevance | path

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

/drivers/media/video/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);
Divtv-ioctl.c248 static int ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, in ivtv_video_command()
345 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()
409 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out()
474 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap()
503 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap()
523 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_out()
576 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 *id = fh2id(fh); in ivtv_s_fmt_vid_out()
[all …]
Divtv-fileops.c44 static 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 = fh2id(filp->private_data); in ivtv_v4l2_read()
518 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding()
545 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_write()
717 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_dec_poll()
751 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_enc_poll()
785 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture()
824 static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) in ivtv_stop_decoding()
858 struct ivtv_open_id *id = fh2id(fh); in ivtv_v4l2_close()
[all …]
Divtv-driver.h380 struct ivtv_open_id { struct
387 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) in fh2id() argument
389 return container_of(fh, struct ivtv_open_id, fh); in fh2id()
Divtv-driver.c1288 struct ivtv_open_id fh; in ivtv_init_on_first_open()