Home
last modified time | relevance | path

Searched refs:device_reboot_now (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/recovery/
H A Drecovery_ui.h33 extern int device_reboot_now(volatile char* key_pressed, int key_code);
H A Ddefault_recovery_ui.c46 int device_reboot_now(volatile char* key_pressed, int key_code) in device_reboot_now() function
H A Dui.c307 if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { in input_callback()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Drecovery_ui.h33 extern int device_reboot_now(volatile char* key_pressed, int key_code);
H A Dui.c364 if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) { in input_callback()