Searched refs:device_set_wakeup_capable (Results 1 – 1 of 1) sorted by relevance
107 extern void device_set_wakeup_capable(struct device *dev, bool capable);118 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable() function220 device_set_wakeup_capable(dev, true); in device_init_wakeup()224 device_set_wakeup_capable(dev, false); in device_init_wakeup()
Completed in 4 milliseconds