Searched refs:nr_ext (Results 1 – 3 of 3) sorted by relevance
164 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch()179 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch()396 if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext)) in solo_enum_ext_input()399 if (solo_dev->nr_ext == 5) in solo_enum_ext_input()401 else if (solo_dev->nr_ext == 2) in solo_enum_ext_input()715 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init()
505 solo_dev->nr_ext = 5; in solo_pci_probe()509 solo_dev->nr_ext = 2; in solo_pci_probe()516 solo_dev->nr_ext = 1; in solo_pci_probe()
199 int nr_ext; member