Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c177 static __u64 phys_read; variable
178 /* previous phys_read */
180 /* stabilized phys_read (phys_read|phys_read_prev) */
1150 * and puts the results in the bitfield "phys_read" (one bit per established
1151 * contact), and sets "phys_read_prev" to "phys_read".
1157 * (phys_read ^ phys_read_prev).
1167 phys_read_prev = phys_read; in phys_scan_contacts()
1168 phys_read = 0; /* flush all signals */ in phys_scan_contacts()
1188 phys_read | in phys_scan_contacts()
[all...]
/kernel/linux/linux-6.6/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; in phys_scan_contacts()
1118 phys_read = 0; /* flush all signals */ in phys_scan_contacts()
1138 phys_read | in phys_scan_contacts()
[all...]

Completed in 4 milliseconds