Lines Matching refs:cell
189 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local
202 if (!cell || !regs || !config || !sram) in ohci_hcd_tmio_drv_probe()
233 if (cell->enable) { in ohci_hcd_tmio_drv_probe()
234 ret = cell->enable(dev); in ohci_hcd_tmio_drv_probe()
260 if (cell->disable) in ohci_hcd_tmio_drv_probe()
261 cell->disable(dev); in ohci_hcd_tmio_drv_probe()
277 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
281 if (cell->disable) in ohci_hcd_tmio_drv_remove()
282 cell->disable(dev); in ohci_hcd_tmio_drv_remove()
293 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() local
313 if (cell->suspend) { in ohci_hcd_tmio_drv_suspend()
314 ret = cell->suspend(dev); in ohci_hcd_tmio_drv_suspend()
323 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_resume() local
335 if (cell->resume) { in ohci_hcd_tmio_drv_resume()
336 ret = cell->resume(dev); in ohci_hcd_tmio_drv_resume()