Home
last modified time | relevance | path

Searched refs:signy (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/input/mouse/ !
Dbyd.c306 u32 signy = pkt[0] & PS2_Y_SIGN ? ~0xFF : 0; in byd_process_byte() local
308 s32 dy = signy | (int) pkt[2]; in byd_process_byte()