Searched refs:write_async (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h43 return ar->hif_ops->write_async(ar, address, buffer, length,
H A Dhif.h231 int (*write_async)(struct ath6kl *ar, u32 address, u8 *buffer, member in struct:ath6kl_hif_ops
H A Dsdio.c1256 .write_async = ath6kl_sdio_write_async,
/linux-master/include/linux/
H A Dmhi_ep.h109 * @write_async: CB function for writing to host memory asynchronously
166 int (*write_async)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info); member in struct:mhi_ep_cntrl
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c786 mhi_cntrl->write_sync = mhi_cntrl->write_async = pci_epf_mhi_iatu_write;
791 mhi_cntrl->write_async = pci_epf_mhi_edma_write_async;
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c606 ret = mhi_cntrl->write_async(mhi_cntrl, &buf_info);
1469 !mhi_cntrl->read_async || !mhi_cntrl->write_async)

Completed in 128 milliseconds