/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | common.c | 83 * dev_pm_domain_attach - Attach a device to its PM domain. 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); variable 175 * This functions will reverse the actions from dev_pm_domain_attach() and
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | common.c | 83 * dev_pm_domain_attach - Attach a device to its PM domain. 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); variable 175 * This functions will reverse the actions from dev_pm_domain_attach(),
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_domain.h | 395 int dev_pm_domain_attach(struct device *dev, bool power_on); 404 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | apcs-sdx55.c | 114 dev_pm_domain_attach(cpu_dev, true); in qcom_apcs_sdx55_clk_probe()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | bus_type.c | 105 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | bus_type.c | 105 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/amba/ |
H A D | bus.c | 269 ret = dev_pm_domain_attach(dev, true); in amba_probe() 397 ret = dev_pm_domain_attach(&dev->dev, true); in amba_device_try_add()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_bus.c | 163 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_bus.c | 164 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 454 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | rpmsg_core.c | 543 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | core.c | 413 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | core.c | 424 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | platform.c | 756 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-base.c | 519 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-base.c | 572 status = dev_pm_domain_attach(&client->dev, do_power_on); in i2c_device_probe()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi.c | 400 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi.c | 429 ret = dev_pm_domain_attach(dev, true); in spi_probe()
|