Searched refs:rely (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | maplemouse.c | 29 int buttons, relx, rely, relz; in dc_mouse_callback() local 37 rely = *(unsigned short *)(res + 14) - 512; in dc_mouse_callback() 44 input_report_rel(dev, REL_Y, rely); in dc_mouse_callback()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | maplemouse.c | 29 int buttons, relx, rely, relz; in dc_mouse_callback() local 37 rely = *(unsigned short *)(res + 14) - 512; in dc_mouse_callback() 44 input_report_rel(dev, REL_Y, rely); in dc_mouse_callback()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-header.S | 87 @ we cannot rely on r0-r3 and r12 matching the value saved in the
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-header.S | 86 @ we cannot rely on r0-r3 and r12 matching the value saved in the
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sony.c | 846 int n, offset, relx, rely; in nsg_mrxu_parse_report() local 872 rely = ((s8) rd[offset+10]) * -1; in nsg_mrxu_parse_report() 905 input_report_rel(sc->touchpad, REL_Y, rely); in nsg_mrxu_parse_report()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sony.c | 1128 int n, offset, relx, rely; in nsg_mrxu_parse_report() local 1154 rely = ((s8) rd[offset+10]) * -1; in nsg_mrxu_parse_report() 1187 input_report_rel(sc->touchpad, REL_Y, rely); in nsg_mrxu_parse_report()
|
Completed in 15 milliseconds