Home
last modified time | relevance | path

Searched refs:nr_ext (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c163 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch()
178 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch()
393 if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext)) in solo_enum_ext_input()
396 if (solo_dev->nr_ext == 5) in solo_enum_ext_input()
398 else if (solo_dev->nr_ext == 2) in solo_enum_ext_input()
712 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init()
Dsolo6x10-core.c519 solo_dev->nr_ext = 5; in solo_pci_probe()
523 solo_dev->nr_ext = 2; in solo_pci_probe()
530 solo_dev->nr_ext = 1; in solo_pci_probe()
Dsolo6x10.h199 int nr_ext; member