Home
last modified time | relevance | path

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

/include/linux/
Dpm_wakeup.h102 extern void device_set_wakeup_capable(struct device *dev, bool capable);
114 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable() function
167 device_set_wakeup_capable(dev, val); in device_init_wakeup()