Searched refs:dev_pm_domain_attach (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/base/power/ |
A D | common.c | 102 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/include/linux/ |
A D | pm_domain.h | 409 int dev_pm_domain_attach(struct device *dev, bool power_on); 418 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
|
/linux/drivers/clk/qcom/ |
A D | apcs-sdx55.c | 114 dev_pm_domain_attach(cpu_dev, true); in qcom_apcs_sdx55_clk_probe()
|
/linux/drivers/gpu/drm/ |
A D | drm_dp_aux_bus.c | 53 ret = dev_pm_domain_attach(dev, true); in dp_aux_ep_probe()
|
/linux/drivers/soundwire/ |
A D | bus_type.c | 106 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
|
/linux/drivers/base/ |
A D | auxiliary.c | 69 ret = dev_pm_domain_attach(dev, true); in auxiliary_bus_probe()
|
A D | platform.c | 1406 ret = dev_pm_domain_attach(_dev, true); in platform_probe()
|
/linux/drivers/amba/ |
A D | bus.c | 194 ret = dev_pm_domain_attach(dev, true); in amba_probe() 426 ret = dev_pm_domain_attach(&dev->dev, true); in amba_device_try_add()
|
/linux/drivers/mmc/core/ |
A D | sdio_bus.c | 163 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
|
/linux/drivers/rpmsg/ |
A D | rpmsg_core.c | 520 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
|
/linux/drivers/tty/serdev/ |
A D | core.c | 413 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
|
/linux/drivers/i2c/ |
A D | i2c-core-base.c | 544 status = dev_pm_domain_attach(&client->dev, in i2c_device_probe()
|
/linux/drivers/spi/ |
A D | spi.c | 390 ret = dev_pm_domain_attach(dev, true); in spi_probe()
|
/linux/ |
A D | vmlinux.symvers | 11573 0x00000000 dev_pm_domain_attach vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31350 ffff80001080fba0 T dev_pm_domain_attach
|
A D | .tmp_System.map | 31350 ffff80001080fba0 T dev_pm_domain_attach
|
Completed in 1080 milliseconds