Home
last modified time | relevance | path

Searched refs:HIL_CMD_RSC (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/input/keyboard/
Dhil_kbd.c116 case HIL_CMD_RSC: in hil_dev_handle_command_response()
480 serio_write(serio, HIL_CMD_RSC); in hil_dev_connect()
/linux-4.1.27/drivers/input/serio/
Dhil_mlc.c534 OUT_LAST(HIL_PKT_CMD | HIL_CMD_RSC)
535 EXPECT_LAST(HIL_PKT_CMD | HIL_CMD_RSC | HIL_ERR_INT,
822 case HIL_CMD_RSC: in hil_mlc_serio_write()
/linux-4.1.27/include/linux/
Dhil.h156 HIL_CMD_RSC = 0x33, /* Report Security Code */ enumerator