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

/linux-master/drivers/input/mouse/
H A Dmaplemouse.c29 int buttons, relx, rely, relz; local
37 rely = *(unsigned short *)(res + 14) - 512;
44 input_report_rel(dev, REL_Y, rely);
/linux-master/drivers/hid/
H A Dhid-sony.c846 int n, offset, relx, rely; local
872 rely = ((s8) rd[offset+10]) * -1;
905 input_report_rel(sc->touchpad, REL_Y, rely);
/linux-master/arch/arm/kernel/
H A Dentry-header.S86 @ we cannot rely on r0-r3 and r12 matching the value saved in the

Completed in 155 milliseconds