Searched refs:hsi_async_read (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/hsi/clients/ |
D | hsi_char.c | 308 ret = hsi_async_read(msg->cl, msg); in hsc_break_received() 330 ret = hsi_async_read(cl, msg); in hsc_break_request() 450 ret = hsi_async_read(channel->cl, msg); in hsc_read()
|
D | ssi_protocol.c | 458 hsi_async_read(cl, msg); in ssip_error() 508 hsi_async_read(cl, msg); in ssip_send_bootinfo_req_cmd() 806 hsi_async_read(cl, msg); in ssip_rx_strans() 827 hsi_async_read(cl, msg); in ssip_rxcmd_complete()
|
D | cmt_speech.c | 487 ret = hsi_async_read(hi->cl, msg); in cs_hsi_peek_on_control_complete() 517 ret = hsi_async_read(hi->cl, msg); in cs_hsi_read_on_control() 640 ret = hsi_async_read(hi->cl, msg); in cs_hsi_peek_on_data_complete() 684 ret = hsi_async_read(hi->cl, rxmsg); in cs_hsi_read_on_data()
|
/linux-4.4.14/include/linux/hsi/ |
D | hsi.h | 400 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read() function
|