Home
last modified time | relevance | path

Searched refs:write_async (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dmhi_ep.h166 int (*write_async)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info); member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h43 return ar->hif_ops->write_async(ar, address, buffer, length, in hif_write_async()
H A Dhif.h231 int (*write_async)(struct ath6kl *ar, u32 address, u8 *buffer, member
H A Dsdio.c1256 .write_async = ath6kl_sdio_write_async,
/linux/drivers/bus/mhi/ep/
H A Dmain.c606 ret = mhi_cntrl->write_async(mhi_cntrl, &buf_info); in mhi_ep_queue_skb()
1469 !mhi_cntrl->read_async || !mhi_cntrl->write_async) in mhi_ep_register_controller()