Home
last modified time | relevance | path

Searched refs:mic_dma_ch_to_device (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/dma/
Dmic_x100_dma.c121 struct device *dev = mic_dma_ch_to_device(ch); in mic_dma_avail_desc_ring_space()
289 dev_err(mic_dma_ch_to_device(mic_ch), in mic_dma_prep_status_lock()
305 struct device *dev = mic_dma_ch_to_device(mic_ch); in mic_dma_prep_memcpy_lock()
432 dev_err(mic_dma_ch_to_device(ch), in mic_dma_check_chan()
515 dev_err(mic_dma_ch_to_device(ch), "%s %d TO chan 0x%x\n", in mic_dma_drain_chan()
Dmic_x100_dma.h162 static inline struct device *mic_dma_ch_to_device(struct mic_dma_chan *ch) in mic_dma_ch_to_device() function