Home
last modified time | relevance | path

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

/linux/include/linux/hsi/
H A Dhsi.h21 #define HSI_MSG_READ 0 macro
386 msg->ttype = HSI_MSG_READ; in hsi_async_read()
/linux/drivers/hsi/clients/
H A Dcmt_speech.c227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor()
297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor()
305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
/linux/drivers/hsi/controllers/
H A Domap_ssi_core.c176 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()