Lines Matching refs:ssb_dev
129 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_resume() local
136 err = ssb_drv->resume(ssb_dev); in ssb_device_resume()
146 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_suspend() local
153 err = ssb_drv->suspend(ssb_dev, state); in ssb_device_suspend()
276 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_shutdown() local
283 ssb_drv->shutdown(ssb_dev); in ssb_device_shutdown()
288 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_remove() local
292 ssb_drv->remove(ssb_dev); in ssb_device_remove()
293 ssb_device_put(ssb_dev); in ssb_device_remove()
298 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_probe() local
302 ssb_device_get(ssb_dev); in ssb_device_probe()
304 err = ssb_drv->probe(ssb_dev, &ssb_dev->id); in ssb_device_probe()
306 ssb_device_put(ssb_dev); in ssb_device_probe()
328 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_bus_match() local
335 if (ssb_match_devid(id, &ssb_dev->id)) in ssb_bus_match()
344 const struct ssb_device *ssb_dev; in ssb_device_uevent() local
349 ssb_dev = dev_to_ssb_dev(dev); in ssb_device_uevent()
353 ssb_dev->id.vendor, ssb_dev->id.coreid, in ssb_device_uevent()
354 ssb_dev->id.revision); in ssb_device_uevent()