Lines Matching refs:cell
189 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local
202 if (!cell) in ohci_hcd_tmio_drv_probe()
230 if (cell->enable) { in ohci_hcd_tmio_drv_probe()
231 ret = cell->enable(dev); in ohci_hcd_tmio_drv_probe()
257 if (cell->disable) in ohci_hcd_tmio_drv_probe()
258 cell->disable(dev); in ohci_hcd_tmio_drv_probe()
274 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
278 if (cell->disable) in ohci_hcd_tmio_drv_remove()
279 cell->disable(dev); in ohci_hcd_tmio_drv_remove()
290 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() local
310 if (cell->suspend) { in ohci_hcd_tmio_drv_suspend()
311 ret = cell->suspend(dev); in ohci_hcd_tmio_drv_suspend()
320 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_resume() local
332 if (cell->resume) { in ohci_hcd_tmio_drv_resume()
333 ret = cell->resume(dev); in ohci_hcd_tmio_drv_resume()