Lines Matching refs:zx_dma_phy
98 struct zx_dma_phy;
106 struct zx_dma_phy *phy;
112 struct zx_dma_phy { struct
125 struct zx_dma_phy *phy; argument
141 static void zx_dma_terminate_chan(struct zx_dma_phy *phy, struct zx_dma_dev *d) in zx_dma_terminate_chan()
157 static void zx_dma_set_desc(struct zx_dma_phy *phy, struct zx_desc_hw *hw) in zx_dma_set_desc()
169 static u32 zx_dma_get_curr_lli(struct zx_dma_phy *phy) in zx_dma_get_curr_lli()
222 struct zx_dma_phy *p; in zx_dma_task()
277 struct zx_dma_phy *p; in zx_dma_int_handler()
339 struct zx_dma_phy *p; in zx_dma_tx_status()
666 struct zx_dma_phy *p = c->phy; in zx_dma_terminate_all()
802 d->dma_channels * sizeof(struct zx_dma_phy), GFP_KERNEL); in zx_dma_probe()
807 struct zx_dma_phy *p = &d->phy[i]; in zx_dma_probe()