OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packet5
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pckbport/
synaptics.c
1271
uint8_t btn_mask, packet4,
packet5
;
local in function:pms_synaptics_parse
1384
packet5
= psc->packet[5] & btn_mask;
1409
nsp.sp_y = (
packet5
& 0xfc) +
1410
((
packet5
& 0x02) << 1) +
1419
(
packet5
& 0x02) +
1428
nsp.sp_y =
packet5
+
synaptics.c
1271
uint8_t btn_mask, packet4,
packet5
;
local in function:pms_synaptics_parse
1384
packet5
= psc->packet[5] & btn_mask;
1409
nsp.sp_y = (
packet5
& 0xfc) +
1410
((
packet5
& 0x02) << 1) +
1419
(
packet5
& 0x02) +
1428
nsp.sp_y =
packet5
+
Completed in 77 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025