Lines Matching refs:mmp_pdma_phy
91 struct mmp_pdma_phy;
97 struct mmp_pdma_phy *phy;
119 struct mmp_pdma_phy { struct
130 struct mmp_pdma_phy *phy; argument
143 static void set_desc(struct mmp_pdma_phy *phy, dma_addr_t addr) in set_desc()
150 static void enable_chan(struct mmp_pdma_phy *phy) in enable_chan()
171 static void disable_chan(struct mmp_pdma_phy *phy) in disable_chan()
182 static int clear_chan_irq(struct mmp_pdma_phy *phy) in clear_chan_irq()
202 struct mmp_pdma_phy *phy = dev_id; in mmp_pdma_chan_handler()
214 struct mmp_pdma_phy *phy; in mmp_pdma_int_handler()
238 static struct mmp_pdma_phy *lookup_phy(struct mmp_pdma_chan *pchan) in lookup_phy()
242 struct mmp_pdma_phy *phy, *found = NULL; in lookup_phy()
942 struct mmp_pdma_phy *phy = &pdev->phy[idx]; in mmp_pdma_chan_init()