Searched refs:of_dev (Results 1 – 1 of 1) sorted by relevance
352 struct platform_device *of_dev; in ibmebus_bus_device_probe() local355 of_dev = to_platform_device(dev); in ibmebus_bus_device_probe()360 of_dev_get(of_dev); in ibmebus_bus_device_probe()363 error = drv->probe(of_dev); in ibmebus_bus_device_probe()365 of_dev_put(of_dev); in ibmebus_bus_device_probe()372 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_remove() local376 drv->remove(of_dev); in ibmebus_bus_device_remove()382 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_shutdown() local386 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown()429 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_legacy_suspend() local[all …]