Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/keyboard/
Dhil_kbd.c93 if ((p & ~HIL_CMDCT_POL) == (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_POL)) in hil_dev_is_command_response()
213 if ((p & HIL_CMDCT_POL) != idx - 1) { in hil_dev_handle_ptr_events()
/Linux-v5.10/include/linux/
Dhil.h150 HIL_CMDCT_POL = 0x0f, /* Poll command bits with item count */ enumerator