Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhil.h253 #define HIL_IDD_HEADER_ABS 0x40 /* Reports Absolute Position */ macro
274 !!((header_packet) & HIL_IDD_HEADER_ABS))
288 ((!(*(header_ptr) & HIL_IDD_HEADER_ABS) || \
/linux/drivers/input/keyboard/
H A Dhil_kbd.c223 absdev = ptr->idd[1] & HIL_IDD_HEADER_ABS; in hil_dev_handle_ptr_events()