xudma_get_device
rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax);
return xudma_get_device(rx_chn->common.udmax);
tx_chn->common.chan_dev.parent = xudma_get_device(tx_chn->common.udmax);
return xudma_get_device(tx_chn->common.udmax);
rx_chn->common.chan_dev.parent = xudma_get_device(rx_chn->common.udmax);
EXPORT_SYMBOL(xudma_get_device);
struct device *xudma_get_device(struct udma_dev *ud);