Home
last modified time | relevance | path

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

/drivers/base/power/
Dcommon.c107 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
117 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
/drivers/mmc/core/
Dsdio_bus.c350 dev_pm_domain_attach(&func->dev, false); in sdio_add_func()
/drivers/amba/
Dbus.c186 ret = dev_pm_domain_attach(dev, true); in amba_probe()
/drivers/base/
Dplatform.c515 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/drivers/spi/
Dspi.c268 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
/drivers/i2c/
Di2c-core.c645 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()