Lines Matching defs:itv
313 void ivtv_clear_irq_mask(struct ivtv *itv, u32 mask) in ivtv_clear_irq_mask()
319 void ivtv_set_irq_mask(struct ivtv *itv, u32 mask) in ivtv_set_irq_mask()
325 int ivtv_set_output_mode(struct ivtv *itv, int mode) in ivtv_set_output_mode()
337 struct ivtv_stream *ivtv_get_output_stream(struct ivtv *itv) in ivtv_get_output_stream()
378 static void ivtv_iounmap(struct ivtv *itv) in ivtv_iounmap()
405 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv) in ivtv_read_eeprom()
414 static void ivtv_process_eeprom(struct ivtv *itv) in ivtv_process_eeprom()
548 static v4l2_std_id ivtv_parse_std(struct ivtv *itv) in ivtv_parse_std()
641 static void ivtv_process_options(struct ivtv *itv) in ivtv_process_options()
738 static int ivtv_init_struct1(struct ivtv *itv) in ivtv_init_struct1()
800 static void ivtv_init_struct2(struct ivtv *itv) in ivtv_init_struct2()
831 static int ivtv_setup_pci(struct ivtv *itv, struct pci_dev *pdev, in ivtv_setup_pci()
903 static void ivtv_load_and_init_modules(struct ivtv *itv) in ivtv_load_and_init_modules()
997 struct ivtv *itv; in ivtv_probe() local
1297 int ivtv_init_on_first_open(struct ivtv *itv) in ivtv_init_on_first_open()
1392 struct ivtv *itv = to_ivtv(v4l2_dev); in ivtv_remove() local