Lines Matching refs:cell
307 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_init() local
310 if (cell->enable) { in tmio_hw_init()
311 ret = cell->enable(dev); in tmio_hw_init()
351 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_stop() local
354 if (cell->disable) in tmio_hw_stop()
355 cell->disable(dev); in tmio_hw_stop()
487 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_suspend() local
489 if (cell->suspend) in tmio_suspend()
490 cell->suspend(dev); in tmio_suspend()
498 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_resume() local
505 if (cell->resume) in tmio_resume()
506 cell->resume(dev); in tmio_resume()