Home
last modified time | relevance | path

Searched refs:xudma_get_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/ti/
H A Dk3-udma-private.c55 struct device *xudma_get_device(struct udma_dev *ud) in xudma_get_device() function
59 EXPORT_SYMBOL(xudma_get_device);
H A Dk3-udma.h132 struct device *xudma_get_device(struct udma_dev *ud);
H A Dk3-udma-glue.c297 tx_chn->common.chan_dev.parent = xudma_get_device(tx_chn->common.udmax); in k3_udma_glue_request_tx_chn()
575 return xudma_get_device(tx_chn->common.udmax); in k3_udma_glue_tx_get_dma_device()
919 rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_request_rx_chn_priv()
1051 rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_request_remote_rx_chn()
1413 return xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_rx_get_dma_device()