Searched refs:phys_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/auxdisplay/
H A Dpanel.c178 static __u64 phys_read; variable
179 /* previous phys_read */
181 /* stabilized phys_read (phys_read|phys_read_prev) */
1100 * and puts the results in the bitfield "phys_read" (one bit per established
1101 * contact), and sets "phys_read_prev" to "phys_read".
1107 * (phys_read ^ phys_read_prev).
1117 phys_read_prev = phys_read;
1118 phys_read = 0; /* flush all signals */
1138 phys_read |
[all...]

Completed in 187 milliseconds