Searched refs:cmd_ctx_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmhi_ep.h85 * @cmd_ctx_cache: Cache of host command context data structure
133 struct mhi_cmd_ctxt *cmd_ctx_cache; member in struct:mhi_ep_cntrl
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c680 (void __iomem **) &mhi_cntrl->cmd_ctx_cache,
683 dev_err(dev, "Failed to allocate and map cmd_ctx_cache\n");
689 (union mhi_ep_ring_ctx *)mhi_cntrl->cmd_ctx_cache);
699 (void __iomem *) mhi_cntrl->cmd_ctx_cache, cmd_ctx_host_size);
721 (void __iomem *) mhi_cntrl->cmd_ctx_cache, cmd_ctx_host_size);

Completed in 141 milliseconds