Home
last modified time | relevance | path

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

/linux/drivers/hsi/clients/
H A Dhsi_char.c240 msg->status = HSI_STATUS_ERROR; in hsc_rx_msg_destructor()
260 msg->status = HSI_STATUS_ERROR; in hsc_tx_msg_destructor()
453 if (msg->status != HSI_STATUS_ERROR) { in hsc_read()
512 if (msg->status == HSI_STATUS_ERROR) in hsc_write()
H A Dcmt_speech.c355 msg->status != HSI_STATUS_ERROR); in cs_hsi_free_data_msg()
432 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_read_on_control_complete()
463 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_peek_on_control_complete()
517 } else if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_write_on_control_complete()
578 if (unlikely(msg->status == HSI_STATUS_ERROR)) { in cs_hsi_read_on_data_complete()
606 if (unlikely(msg->status == HSI_STATUS_ERROR)) { in cs_hsi_peek_on_data_complete()
H A Dssi_protocol.c645 if (msg->status == HSI_STATUS_ERROR) { in ssip_rx_data_complete()
820 if (msg->status == HSI_STATUS_ERROR) { in ssip_rxcmd_complete()
881 if (msg->status == HSI_STATUS_ERROR) { in ssip_tx_data_complete()
/linux/include/linux/hsi/
H A Dhsi.h48 HSI_STATUS_ERROR, /* Error when message transfer was ongoing */ enumerator
/linux/drivers/hsi/controllers/
H A Domap_ssi_core.c192 msg->status = HSI_STATUS_ERROR; in ssi_gdd_complete()