Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dk3-udma.h103 struct udma_rflow;
142 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id);
146 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p);
150 int xudma_rflow_get_id(struct udma_rflow *p);
H A Dk3-udma-private.c115 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id) in xudma_rflow_get()
121 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p) in xudma_rflow_put()
H A Dk3-udma.c92 struct udma_rflow { struct
208 struct udma_rflow *rflows;
290 struct udma_rflow *rflow;
1303 static struct udma_rflow *__udma_get_rflow(struct udma_dev *ud, int id) in __udma_get_rflow()
1330 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow()
1745 struct udma_rflow *rflow = uc->rflow; in udma_free_rx_resources()
1762 struct udma_rflow *rflow; in udma_alloc_rx_resources()
5607 struct udma_rflow *rflow = &ud->rflows[i]; in udma_probe()