Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c134 struct device *dev = mic_dma_ch_to_device(ch); in mic_dma_avail_desc_ring_space()
302 dev_err(mic_dma_ch_to_device(mic_ch), in mic_dma_prep_status_lock()
318 struct device *dev = mic_dma_ch_to_device(mic_ch); in mic_dma_prep_memcpy_lock()
444 dev_err(mic_dma_ch_to_device(ch), in mic_dma_check_chan()
534 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