Home
last modified time | relevance | path

Searched refs:hw_ring (Results 1 – 4 of 4) sorted by relevance

/drivers/dma/
Dplx_dma.c114 struct plx_dma_hw_std_desc *hw_ring; member
393 desc->hw = &plxdev->hw_ring[i]; in plx_dma_alloc_desc()
410 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_alloc_chan_resources()
414 plxdev->hw_ring = dma_alloc_coherent(plxdev->dma_dev.dev, ring_sz, in plx_dma_alloc_chan_resources()
416 if (!plxdev->hw_ring) in plx_dma_alloc_chan_resources()
447 dma_free_coherent(plxdev->dma_dev.dev, ring_sz, plxdev->hw_ring, in plx_dma_alloc_chan_resources()
455 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_free_chan_resources()
483 dma_free_coherent(plxdev->dma_dev.dev, ring_sz, plxdev->hw_ring, in plx_dma_free_chan_resources()
/drivers/bus/mhi/host/
Dinternal.h211 bool hw_ring; member
Dpm.c229 if (mhi_event->offload_ev || mhi_event->hw_ring) in mhi_ready_state_transition()
432 if (mhi_event->offload_ev || !mhi_event->hw_ring) in mhi_pm_mission_mode_transition()
Dinit.c729 mhi_event->hw_ring = event_cfg->hardware_event; in parse_ev_cfg()
730 if (mhi_event->hw_ring) in parse_ev_cfg()