Searched defs:wakeup_source (Results 1 – 7 of 7) sorted by relevance
43539 struct wakeup_source { struct43540 const char *name;43541 int id;43542 struct list_head entry;43543 spinlock_t lock;43544 struct wake_irq *wakeirq;43545 struct timer_list timer;43546 long unsigned int timer_expires;43547 ktime_t total_time;43548 ktime_t max_time;[all …]
6593 struct wakeup_source { struct6594 const char *name;6595 int id;6596 struct list_head entry;6597 spinlock_t lock;6598 struct wake_irq *wakeirq;6599 struct timer_list timer;6600 long unsigned int timer_expires;6601 ktime_t total_time;6602 ktime_t max_time;[all …]
5670 struct wakeup_source { struct5671 const char *name;5672 int id;5673 struct list_head entry;5674 spinlock_t lock;5675 struct wake_irq *wakeirq;5676 struct timer_list timer;5677 long unsigned int timer_expires;5678 ktime_t total_time;5679 ktime_t max_time;[all …]
6347 struct wakeup_source { struct6348 const char *name;6349 int id;6350 struct list_head entry;6351 spinlock_t lock;6352 struct wake_irq *wakeirq;6353 struct timer_list timer;6354 long unsigned int timer_expires;6355 ktime_t total_time;6356 ktime_t max_time;[all …]