Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dhotkey.h9 enum hotkey_t { enum
24 bool is_hotkey(enum hotkey_t id);
25 void hotkey_run(enum hotkey_t id);
27 static inline bool is_hotkey(enum hotkey_t id) { return false; } in is_hotkey()
28 static inline void hotkey_run(enum hotkey_t id) { } in hotkey_run()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dhotkey.c26 bool is_hotkey(enum hotkey_t id) in is_hotkey()
52 void hotkey_run(enum hotkey_t id) in hotkey_run()