Home
last modified time | relevance | path

Searched refs:HOST_START_REQ_CMD (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/hid/intel-ish-hid/ishtp/
Dhbm.h38 #define HOST_START_REQ_CMD 0x01 macro
Dhbm.c136 start_req.hbm_cmd = HOST_START_REQ_CMD; in ishtp_hbm_start_req()
/linux-6.12.1/Documentation/hid/
Dintel-ish-hid.rst243 - Host sends HOST_START_REQ_CMD, indicating that host ISHTP layer is up.
349 - Initially, the ISHTP driver sends a command, HOST_START_REQ_CMD, to the ISH bootloader. In respon…
363 |~~~Send HOST_START_REQ_CMD~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>|
/linux-6.12.1/drivers/misc/mei/
Dhw.h121 #define HOST_START_REQ_CMD 0x01 macro
Dhbm.c267 req.hbm_cmd = HOST_START_REQ_CMD; in mei_hbm_start_req()