Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Dcommon.c102 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
115 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
/Linux-v5.10/include/linux/
Dpm_domain.h395 int dev_pm_domain_attach(struct device *dev, bool power_on);
404 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
/Linux-v5.10/drivers/soundwire/
Dbus_type.c105 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
/Linux-v5.10/drivers/amba/
Dbus.c269 ret = dev_pm_domain_attach(dev, true); in amba_probe()
396 ret = dev_pm_domain_attach(&dev->dev, true); in amba_device_try_add()
/Linux-v5.10/drivers/mmc/core/
Dsdio_bus.c163 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
/Linux-v5.10/drivers/rpmsg/
Drpmsg_core.c453 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
/Linux-v5.10/drivers/tty/serdev/
Dcore.c413 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
/Linux-v5.10/drivers/base/
Dplatform.c756 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/Linux-v5.10/drivers/i2c/
Di2c-core-base.c517 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()
/Linux-v5.10/drivers/spi/
Dspi.c404 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()