Symbol: mmp_pdma_phy
drivers/dma/mmp_pdma.c
102
struct mmp_pdma_phy;
drivers/dma/mmp_pdma.c
108
struct mmp_pdma_phy *phy;
drivers/dma/mmp_pdma.c
1111
struct mmp_pdma_phy *phy;
drivers/dma/mmp_pdma.c
1138
struct mmp_pdma_phy *phy = &pdev->phy[idx];
drivers/dma/mmp_pdma.c
160
void (*write_next_addr)(struct mmp_pdma_phy *phy, dma_addr_t addr);
drivers/dma/mmp_pdma.c
161
u64 (*read_src_addr)(struct mmp_pdma_phy *phy);
drivers/dma/mmp_pdma.c
162
u64 (*read_dst_addr)(struct mmp_pdma_phy *phy);
drivers/dma/mmp_pdma.c
184
struct mmp_pdma_phy *phy;
drivers/dma/mmp_pdma.c
199
static void write_next_addr_32(struct mmp_pdma_phy *phy, dma_addr_t addr)
drivers/dma/mmp_pdma.c
204
static u64 read_src_addr_32(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
209
static u64 read_dst_addr_32(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
240
static void write_next_addr_64(struct mmp_pdma_phy *phy, dma_addr_t addr)
drivers/dma/mmp_pdma.c
246
static u64 read_src_addr_64(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
254
static u64 read_dst_addr_64(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
294
static void enable_chan(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
319
static void disable_chan(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
340
static int clear_chan_irq(struct mmp_pdma_phy *phy)
drivers/dma/mmp_pdma.c
360
struct mmp_pdma_phy *phy = dev_id;
drivers/dma/mmp_pdma.c
372
struct mmp_pdma_phy *phy;
drivers/dma/mmp_pdma.c
396
static struct mmp_pdma_phy *lookup_phy(struct mmp_pdma_chan *pchan)
drivers/dma/mmp_pdma.c
400
struct mmp_pdma_phy *phy, *found = NULL;