Searched defs:device_set_wakeup_enable (Results 1 – 3 of 3) sorted by relevance
159 static inline int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function
540 int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function
49 #define device_set_wakeup_enable(dev, val) do {} while (0) macro