Searched refs:devmax (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c165 int devmax; /* device maximum reading */ member in struct:bcm5974_param
299 /* scale device data to logical dimensions (asserts devmin < devmax) */
302 return x * p->dim / (p->devmax - p->devmin);
330 cfg->w.devmin, cfg->w.devmax, 0, 0);
332 cfg->w.devmin, cfg->w.devmax, 0, 0);
335 cfg->w.devmin, cfg->w.devmax, 0, 0);
337 cfg->w.devmin, cfg->w.devmax, 0, 0);
344 cfg->x.devmin, cfg->x.devmax, 0, 0);
346 cfg->y.devmin, cfg->y.devmax, 0, 0);
392 cfg->y.devmin + cfg->y.devmax
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1670 int ret = 0, i, prefunit = -1, devmax; local
1674 devmax = ipath_count_units(&npresent, &nup, &maxofallports);
1721 devmax = prefunit + 1;
1724 for (ndev = prefunit != -1 ? prefunit : 0; ndev < devmax;
1755 devmax = ipath_count_units(NULL, NULL,
1775 int devmax, ndev, i; local
1778 devmax = ipath_count_units(NULL, NULL, NULL);
1780 for (ndev = 0; ndev < devmax; ndev++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1363 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; local
1366 devmax = qib_count_units(&npresent, &nup);
1379 for (ndev = 0; ndev < devmax; ndev++) {
1409 for (ndev = 0; ndev < devmax; ndev++) {
1429 int devmax, ndev, i; local
1432 devmax = qib_count_units(NULL, NULL);
1434 for (ndev = 0; ndev < devmax; ndev++) {

Completed in 78 milliseconds