Searched refs:k3_dma_phy (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Dk3dma.c74 struct k3_dma_phy;
79 struct k3_dma_phy *phy;
86 struct k3_dma_phy { struct
100 struct k3_dma_phy *phy;
114 static void k3_dma_pause_dma(struct k3_dma_phy *phy, bool on) k3_dma_pause_dma()
129 static void k3_dma_terminate_chan(struct k3_dma_phy *phy, struct k3_dma_dev *d) k3_dma_terminate_chan()
141 static void k3_dma_set_desc(struct k3_dma_phy *phy, struct k3_desc_hw *hw) k3_dma_set_desc()
151 static u32 k3_dma_get_curr_cnt(struct k3_dma_dev *d, struct k3_dma_phy *phy) k3_dma_get_curr_cnt()
160 static u32 k3_dma_get_curr_lli(struct k3_dma_phy *phy) k3_dma_get_curr_lli()
191 struct k3_dma_phy *p; k3_dma_int_handler()
263 struct k3_dma_phy *p; k3_dma_tasklet()
334 struct k3_dma_phy *p; k3_dma_tx_status()
571 struct k3_dma_phy *p = c->phy; k3_dma_terminate_all()
602 struct k3_dma_phy *p = c->phy; k3_dma_transfer_pause()
623 struct k3_dma_phy *p = c->phy; k3_dma_transfer_resume()
710 d->dma_channels * sizeof(struct k3_dma_phy), GFP_KERNEL); k3_dma_probe()
715 struct k3_dma_phy *p = &d->phy[i]; k3_dma_probe()

Completed in 38 milliseconds