Searched refs:device_reboot_now (Results 1 – 5 of 5) sorted by relevance
33 extern int device_reboot_now(volatile char* key_pressed, int key_code);
46 int device_reboot_now(volatile char* key_pressed, int key_code) in device_reboot_now() function
307 if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { in input_callback()
364 if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { in input_callback()