Searched refs:devmin (Results 1 - 1 of 1) 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.c164 int devmin; /* device minimum 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
[all...]

Completed in 56 milliseconds