Searched refs:ssb_drv (Results 1 – 1 of 1) sorted by relevance
130 struct ssb_driver *ssb_drv; in ssb_device_resume() local135 if (ssb_drv && ssb_drv->resume) in ssb_device_resume()147 struct ssb_driver *ssb_drv; in ssb_device_suspend() local152 if (ssb_drv && ssb_drv->suspend) in ssb_device_suspend()277 struct ssb_driver *ssb_drv; in ssb_device_shutdown() local282 if (ssb_drv && ssb_drv->shutdown) in ssb_device_shutdown()283 ssb_drv->shutdown(ssb_dev); in ssb_device_shutdown()291 if (ssb_drv && ssb_drv->remove) in ssb_device_remove()292 ssb_drv->remove(ssb_dev); in ssb_device_remove()303 if (ssb_drv && ssb_drv->probe) in ssb_device_probe()[all …]
Completed in 5 milliseconds