Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c384 unsigned int nup, first; in solo_enum_ext_input() local
389 nup = (ext == 4) ? 16 : 4; in solo_enum_ext_input()
393 nup, first + 1, first + nup); in solo_enum_ext_input()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_driver.c125 int nunits = 0, npresent = 0, nup = 0; in qib_count_units() local
140 nup++; in qib_count_units()
148 *nupp = nup; in qib_count_units()
H A Dqib_file_ops.c1408 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; in get_a_ctxt() local
1411 devmax = qib_count_units(&npresent, &nup); in get_a_ctxt()
1416 if (nup == 0) { in get_a_ctxt()
1529 int ret = 0, devmax, npresent, nup, ndev; in find_hca() local
1533 devmax = qib_count_units(&npresent, &nup); in find_hca()
1538 if (!nup) { in find_hca()