Searched refs:dev_pm_domain_attach (Results 1 – 7 of 7) sorted by relevance
101 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function111 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
241 extern int dev_pm_domain_attach(struct device *dev, bool power_on);244 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
140 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
240 ret = dev_pm_domain_attach(dev, true); in amba_probe()
515 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
349 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
732 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()