Home
last modified time | relevance | path

Searched refs:cx18_open_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/pci/cx18/
A Dcx18-fileops.h18 int cx18_start_capture(struct cx18_open_id *id);
19 void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
26 int cx18_claim_stream(struct cx18_open_id *id, int type);
A Dcx18-ioctl.c137 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap()
205 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
254 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
297 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
327 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
387 struct cx18_open_id *id = fh2id(fh); in cx18_querycap()
506 struct cx18_open_id *id = fh2id(fh); in cx18_s_input()
555 struct cx18_open_id *id = fh2id(fh); in cx18_s_frequency()
578 struct cx18_open_id *id = fh2id(fh); in cx18_s_std()
614 struct cx18_open_id *id = fh2id(fh); in cx18_s_tuner()
[all …]
A Dcx18-fileops.c30 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream()
482 int cx18_start_capture(struct cx18_open_id *id) in cx18_start_capture()
574 struct cx18_open_id *id = file2id(filp); in cx18_v4l2_read()
599 struct cx18_open_id *id = file2id(filp); in cx18_v4l2_enc_poll()
648 struct cx18_open_id *id = file->private_data; in cx18_v4l2_mmap()
698 void cx18_stop_capture(struct cx18_open_id *id, int gop_end) in cx18_stop_capture()
741 struct cx18_open_id *id = fh2id(fh); in cx18_v4l2_close()
783 struct cx18_open_id *item; in cx18_serialized_open()
788 item = kzalloc(sizeof(struct cx18_open_id), GFP_KERNEL); in cx18_serialized_open()
A Dcx18-driver.h415 struct cx18_open_id { struct
422 static inline struct cx18_open_id *fh2id(struct v4l2_fh *fh) in fh2id() argument
424 return container_of(fh, struct cx18_open_id, fh); in fh2id()
427 static inline struct cx18_open_id *file2id(struct file *file) in file2id()
A Dcx18-alsa-pcm.c141 struct cx18_open_id item; in snd_cx18_pcm_capture_open()
A Dcx18-driver.c1139 struct cx18_open_id fh; in cx18_init_on_first_open()

Completed in 18 milliseconds