Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-fileops.h32 int cx18_start_capture(struct cx18_open_id *id);
33 void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
40 int cx18_claim_stream(struct cx18_open_id *id, int type);
Dcx18-ioctl.c151 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap()
219 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
268 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
311 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
341 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
401 struct cx18_open_id *id = fh2id(fh); in cx18_querycap()
512 struct cx18_open_id *id = fh2id(fh); in cx18_s_input()
561 struct cx18_open_id *id = fh2id(fh); in cx18_s_frequency()
584 struct cx18_open_id *id = fh2id(fh); in cx18_s_std()
620 struct cx18_open_id *id = fh2id(fh); in cx18_s_tuner()
[all …]
Dcx18-fileops.c44 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream()
497 int cx18_start_capture(struct cx18_open_id *id) in cx18_start_capture()
589 struct cx18_open_id *id = file2id(filp); in cx18_v4l2_read()
614 struct cx18_open_id *id = file2id(filp); in cx18_v4l2_enc_poll()
663 struct cx18_open_id *id = file->private_data; in cx18_v4l2_mmap()
713 void cx18_stop_capture(struct cx18_open_id *id, int gop_end) in cx18_stop_capture()
757 struct cx18_open_id *id = fh2id(fh); in cx18_v4l2_close()
799 struct cx18_open_id *item; in cx18_serialized_open()
804 item = kzalloc(sizeof(struct cx18_open_id), GFP_KERNEL); in cx18_serialized_open()
Dcx18-driver.h429 struct cx18_open_id { struct
436 static inline struct cx18_open_id *fh2id(struct v4l2_fh *fh) in fh2id() argument
438 return container_of(fh, struct cx18_open_id, fh); in fh2id()
441 static inline struct cx18_open_id *file2id(struct file *file) in file2id()
Dcx18-alsa-pcm.c156 struct cx18_open_id item; in snd_cx18_pcm_capture_open()
Dcx18-driver.c1163 struct cx18_open_id fh; in cx18_init_on_first_open()