Searched refs:dev_pm_domain_attach (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/base/power/ |
H 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);
|
/openbmc/linux/include/linux/ |
H A D | pm_domain.h | 425 int dev_pm_domain_attach(struct device *dev, bool power_on); 434 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | apcs-sdx55.c | 114 dev_pm_domain_attach(cpu_dev, true); in qcom_apcs_sdx55_clk_probe()
|
/openbmc/linux/drivers/amba/ |
H A D | bus.c | 140 ret = dev_pm_domain_attach(&dev->dev, true); in amba_read_periphid() 293 ret = dev_pm_domain_attach(dev, true); in amba_probe()
|
/openbmc/linux/drivers/base/ |
H A D | auxiliary.c | 210 ret = dev_pm_domain_attach(dev, true); in auxiliary_bus_probe()
|
H A D | platform.c | 1399 ret = dev_pm_domain_attach(_dev, true); in platform_probe()
|
/openbmc/linux/drivers/soundwire/ |
H A D | bus_type.c | 105 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_bus.c | 60 ret = dev_pm_domain_attach(dev, true); in dp_aux_ep_probe()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_bus.c | 164 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 543 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | core.c | 424 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 575 status = dev_pm_domain_attach(&client->dev, do_power_on); in i2c_device_probe()
|
/openbmc/linux/drivers/spi/ |
H A D | spi.c | 439 ret = dev_pm_domain_attach(dev, true); in spi_probe()
|