Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm_wakeup.h87 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path() function
173 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path() function
198 return device_wakeup_path(dev); in device_awake_path()
/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi_stm32g0.c704 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in ucsi_stm32g0_suspend()
718 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in ucsi_stm32g0_resume()
/linux-6.15/drivers/tty/serial/
H A Dstm32-usart.c2122 if (device_may_wakeup(dev) || device_wakeup_path(dev)) { in stm32_usart_serial_suspend()
2135 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in stm32_usart_serial_suspend()
2151 if (device_may_wakeup(dev) || device_wakeup_path(dev)) { in stm32_usart_serial_resume()
/linux-6.15/drivers/base/power/
H A Dmain.c1397 if (device_wakeup_path(dev) && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
1663 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in device_suspend()
/linux-6.15/drivers/i2c/busses/
H A Di2c-stm32f7.c2478 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) { in stm32f7_i2c_suspend()
2497 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) { in stm32f7_i2c_resume()
/linux-6.15/drivers/pmdomain/
H A Dcore.c1453 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd)) in genpd_finish_suspend()
1508 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd)) in genpd_finish_resume()