Searched refs:device_wakeup_path (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dpm_wakeup.h87 static inline bool device_wakeup_path(struct device *dev) function
174 static inline bool device_wakeup_path(struct device *dev) function
199 return device_wakeup_path(dev);
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_stm32g0.c716 if (device_may_wakeup(dev) || device_wakeup_path(dev))
730 if (device_may_wakeup(dev) || device_wakeup_path(dev))
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c2136 if (device_may_wakeup(dev) || device_wakeup_path(dev)) {
2149 if (device_may_wakeup(dev) || device_wakeup_path(dev))
2165 if (device_may_wakeup(dev) || device_wakeup_path(dev)) {
/linux-master/drivers/base/power/
H A Dmain.c1362 if (device_wakeup_path(dev) && !parent->power.ignore_children)
1623 if (device_may_wakeup(dev) || device_wakeup_path(dev))
/linux-master/drivers/i2c/busses/
H A Di2c-stm32f7.c2478 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) {
2497 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) {
/linux-master/drivers/pmdomain/
H A Dcore.c1298 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd))
1353 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd))

Completed in 156 milliseconds