Lines Matching refs:udma_dev
7 int xudma_navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_pair()
13 int xudma_navss_psil_unpair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_unpair()
19 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property) in of_xudma_dev_get()
23 struct udma_dev *ud; in of_xudma_dev_get()
53 u32 xudma_dev_get_psil_base(struct udma_dev *ud) in xudma_dev_get_psil_base()
59 struct udma_tisci_rm *xudma_dev_get_tisci_rm(struct udma_dev *ud) in xudma_dev_get_tisci_rm()
65 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_alloc_gp_rflow_range()
71 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_free_gp_rflow_range()
77 bool xudma_rflow_is_gp(struct udma_dev *ud, int id) in xudma_rflow_is_gp()
84 struct udma_##res *xudma_##res##_get(struct udma_dev *ud, int id) \
90 void xudma_##res##_put(struct udma_dev *ud, struct udma_##res *p) \
98 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id) in xudma_rflow_get()
104 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p) in xudma_rflow_put()