Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/media/solo6x10/
Dcore.c170 solo_dev->nr_ext = 5; in solo_pci_probe()
174 solo_dev->nr_ext = 2; in solo_pci_probe()
182 solo_dev->nr_ext = 1; in solo_pci_probe()
Dv4l2.c177 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch()
192 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch()
598 if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext)) in solo_enum_ext_input()
601 if (solo_dev->nr_ext == 5) in solo_enum_ext_input()
603 else if (solo_dev->nr_ext == 2) in solo_enum_ext_input()
938 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init()
Dsolo6x10.h187 int nr_ext; member