Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c400 unsigned int nup, first; in solo_enum_ext_input() local
405 nup = (ext == 4) ? 16 : 4; in solo_enum_ext_input()
409 nup, first + 1, first + nup); in solo_enum_ext_input()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_driver.c126 int nunits = 0, npresent = 0, nup = 0; in qib_count_units() local
142 nup++; in qib_count_units()
151 *nupp = nup; in qib_count_units()
Dqib_file_ops.c1409 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; in get_a_ctxt() local
1412 devmax = qib_count_units(&npresent, &nup); in get_a_ctxt()
1417 if (nup == 0) { in get_a_ctxt()
1530 int ret = 0, devmax, npresent, nup, ndev; in find_hca() local
1534 devmax = qib_count_units(&npresent, &nup); in find_hca()
1539 if (!nup) { in find_hca()