16 #include <linux/device.h>
20 #include <linux/module.h>
29 const struct mfd_cell *cell = mfd_get_cell(dev);
43 const struct mfd_cell *cell = mfd_get_cell(dev);
56 #define tmio_mmc_suspend NULL
57 #define tmio_mmc_resume NULL
62 const struct mfd_cell *cell = mfd_get_cell(pdev);
70 pdata = pdev->
dev.platform_data;
71 if (!pdata || !pdata->
hclk)
92 dev_name(&pdev->
dev), host);
97 (
unsigned long)host->
ctl, irq);
112 const struct mfd_cell *cell = mfd_get_cell(pdev);
113 struct mmc_host *mmc = platform_get_drvdata(pdev);
115 platform_set_drvdata(pdev,
NULL);
135 .probe = tmio_mmc_probe,