Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/power/
Dcommon.c104 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);
/Linux-v4.19/include/linux/
Dpm_domain.h309 int dev_pm_domain_attach(struct device *dev, bool power_on);
317 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
/Linux-v4.19/drivers/soundwire/
Dbus_type.c85 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
/Linux-v4.19/drivers/amba/
Dbus.c254 ret = dev_pm_domain_attach(dev, true); in amba_probe()
381 ret = dev_pm_domain_attach(&dev->dev, true); in amba_device_try_add()
/Linux-v4.19/drivers/mmc/core/
Dsdio_bus.c141 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
/Linux-v4.19/drivers/rpmsg/
Drpmsg_core.c453 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
/Linux-v4.19/drivers/tty/serdev/
Dcore.c356 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
/Linux-v4.19/drivers/base/
Dplatform.c574 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c387 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()
/Linux-v4.19/drivers/spi/
Dspi.c361 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()