Home
last modified time | relevance | path

Searched refs:console_evt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dhotkey.c30 return gd->console_evt == CTRL_P; in is_hotkey()
32 return gd->console_evt == CTRL_I; in is_hotkey()
34 return gd->console_evt == CTRL_R; in is_hotkey()
36 return gd->console_evt == CTRL_M; in is_hotkey()
38 return gd->console_evt == CTRL_B; in is_hotkey()
41 return gd->console_evt == CTRL_D; in is_hotkey()
43 return gd->console_evt == CTRL_F; in is_hotkey()
56 if (gd->console_evt == CTRL_M) { in hotkey_run()
62 if (gd->console_evt == CTRL_P) in hotkey_run()
66 if (gd->console_evt == CTRL_I) in hotkey_run()
[all …]
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h142 int console_evt; /* Console event, maybe some hotkey */ member