Lines Matching refs:cell
270 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_hw_init() local
273 const struct resource *nlcr = &cell->resources[0]; in tmiofb_hw_init()
274 const struct resource *vram = &cell->resources[2]; in tmiofb_hw_init()
680 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_probe() local
767 if (cell->enable) { in tmiofb_probe()
768 retval = cell->enable(dev); in tmiofb_probe()
792 if (cell->disable) in tmiofb_probe()
793 cell->disable(dev); in tmiofb_probe()
810 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_remove() local
821 if (cell->disable) in tmiofb_remove()
822 cell->disable(dev); in tmiofb_remove()
938 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_suspend() local
959 if (cell->suspend) in tmiofb_suspend()
960 retval = cell->suspend(dev); in tmiofb_suspend()
970 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_resume() local
975 if (cell->resume) { in tmiofb_resume()
976 retval = cell->resume(dev); in tmiofb_resume()