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()
238 if (cell->enable) { in ohci_hcd_tmio_drv_probe()
239 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()
279 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
283 if (cell->disable) in ohci_hcd_tmio_drv_remove()
284 cell->disable(dev); in ohci_hcd_tmio_drv_remove()
296 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() local
316 if (cell->suspend) { in ohci_hcd_tmio_drv_suspend()
317 ret = cell->suspend(dev); in ohci_hcd_tmio_drv_suspend()
326 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_resume() local
338 if (cell->resume) { in ohci_hcd_tmio_drv_resume()
339 ret = cell->resume(dev); in ohci_hcd_tmio_drv_resume()