Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ti/
Dk3-udma-private.c53 struct device *xudma_get_device(struct udma_dev *ud) in xudma_get_device() function
57 EXPORT_SYMBOL(xudma_get_device);
Dk3-udma.h132 struct device *xudma_get_device(struct udma_dev *ud);
Dk3-udma-glue.c296 tx_chn->common.chan_dev.parent = xudma_get_device(tx_chn->common.udmax); in k3_udma_glue_request_tx_chn()
571 return xudma_get_device(tx_chn->common.udmax); in k3_udma_glue_tx_get_dma_device()
915 rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_request_rx_chn_priv()
1047 rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_request_remote_rx_chn()
1409 return xudma_get_device(rx_chn->common.udmax); in k3_udma_glue_rx_get_dma_device()