Searched refs:unmap_free (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmhi_ep.h105 * @unmap_free: CB function to unmap and free the allocated memory in endpoint for storing host context
161 void (*unmap_free)(struct mhi_ep_cntrl *mhi_cntrl, u64 pci_addr, phys_addr_t phys, member in struct:mhi_ep_cntrl
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c698 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->cmd_ctx_host_pa, mhi_cntrl->cmd_ctx_cache_phys,
702 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->ev_ctx_host_pa, mhi_cntrl->ev_ctx_cache_phys,
706 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->ch_ctx_host_pa, mhi_cntrl->ch_ctx_cache_phys,
720 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->cmd_ctx_host_pa, mhi_cntrl->cmd_ctx_cache_phys,
723 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->ev_ctx_host_pa, mhi_cntrl->ev_ctx_cache_phys,
726 mhi_cntrl->unmap_free(mhi_cntrl, mhi_cntrl->ch_ctx_host_pa, mhi_cntrl->ch_ctx_cache_phys,
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c784 mhi_cntrl->unmap_free = pci_epf_mhi_unmap_free;

Completed in 119 milliseconds