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

/drivers/input/mouse/
H A Dbcm5974.c197 int devmax; /* device maximum reading */ member in struct:bcm5974_param
379 /* scale device data to logical dimensions (asserts devmin < devmax) */
382 return x * p->dim / (p->devmax - p->devmin);
410 cfg->w.devmin, cfg->w.devmax, 0, 0);
412 cfg->w.devmin, cfg->w.devmax, 0, 0);
415 cfg->w.devmin, cfg->w.devmax, 0, 0);
417 cfg->w.devmin, cfg->w.devmax, 0, 0);
424 cfg->x.devmin, cfg->x.devmax, 0, 0);
426 cfg->y.devmin, cfg->y.devmax, 0, 0);
476 cfg->y.devmin + cfg->y.devmax
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1667 int ret = 0, i, prefunit = -1, devmax; local
1671 devmax = ipath_count_units(&npresent, &nup, &maxofallports);
1720 devmax = prefunit + 1;
1723 for (ndev = prefunit != -1 ? prefunit : 0; ndev < devmax;
1754 devmax = ipath_count_units(NULL, NULL,
1774 int devmax, ndev, i; local
1777 devmax = ipath_count_units(NULL, NULL, NULL);
1779 for (ndev = 0; ndev < devmax; ndev++) {
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1366 int ret = 0, devmax, npresent, nup, ndev, dusable = 0, i; local
1369 devmax = qib_count_units(&npresent, &nup);
1382 for (ndev = 0; ndev < devmax; ndev++) {
1412 for (ndev = 0; ndev < devmax; ndev++) {
1432 int devmax, ndev, i; local
1435 devmax = qib_count_units(NULL, NULL);
1437 for (ndev = 0; ndev < devmax; ndev++) {

Completed in 71 milliseconds