Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhil.h480 #define HIL_POL_AXIS_ALT 0x80 /* Data is from axis set 2 */ macro
/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c219 i = (p & HIL_POL_AXIS_ALT) ? 3 : 0; in hil_dev_handle_ptr_events()