Lines Matching refs:cell
30 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_suspend() local
36 if (!ret && cell->disable) in tmio_mmc_suspend()
37 cell->disable(pdev); in tmio_mmc_suspend()
45 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_resume() local
49 if (cell->resume) in tmio_mmc_resume()
50 ret = cell->resume(pdev); in tmio_mmc_resume()
61 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() local
81 if (cell->enable) { in tmio_mmc_probe()
82 ret = cell->enable(pdev); in tmio_mmc_probe()
119 if (cell->disable) in tmio_mmc_probe()
120 cell->disable(pdev); in tmio_mmc_probe()
127 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_remove() local
134 if (cell->disable) in tmio_mmc_remove()
135 cell->disable(pdev); in tmio_mmc_remove()