Home
last modified time | relevance | path

Searched refs:pm_device_wakeup_is_capable (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/src/
Dmain.c33 ret = pm_device_wakeup_is_capable(dev); in main()
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/src/
Dmain.c82 ret = pm_device_wakeup_is_capable(dev); in ZTEST()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h568 bool pm_device_wakeup_is_capable(const struct device *dev);
683 static inline bool pm_device_wakeup_is_capable(const struct device *dev) in pm_device_wakeup_is_capable() function
/Zephyr-latest/subsys/pm/
Ddevice.c314 bool pm_device_wakeup_is_capable(const struct device *dev) in pm_device_wakeup_is_capable() function
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c350 if (pm_device_wakeup_is_capable(dev)) { in i2c_stm32_target_register()
441 if (pm_device_wakeup_is_capable(dev)) { in i2c_stm32_target_unregister()