Searched defs:psum (Results 1 - 2 of 2) sorted by relevance

/drivers/input/mouse/
H A Dappletouch.c359 int pcum = 0, psum = 0; local
434 psum += dev->smooth[i];
438 if (psum > 0) {
439 *z = psum >> ATP_SCALE; /* Scale down pressure output. */
440 return pcum * fact / psum;
/drivers/scsi/
H A Dosst.h196 unsigned psum :2; /* Should be 0 */ member in struct:__anon5946
200 unsigned psum :2; /* Should be 0 */ member in struct:__anon5946

Completed in 55 milliseconds