Searched defs:wakeup_source (Results 1 – 1 of 1) sorted by relevance
5847 struct wakeup_source { struct5848 const char *name;5849 int id;5850 struct list_head entry;5851 spinlock_t lock;5852 struct wake_irq *wakeirq;5853 struct timer_list timer;5854 long unsigned int timer_expires;5855 ktime_t total_time;5856 ktime_t max_time;[all …]