Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dmic_x100_dma.c132 struct device *dev = mic_dma_ch_to_device(ch); in mic_dma_avail_desc_ring_space()
300 dev_err(mic_dma_ch_to_device(mic_ch), in mic_dma_prep_status_lock()
316 struct device *dev = mic_dma_ch_to_device(mic_ch); in mic_dma_prep_memcpy_lock()
443 dev_err(mic_dma_ch_to_device(ch), in mic_dma_check_chan()
526 dev_err(mic_dma_ch_to_device(ch), "%s %d TO chan 0x%x\n", in mic_dma_drain_chan()
Dmic_x100_dma.h173 static inline struct device *mic_dma_ch_to_device(struct mic_dma_chan *ch) in mic_dma_ch_to_device() function