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()
272 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_shutdown() local
279 ssb_drv->shutdown(ssb_dev); in ssb_device_shutdown()
284 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_remove() local
288 ssb_drv->remove(ssb_dev); in ssb_device_remove()
289 ssb_device_put(ssb_dev); in ssb_device_remove()
296 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_probe() local
300 ssb_device_get(ssb_dev); in ssb_device_probe()
302 err = ssb_drv->probe(ssb_dev, &ssb_dev->id); in ssb_device_probe()
304 ssb_device_put(ssb_dev); in ssb_device_probe()
326 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_bus_match() local
333 if (ssb_match_devid(id, &ssb_dev->id)) in ssb_bus_match()
342 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_uevent() local
349 ssb_dev->id.vendor, ssb_dev->id.coreid, in ssb_device_uevent()
350 ssb_dev->id.revision); in ssb_device_uevent()