Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/input/serio/
Dhil_mlc.c532 OUT_LAST(HIL_PKT_CMD | HIL_CMD_RSC)
533 EXPECT_LAST(HIL_PKT_CMD | HIL_CMD_RSC | HIL_ERR_INT,
831 case HIL_CMD_RSC: in hil_mlc_serio_write()
/linux-6.1.9/include/linux/
Dhil.h156 HIL_CMD_RSC = 0x33, /* Report Security Code */ enumerator