Lines Matching refs:ssb_dev
127 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_resume() local
134 err = ssb_drv->resume(ssb_dev); in ssb_device_resume()
144 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_suspend() local
151 err = ssb_drv->suspend(ssb_dev, state); in ssb_device_suspend()
273 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_shutdown() local
280 ssb_drv->shutdown(ssb_dev); in ssb_device_shutdown()
285 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_remove() local
289 ssb_drv->remove(ssb_dev); in ssb_device_remove()
290 ssb_device_put(ssb_dev); in ssb_device_remove()
297 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_probe() local
301 ssb_device_get(ssb_dev); in ssb_device_probe()
303 err = ssb_drv->probe(ssb_dev, &ssb_dev->id); in ssb_device_probe()
305 ssb_device_put(ssb_dev); in ssb_device_probe()
327 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_bus_match() local
334 if (ssb_match_devid(id, &ssb_dev->id)) in ssb_bus_match()
343 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_uevent() local
350 ssb_dev->id.vendor, ssb_dev->id.coreid, in ssb_device_uevent()
351 ssb_dev->id.revision); in ssb_device_uevent()