Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hsi/clients/
Dhsi_char.c253 msg->status = HSI_STATUS_ERROR; in hsc_rx_msg_destructor()
273 msg->status = HSI_STATUS_ERROR; in hsc_tx_msg_destructor()
466 if (msg->status != HSI_STATUS_ERROR) { in hsc_read()
525 if (msg->status == HSI_STATUS_ERROR) in hsc_write()
Dcmt_speech.c368 msg->status != HSI_STATUS_ERROR); in cs_hsi_free_data_msg()
445 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_read_on_control_complete()
476 if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_peek_on_control_complete()
530 } else if (msg->status == HSI_STATUS_ERROR) { in cs_hsi_write_on_control_complete()
591 if (unlikely(msg->status == HSI_STATUS_ERROR)) { in cs_hsi_read_on_data_complete()
619 if (unlikely(msg->status == HSI_STATUS_ERROR)) { in cs_hsi_peek_on_data_complete()
Dssi_protocol.c657 if (msg->status == HSI_STATUS_ERROR) { in ssip_rx_data_complete()
833 if (msg->status == HSI_STATUS_ERROR) { in ssip_rxcmd_complete()
894 if (msg->status == HSI_STATUS_ERROR) { in ssip_tx_data_complete()
/Linux-v4.19/include/linux/hsi/
Dhsi.h61 HSI_STATUS_ERROR, /* Error when message transfer was ongoing */ enumerator
/Linux-v4.19/drivers/hsi/controllers/
Domap_ssi_port.c430 msg->status = HSI_STATUS_ERROR; in ssi_async()
676 msg->status = HSI_STATUS_ERROR; in ssi_transfer()
876 msg->status = HSI_STATUS_ERROR; in ssi_error()
Domap_ssi_core.c233 msg->status = HSI_STATUS_ERROR; in ssi_gdd_complete()