Lines Matching defs:dev
61 struct device *dev; member
77 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup()
82 static inline bool device_may_wakeup(struct device *dev) in device_may_wakeup()
87 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path()
92 static inline void device_set_wakeup_path(struct device *dev) in device_set_wakeup_path()
122 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable()
127 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup()
143 static inline struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register()
151 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable()
157 static inline void device_wakeup_disable(struct device *dev) in device_wakeup_disable()
162 static inline int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable()
168 static inline bool device_may_wakeup(struct device *dev) in device_may_wakeup()
173 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path()
178 static inline void device_set_wakeup_path(struct device *dev) {} in device_set_wakeup_path()
182 static inline void pm_stay_awake(struct device *dev) {} in pm_stay_awake()
186 static inline void pm_relax(struct device *dev) {} in pm_relax()
191 static inline void pm_wakeup_dev_event(struct device *dev, unsigned int msec, in pm_wakeup_dev_event()
196 static inline bool device_awake_path(struct device *dev) in device_awake_path()
201 static inline void device_set_awake_path(struct device *dev) in device_set_awake_path()
211 static inline void pm_wakeup_event(struct device *dev, unsigned int msec) in pm_wakeup_event()
216 static inline void pm_wakeup_hard_event(struct device *dev) in pm_wakeup_hard_event()
232 static inline int device_init_wakeup(struct device *dev, bool enable) in device_init_wakeup()
243 static void device_disable_wakeup(void *dev) in device_disable_wakeup()
254 static inline int devm_device_init_wakeup(struct device *dev) in devm_device_init_wakeup()