Symbol: cx18_open_id
drivers/media/pci/cx18/cx18-alsa-pcm.c
141
struct cx18_open_id item;
drivers/media/pci/cx18/cx18-driver.h
410
static inline struct cx18_open_id *fh2id(struct v4l2_fh *fh)
drivers/media/pci/cx18/cx18-driver.h
412
return container_of(fh, struct cx18_open_id, fh);
drivers/media/pci/cx18/cx18-driver.h
415
static inline struct cx18_open_id *file2id(struct file *file)
drivers/media/pci/cx18/cx18-fileops.c
30
int cx18_claim_stream(struct cx18_open_id *id, int type)
drivers/media/pci/cx18/cx18-fileops.c
482
int cx18_start_capture(struct cx18_open_id *id)
drivers/media/pci/cx18/cx18-fileops.c
574
struct cx18_open_id *id = file2id(filp);
drivers/media/pci/cx18/cx18-fileops.c
593
struct cx18_open_id *id = file2id(filp);
drivers/media/pci/cx18/cx18-fileops.c
682
struct cx18_open_id *id = fh2id(fh);
drivers/media/pci/cx18/cx18-fileops.c
730
struct cx18_open_id *item;
drivers/media/pci/cx18/cx18-fileops.c
735
item = kzalloc_obj(struct cx18_open_id);
drivers/media/pci/cx18/cx18-fileops.h
18
int cx18_start_capture(struct cx18_open_id *id);
drivers/media/pci/cx18/cx18-fileops.h
27
int cx18_claim_stream(struct cx18_open_id *id, int type);
drivers/media/pci/cx18/cx18-ioctl.c
124
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
333
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
363
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
423
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
502
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
55
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
655
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
79
struct cx18_open_id *id = file2id(file);
drivers/media/pci/cx18/cx18-ioctl.c
852
struct cx18_open_id *id = file2id(file);