Lines Matching defs:itv
310 void ivtv_clear_irq_mask(struct ivtv *itv, u32 mask) in ivtv_clear_irq_mask()
316 void ivtv_set_irq_mask(struct ivtv *itv, u32 mask) in ivtv_set_irq_mask()
322 int ivtv_set_output_mode(struct ivtv *itv, int mode) in ivtv_set_output_mode()
334 struct ivtv_stream *ivtv_get_output_stream(struct ivtv *itv) in ivtv_get_output_stream()
375 static void ivtv_iounmap(struct ivtv *itv) in ivtv_iounmap()
402 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv) in ivtv_read_eeprom()
411 static void ivtv_process_eeprom(struct ivtv *itv) in ivtv_process_eeprom()
545 static v4l2_std_id ivtv_parse_std(struct ivtv *itv) in ivtv_parse_std()
638 static void ivtv_process_options(struct ivtv *itv) in ivtv_process_options()
735 static int ivtv_init_struct1(struct ivtv *itv) in ivtv_init_struct1()
797 static void ivtv_init_struct2(struct ivtv *itv) in ivtv_init_struct2()
828 static int ivtv_setup_pci(struct ivtv *itv, struct pci_dev *pdev, in ivtv_setup_pci()
905 static void ivtv_load_and_init_modules(struct ivtv *itv) in ivtv_load_and_init_modules()
999 struct ivtv *itv; in ivtv_probe() local
1299 int ivtv_init_on_first_open(struct ivtv *itv) in ivtv_init_on_first_open()
1394 struct ivtv *itv = to_ivtv(v4l2_dev); in ivtv_remove() local