Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dmic_x100_dma.h152 static inline struct mbus_device *to_mbus_device(struct mic_dma_chan *ch) in to_mbus_device() function
159 return to_mbus_device(ch)->hw_ops; in to_mbus_hw_ops()
273 to_mbus_hw_ops(ch)->ack_interrupt(to_mbus_device(ch), ch->ch_num); in mic_dma_ack_interrupt()
Dmic_x100_dma.c364 struct device *dev = &to_mbus_device(ch)->dev; in mic_dma_alloc_desc_ring()
396 dma_unmap_single(&to_mbus_device(ch)->dev, ch->desc_ring_micpa, in mic_dma_free_desc_ring()
404 dma_unmap_single(&to_mbus_device(ch)->dev, ch->status_dest_micpa, in mic_dma_free_status_dest()
411 struct device *dev = &to_mbus_device(ch)->dev; in mic_dma_alloc_status_dest()
465 to_mbus_hw_ops(ch)->request_threaded_irq(to_mbus_device(ch), in mic_dma_setup_irq()
473 to_mbus_hw_ops(ch)->free_irq(to_mbus_device(ch), ch->cookie, ch); in mic_dma_free_irq()