Lines Matching full:cell
3 * Driver for the MMC / SD / SDIO cell found in:
90 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_suspend() local
96 if (!ret && cell->disable) in tmio_mmc_suspend()
97 cell->disable(pdev); in tmio_mmc_suspend()
105 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_resume() local
109 if (cell->resume) in tmio_mmc_resume()
110 ret = cell->resume(pdev); in tmio_mmc_resume()
121 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() local
141 if (cell->enable) { in tmio_mmc_probe()
142 ret = cell->enable(pdev); in tmio_mmc_probe()
186 if (cell->disable) in tmio_mmc_probe()
187 cell->disable(pdev); in tmio_mmc_probe()
194 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_remove() local
198 if (cell->disable) in tmio_mmc_remove()
199 cell->disable(pdev); in tmio_mmc_remove()