Searched refs:post_hotkeys_pressed (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dpost.h121 extern int post_hotkeys_pressed(void);
/u-boot/board/keymile/pg-wcom-ls102xa/
H A Dpg-wcom-ls102xa.c162 int post_hotkeys_pressed(void) function
/u-boot/post/
H A Dpost.c49 * Supply a default implementation for post_hotkeys_pressed() for boards
56 __weak int post_hotkeys_pressed(void) function
83 if (post_hotkeys_pressed() && !(bootmode & POST_POWERTEST))
/u-boot/board/keymile/kmcent2/
H A Dkmcent2.c347 int post_hotkeys_pressed(void) function
/u-boot/board/keymile/km83xx/
H A Dkm83xx.c301 int post_hotkeys_pressed(void) function
308 debug("post_hotkeys_pressed: %d\n", !testpin);
/u-boot/board/keymile/common/
H A Dcommon.c404 testpin = post_hotkeys_pressed();

Completed in 97 milliseconds