Lines Matching defs:cx
283 static void cx18_iounmap(struct cx18 *cx) in cx18_iounmap()
296 static void cx18_eeprom_dump(struct cx18 *cx, unsigned char *eedata, int len) in cx18_eeprom_dump()
311 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom()
352 static void cx18_process_eeprom(struct cx18 *cx) in cx18_process_eeprom()
443 static v4l2_std_id cx18_parse_std(struct cx18 *cx) in cx18_parse_std()
525 static void cx18_process_options(struct cx18 *cx) in cx18_process_options()
687 static int cx18_create_in_workq(struct cx18 *cx) in cx18_create_in_workq()
699 static void cx18_init_in_work_orders(struct cx18 *cx) in cx18_init_in_work_orders()
714 static int cx18_init_struct1(struct cx18 *cx) in cx18_init_struct1()
771 static void cx18_init_struct2(struct cx18 *cx) in cx18_init_struct2()
796 static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *pci_dev, in cx18_setup_pci()
841 static void cx18_init_subdevs(struct cx18 *cx) in cx18_init_subdevs()
893 struct cx18 *cx; in cx18_probe() local
1135 int cx18_init_on_first_open(struct cx18 *cx) in cx18_init_on_first_open()
1235 static void cx18_cancel_in_work_orders(struct cx18 *cx) in cx18_cancel_in_work_orders()
1242 static void cx18_cancel_out_work_orders(struct cx18 *cx) in cx18_cancel_out_work_orders()
1253 struct cx18 *cx = to_cx18(v4l2_dev); in cx18_remove() local