Lines Matching refs:cell
186 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local
199 if (!cell) in ohci_hcd_tmio_drv_probe()
232 if (cell->enable) { in ohci_hcd_tmio_drv_probe()
233 ret = cell->enable(dev); in ohci_hcd_tmio_drv_probe()
254 if (cell->disable) in ohci_hcd_tmio_drv_probe()
255 cell->disable(dev); in ohci_hcd_tmio_drv_probe()
273 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
277 if (cell->disable) in ohci_hcd_tmio_drv_remove()
278 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()