Searched refs:write_async (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | mhi_ep.h | 166 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 D | hif-ops.h | 43 return ar->hif_ops->write_async(ar, address, buffer, length, in hif_write_async()
|
H A D | hif.h | 231 int (*write_async)(struct ath6kl *ar, u32 address, u8 *buffer, member
|
H A D | sdio.c | 1256 .write_async = ath6kl_sdio_write_async,
|
/linux/drivers/bus/mhi/ep/ |
H A D | main.c | 606 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()
|