Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpm_wakeup.h87 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path() function
182 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path() function
/linux/drivers/tty/serial/
A Dstm32-usart.c1752 if (device_may_wakeup(dev) || device_wakeup_path(dev)) { in stm32_usart_serial_suspend()
1765 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in stm32_usart_serial_suspend()
1781 if (device_may_wakeup(dev) || device_wakeup_path(dev)) { in stm32_usart_serial_resume()
/linux/drivers/base/power/
A Dmain.c1372 if (device_wakeup_path(dev) && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
1646 if (device_may_wakeup(dev) || device_wakeup_path(dev)) in __device_suspend()
A Ddomain.c1195 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd)) in genpd_finish_suspend()
1249 if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd)) in genpd_resume_noirq()
/linux/drivers/i2c/busses/
A Di2c-stm32f7.c2437 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) { in stm32f7_i2c_suspend()
2456 if (!device_may_wakeup(dev) && !device_wakeup_path(dev)) { in stm32f7_i2c_resume()

Completed in 26 milliseconds