Searched refs:dev_pm_domain_attach (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/base/power/ | 
| D | common.c | 102 int dev_pm_domain_attach(struct device *dev, bool power_on)  in dev_pm_domain_attach()  function115 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | pm_domain.h | 363 int dev_pm_domain_attach(struct device *dev, bool power_on);371 static inline int dev_pm_domain_attach(struct device *dev, bool power_on)  in dev_pm_domain_attach()  function
 
 | 
| /Linux-v5.4/drivers/soundwire/ | 
| D | bus_type.c | 86 	ret = dev_pm_domain_attach(dev, false);  in sdw_drv_probe()
 | 
| /Linux-v5.4/drivers/amba/ | 
| D | bus.c | 269 		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.4/drivers/mmc/core/ | 
| D | sdio_bus.c | 137 	ret = dev_pm_domain_attach(dev, false);  in sdio_bus_probe()
 | 
| /Linux-v5.4/drivers/rpmsg/ | 
| D | rpmsg_core.c | 453 	err = dev_pm_domain_attach(dev, true);  in rpmsg_dev_probe()
 | 
| /Linux-v5.4/drivers/tty/serdev/ | 
| D | core.c | 412 	ret = dev_pm_domain_attach(dev, true);  in serdev_drv_probe()
 | 
| /Linux-v5.4/drivers/base/ | 
| D | platform.c | 692 	ret = dev_pm_domain_attach(_dev, true);  in platform_drv_probe()
 | 
| /Linux-v5.4/drivers/i2c/ | 
| D | i2c-core-base.c | 378 	status = dev_pm_domain_attach(&client->dev, true);  in i2c_device_probe()
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi.c | 404 	ret = dev_pm_domain_attach(dev, true);  in spi_drv_probe()
 |