Lines Matching defs:cx
297 static void cx18_iounmap(struct cx18 *cx) in cx18_iounmap()
310 static void cx18_eeprom_dump(struct cx18 *cx, unsigned char *eedata, int len) in cx18_eeprom_dump()
325 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom()
366 static void cx18_process_eeprom(struct cx18 *cx) in cx18_process_eeprom()
457 static v4l2_std_id cx18_parse_std(struct cx18 *cx) in cx18_parse_std()
539 static void cx18_process_options(struct cx18 *cx) in cx18_process_options()
701 static int cx18_create_in_workq(struct cx18 *cx) in cx18_create_in_workq()
713 static void cx18_init_in_work_orders(struct cx18 *cx) in cx18_init_in_work_orders()
728 static int cx18_init_struct1(struct cx18 *cx) in cx18_init_struct1()
785 static void cx18_init_struct2(struct cx18 *cx) in cx18_init_struct2()
810 static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *pci_dev, in cx18_setup_pci()
856 static void cx18_init_subdevs(struct cx18 *cx) in cx18_init_subdevs()
908 struct cx18 *cx; in cx18_probe() local
1158 int cx18_init_on_first_open(struct cx18 *cx) in cx18_init_on_first_open()
1258 static void cx18_cancel_in_work_orders(struct cx18 *cx) in cx18_cancel_in_work_orders()
1265 static void cx18_cancel_out_work_orders(struct cx18 *cx) in cx18_cancel_out_work_orders()
1276 struct cx18 *cx = to_cx18(v4l2_dev); in cx18_remove() local