Lines Matching refs:ivtv_open_id
32 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 *id, int flags, u64 pts) in ivtv_stop_decoding()
869 struct ivtv_open_id *id = fh2id(fh); in ivtv_v4l2_close()
936 struct ivtv_open_id *item;
981 item = kzalloc(sizeof(struct ivtv_open_id), GFP_KERNEL);