Home
last modified time | relevance | path

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

/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()
/drivers/infiniband/hw/qib/
Dqib_driver.c142 int nunits = 0, npresent = 0, nup = 0; in qib_count_units() local
158 nup++; in qib_count_units()
167 *nupp = nup; in qib_count_units()
Dqib_file_ops.c1434 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; in get_a_ctxt() local
1437 devmax = qib_count_units(&npresent, &nup); in get_a_ctxt()
1442 if (nup == 0) { in get_a_ctxt()
1555 int ret = 0, devmax, npresent, nup, ndev; in find_hca() local
1559 devmax = qib_count_units(&npresent, &nup); in find_hca()
1564 if (!nup) { in find_hca()