Home
last modified time | relevance | path

Searched refs:dev_pm_domain_attach (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/base/power/
Dcommon.c102 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-6.12.1/include/linux/
Dpm_domain.h477 int dev_pm_domain_attach(struct device *dev, bool power_on);
494 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
/linux-6.12.1/drivers/clk/qcom/
Dapcs-sdx55.c114 dev_pm_domain_attach(cpu_dev, true); in qcom_apcs_sdx55_clk_probe()
/linux-6.12.1/drivers/base/
Dauxiliary.c210 ret = dev_pm_domain_attach(dev, true); in auxiliary_bus_probe()
Dplatform.c1399 ret = dev_pm_domain_attach(_dev, true); in platform_probe()
/linux-6.12.1/drivers/soundwire/
Dbus_type.c104 ret = dev_pm_domain_attach(dev, false); in sdw_drv_probe()
/linux-6.12.1/drivers/amba/
Dbus.c141 ret = dev_pm_domain_attach(&dev->dev, true); in amba_read_periphid()
294 ret = dev_pm_domain_attach(dev, true); in amba_probe()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c60 ret = dev_pm_domain_attach(dev, true); in dp_aux_ep_probe()
/linux-6.12.1/drivers/mmc/core/
Dsdio_bus.c164 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
/linux-6.12.1/drivers/rpmsg/
Drpmsg_core.c545 err = dev_pm_domain_attach(dev, true); in rpmsg_dev_probe()
/linux-6.12.1/drivers/tty/serdev/
Dcore.c414 ret = dev_pm_domain_attach(dev, true); in serdev_drv_probe()
/linux-6.12.1/drivers/i2c/
Di2c-core-base.c575 status = dev_pm_domain_attach(&client->dev, do_power_on); in i2c_device_probe()
/linux-6.12.1/drivers/spi/
Dspi.c427 ret = dev_pm_domain_attach(dev, true); in spi_probe()