Searched refs:phys_read (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/staging/panel/
H A Dpanel.c168 static pmask_t phys_read; variable
169 /* previous phys_read */
171 /* stabilized phys_read (phys_read|phys_read_prev) */
1623 * and puts the results in the bitfield "phys_read" (one bit per established
1624 * contact), and sets "phys_read_prev" to "phys_read".
1630 * (phys_read ^ phys_read_prev).
1640 phys_read_prev = phys_read;
1641 phys_read = 0; /* flush all signals */
1661 phys_read |
[all...]

Completed in 36 milliseconds