to_mbus_device    364 drivers/dma/mic_x100_dma.c 	struct device *dev = &to_mbus_device(ch)->dev;
to_mbus_device    396 drivers/dma/mic_x100_dma.c 	dma_unmap_single(&to_mbus_device(ch)->dev, ch->desc_ring_micpa,
to_mbus_device    404 drivers/dma/mic_x100_dma.c 	dma_unmap_single(&to_mbus_device(ch)->dev, ch->status_dest_micpa,
to_mbus_device    411 drivers/dma/mic_x100_dma.c 	struct device *dev = &to_mbus_device(ch)->dev;
to_mbus_device    465 drivers/dma/mic_x100_dma.c 		to_mbus_hw_ops(ch)->request_threaded_irq(to_mbus_device(ch),
to_mbus_device    473 drivers/dma/mic_x100_dma.c 	to_mbus_hw_ops(ch)->free_irq(to_mbus_device(ch), ch->cookie, ch);
to_mbus_device    159 drivers/dma/mic_x100_dma.h 	return to_mbus_device(ch)->hw_ops;
to_mbus_device    273 drivers/dma/mic_x100_dma.h 	to_mbus_hw_ops(ch)->ack_interrupt(to_mbus_device(ch), ch->ch_num);