Searched refs:int2bound (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.c306 static inline int int2bound(const struct bcm5974_param *p, int x) function
430 ptest = int2bound(&c->p, raw_p);
440 abs_w = int2bound(&c->w, raw_w);
441 abs_x = int2bound(&c->x, raw_x - c->x.devmin);
442 abs_y = int2bound(&c->y, c->y.devmax - raw_y);
444 ptest = int2bound(&c->p,

Completed in 40 milliseconds