OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_y1
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pckbport/
alps.c
875
uint16_t cur_x1,
cur_y1
;
local in function:pms_alps_decode_touchpad_packet_v7
903
cur_y1
= psc->packet[1] << 3; /* Y0-10 ... Y0-3 */
904
cur_y1
|= psc->packet[0] & 0x07; /* Y0-2 ... Y0-0 */
928
cur_y1
= 0x7ff -
cur_y1
;
932
if (cur_x1 == 0 &&
cur_y1
== 0 && cur_x2 != 0 && cur_y2 != 0) {
934
cur_y1
= cur_y2;
954
if (button && (
cur_y1
> 1700) && (cur_x1 < 1700))
956
else if (button && (
cur_y1
> 1700)
959
else if (button && (
cur_y1
> 1700) && (2700 < cur_x1)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025