Lines Matching full:ud
110 int xudma_navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread);
111 int xudma_navss_psil_unpair(struct udma_dev *ud, u32 src_thread,
115 void xudma_dev_put(struct udma_dev *ud);
116 u32 xudma_dev_get_psil_base(struct udma_dev *ud);
117 struct udma_tisci_rm *xudma_dev_get_tisci_rm(struct udma_dev *ud);
119 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt);
120 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt);
122 struct udma_tchan *xudma_tchan_get(struct udma_dev *ud, int id);
123 struct udma_rchan *xudma_rchan_get(struct udma_dev *ud, int id);
124 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id);
126 void xudma_tchan_put(struct udma_dev *ud, struct udma_tchan *p);
127 void xudma_rchan_put(struct udma_dev *ud, struct udma_rchan *p);
128 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p);
138 bool xudma_rflow_is_gp(struct udma_dev *ud, int id);