Home
last modified time | relevance | path

Searched refs:dev_pm_domain_attach (Results 1 – 6 of 6) sorted by relevance

/drivers/base/power/
Dcommon.c103 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
113 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
/drivers/amba/
Dbus.c246 ret = dev_pm_domain_attach(dev, true); in amba_probe()
373 ret = dev_pm_domain_attach(&dev->dev, true); in amba_device_try_add()
/drivers/mmc/core/
Dsdio_bus.c144 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
/drivers/base/
Dplatform.c565 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/drivers/spi/
Dspi.c353 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
/drivers/i2c/
Di2c-core.c955 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()