Home
last modified time | relevance | path

Searched refs:hsi_async (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/hsi/
H A Dhsi.h319 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg);
387 return hsi_async(cl, msg); in hsi_async_read()
400 return hsi_async(cl, msg); in hsi_async_write()
/linux/drivers/hsi/
H A Dhsi_core.c559 * hsi_async - Submit an HSI transfer to the controller
573 * hsi_async.
577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async() function
589 EXPORT_SYMBOL_GPL(hsi_async);