Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c155 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch()
170 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch()
386 if (ext >= solo_dev->nr_ext) in solo_enum_ext_input()
700 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init()
H A Dsolo6x10-core.c498 solo_dev->nr_ext = 5; in solo_pci_probe()
502 solo_dev->nr_ext = 2; in solo_pci_probe()
510 solo_dev->nr_ext = 1; in solo_pci_probe()
H A Dsolo6x10.h190 int nr_ext; member