phy_chans         286 drivers/dma/amba-pl08x.c 	struct pl08x_phy_chan *phy_chans;
phy_chans         826 drivers/dma/amba-pl08x.c 		ch = &pl08x->phy_chans[i];
phy_chans        2314 drivers/dma/amba-pl08x.c 			struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i];
phy_chans        2471 drivers/dma/amba-pl08x.c 		ch = &pl08x->phy_chans[i];
phy_chans        2869 drivers/dma/amba-pl08x.c 	pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)),
phy_chans        2871 drivers/dma/amba-pl08x.c 	if (!pl08x->phy_chans) {
phy_chans        2877 drivers/dma/amba-pl08x.c 		struct pl08x_phy_chan *ch = &pl08x->phy_chans[i];
phy_chans        2977 drivers/dma/amba-pl08x.c 	kfree(pl08x->phy_chans);
phy_chans         242 drivers/dma/s3c24xx-dma.c 	struct s3c24xx_dma_phy			*phy_chans;
phy_chans         295 drivers/dma/s3c24xx-dma.c 		phy = &s3cdma->phy_chans[i];
phy_chans        1223 drivers/dma/s3c24xx-dma.c 	s3cdma->phy_chans = devm_kcalloc(&pdev->dev,
phy_chans        1227 drivers/dma/s3c24xx-dma.c 	if (!s3cdma->phy_chans)
phy_chans        1232 drivers/dma/s3c24xx-dma.c 		struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i];
phy_chans        1357 drivers/dma/s3c24xx-dma.c 			struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i];
phy_chans        1371 drivers/dma/s3c24xx-dma.c 		struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i];
phy_chans        1394 drivers/dma/s3c24xx-dma.c 			struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i];
phy_chans         582 drivers/dma/ste_dma40.c 	struct d40_chan			 *phy_chans;
phy_chans        2884 drivers/dma/ste_dma40.c 	d40_chan_init(base, &base->dma_both, base->phy_chans,
phy_chans        3214 drivers/dma/ste_dma40.c 	base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4);
phy_chans        3215 drivers/dma/ste_dma40.c 	base->log_chans = &base->phy_chans[num_phy_chans];