Searched refs:hsi_async_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/hsi/clients/ |
A D | hsi_char.c | 295 ret = hsi_async_read(msg->cl, msg); in hsc_break_received() 317 ret = hsi_async_read(cl, msg); in hsc_break_request() 437 ret = hsi_async_read(channel->cl, msg); in hsc_read()
|
A D | ssi_protocol.c | 452 hsi_async_read(cl, msg); in ssip_error() 513 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()
|
A D | cmt_speech.c | 474 ret = hsi_async_read(hi->cl, msg); in cs_hsi_peek_on_control_complete() 504 ret = hsi_async_read(hi->cl, msg); in cs_hsi_read_on_control() 627 ret = hsi_async_read(hi->cl, msg); in cs_hsi_peek_on_data_complete() 671 ret = hsi_async_read(hi->cl, rxmsg); in cs_hsi_read_on_data()
|
/linux-6.3-rc2/include/linux/hsi/ |
A D | hsi.h | 384 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read() function
|
Completed in 10 milliseconds