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

/linux-master/include/linux/
H A Dmhi_ep.h84 * @ev_ctx_cache: Cache of host event context data structure
132 struct mhi_event_ctxt *ev_ctx_cache; member in struct:mhi_ep_cntrl
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c38 ctx = (union mhi_ep_ring_ctx *)&mhi_cntrl->ev_ctx_cache[ring_idx];
667 (void __iomem **) &mhi_cntrl->ev_ctx_cache,
670 dev_err(dev, "Failed to allocate and map ev_ctx_cache\n");
703 (void __iomem *) mhi_cntrl->ev_ctx_cache, ev_ctx_host_size);
724 (void __iomem *) mhi_cntrl->ev_ctx_cache, ev_ctx_host_size);

Completed in 327 milliseconds