Lines Matching refs:cell
98 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_suspend() local
104 if (!ret && cell->disable) in tmio_mmc_suspend()
105 cell->disable(pdev); in tmio_mmc_suspend()
113 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_resume() local
117 if (cell->resume) in tmio_mmc_resume()
118 ret = cell->resume(pdev); in tmio_mmc_resume()
129 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() local
149 if (cell->enable) { in tmio_mmc_probe()
150 ret = cell->enable(pdev); in tmio_mmc_probe()
195 if (cell->disable) in tmio_mmc_probe()
196 cell->disable(pdev); in tmio_mmc_probe()
203 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_remove() local
207 if (cell->disable) in tmio_mmc_remove()
208 cell->disable(pdev); in tmio_mmc_remove()