Home
last modified time | relevance | path

Searched refs:hsi_async_write (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hsi/clients/
H A Dssi_protocol.c508 hsi_async_write(cl, msg); in ssip_send_bootinfo_req_cmd()
538 hsi_async_write(cl, msg); in ssip_start_rx()
569 hsi_async_write(cl, data); in ssip_strans_complete()
604 return hsi_async_write(cl, msg); in ssip_xmit()
690 hsi_async_write(cl, msg); in ssip_rx_bootinforeq()
894 hsi_async_write(cl, cmsg); in ssip_tx_data_complete()
H A Dhsi_char.c335 ret = hsi_async_write(cl, msg); in hsc_break_send()
498 ret = hsi_async_write(channel->cl, msg); in hsc_write()
H A Dcmt_speech.c551 ret = hsi_async_write(hi->cl, msg); in cs_hsi_write_on_control()
721 ret = hsi_async_write(hi->cl, txmsg); in cs_hsi_write_on_data()
/linux/include/linux/hsi/
H A Dhsi.h391 * hsi_async_write - Submit a write transfer
397 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_write() function