Searched refs:write_async (Results 1 – 5 of 5) sorted by relevance
43 return ar->hif_ops->write_async(ar, address, buffer, length, in hif_write_async()
231 int (*write_async)(struct ath6kl *ar, u32 address, u8 *buffer, member
1256 .write_async = ath6kl_sdio_write_async,
805 mhi_cntrl->write_sync = mhi_cntrl->write_async = pci_epf_mhi_iatu_write; in pci_epf_mhi_link_up()810 mhi_cntrl->write_async = pci_epf_mhi_edma_write_async; in pci_epf_mhi_link_up()
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()
Completed in 23 milliseconds