Lines Matching +full:wake +full:- +full:up
4 * SPDX-License-Identifier: Apache-2.0
21 #error "Unsupported: wakeup-button alias is not defined"
36 int pin = __builtin_ffsll(wakeup_pin_mask) - 1; in main()
38 printk("Wake up from GPIO %d\n", pin); in main()
40 printk("Wake up from GPIO\n"); in main()
51 int pin = __builtin_ffsll(wakeup_pin_mask) - 1; in main()
53 printk("Wake up from GPIO %d\n", pin); in main()
55 printk("Wake up from GPIO\n"); in main()
61 printk("Wake up from timer.\n"); in main()
86 /* enable pull-down on ext1 pins to avoid random wake-ups */ in main()
94 printk("Error: wakeup button device %s is not ready\n", wakeup_button.port->name); in main()
102 ret, wakeup_button.port->name, wakeup_button.pin); in main()