Lines Matching refs:ivtv_open_id
44 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()
881 struct ivtv_open_id *id = fh2id(fh); in ivtv_v4l2_close()
948 struct ivtv_open_id *item;
993 item = kzalloc(sizeof(struct ivtv_open_id), GFP_KERNEL);