Lines Matching refs:coh901318_base
1280 struct coh901318_base { struct
1313 struct coh901318_base *base;
1336 static struct coh901318_base *debugfs_dma_base;
1769 struct coh901318_base *base;
1987 struct coh901318_base *base = dev_id; in dma_irq_handler()
2590 struct coh901318_base *base) in coh901318_base_init()
2629 struct coh901318_base *base; in coh901318_probe()
2645 ALIGN(sizeof(struct coh901318_base), 4) + in coh901318_probe()
2652 base->chans = ((void *)base) + ALIGN(sizeof(struct coh901318_base), 4); in coh901318_probe()
2750 static void coh901318_base_remove(struct coh901318_base *base, const int *pick_chans) in coh901318_base_remove()
2768 struct coh901318_base *base = platform_get_drvdata(pdev); in coh901318_remove()