Home
last modified time | relevance | path

Searched refs:pm_device_runtime_enable (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/include/zephyr/pm/
Ddevice_runtime.h57 int pm_device_runtime_enable(const struct device *dev);
180 static inline int pm_device_runtime_enable(const struct device *dev)
/Zephyr-latest/tests/subsys/pm/device_power_domains/src/
Dmain.c48 pm_device_runtime_enable(dev); in ZTEST()
49 pm_device_runtime_enable(reg_chained); in ZTEST()
50 pm_device_runtime_enable(reg_1); in ZTEST()
51 pm_device_runtime_enable(reg_0); in ZTEST()
/Zephyr-latest/tests/subsys/shell/shell_device/src/
Dmain.c67 pm_device_runtime_enable(d3); in main()
68 pm_device_runtime_enable(d4); in main()
/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c130 pm_device_runtime_enable(domain); in ZTEST()
131 pm_device_runtime_enable(deva); in ZTEST()
132 pm_device_runtime_enable(devb); in ZTEST()
133 pm_device_runtime_enable(devc); in ZTEST()
252 pm_device_runtime_enable(balanced_domain); in ZTEST()
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Ddummy_driver.c36 return pm_device_runtime_enable(dev); in dummy_init()
Dmain.c368 ret = pm_device_runtime_enable(device_dummy); in ZTEST()
/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_parent.c49 return pm_device_runtime_enable(dev); in dummy_parent_init()
Ddummy_driver.c112 return pm_device_runtime_enable(dev); in dummy_init()
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dmain.c49 ret = pm_device_runtime_enable(test_dev); in test_api_setup()
56 ret = pm_device_runtime_enable(test_dev); in test_api_setup()
272 zassert_equal(pm_device_runtime_enable(dev), -ENOTSUP, ""); in ZTEST()
/Zephyr-latest/drivers/power_domain/
Dpower_domain_nxp_scu.c68 return pm_device_runtime_enable(dev); in scu_pd_init()
Dpower_domain_intel_adsp.c91 return pm_device_runtime_enable(dev); in pd_intel_adsp_init()
Dpower_domain_gpio_monitor.c129 return pm_device_runtime_enable(dev); in pd_gpio_monitor_init()
/Zephyr-latest/drivers/sensor/amd_sb_tsi/
Dsb_tsi.c97 res = pm_device_runtime_enable(dev); in sb_tsi_init()
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst36 or :c:func:`pm_device_runtime_enable`).
149 :c:func:`pm_device_runtime_enable` at initialization time. Note that this
154 :c:func:`pm_device_runtime_enable`.
168 ret = pm_device_runtime_enable(dev);
176 devicetree node. If enabled, :c:func:`pm_device_runtime_enable` is called immediately
/Zephyr-latest/drivers/sensor/f75303/
Df75303.c164 res = pm_device_runtime_enable(dev); in f75303_init()
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c114 err = pm_device_runtime_enable(dev); in ntc_thermistor_init()
/Zephyr-latest/subsys/pm/
Ddevice_runtime.c382 return pm_device_runtime_enable(dev); in pm_device_runtime_auto_enable()
409 int pm_device_runtime_enable(const struct device *dev) in pm_device_runtime_enable() function
/Zephyr-latest/drivers/input/
Dinput_ft5336.c234 r = pm_device_runtime_enable(dev); in ft5336_init()
Dinput_pat912x.c289 ret = pm_device_runtime_enable(dev); in pat912x_init()
Dinput_gpio_keys.c209 ret = pm_device_runtime_enable(dev); in gpio_keys_init()
/Zephyr-latest/drivers/sensor/ti/lm95234/
Dlm95234.c281 ret = pm_device_runtime_enable(dev); in lm95234_init()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_irqsteer.c589 return pm_device_runtime_enable(dev); in irqsteer_init()
/Zephyr-latest/drivers/adc/
Dadc_smartbond_gpadc.c374 ret = pm_device_runtime_enable(dev); in adc_smartbond_init()
Dadc_smartbond_sdadc.c378 ret = pm_device_runtime_enable(dev); in sdadc_smartbond_init()
/Zephyr-latest/drivers/sensor/lm75/
Dlm75.c335 ret = pm_device_runtime_enable(dev); in lm75_init()

12