Searched refs:is_hotkey (Results 1 – 7 of 7) sorted by relevance
24 bool is_hotkey(enum hotkey_t id);27 static inline bool is_hotkey(enum hotkey_t id) { return false; } in is_hotkey() function
333 if (rockchip_dnl_key_pressed() || is_hotkey(HK_ROCKUSB_DNL)) { in setup_download_mode()335 is_hotkey(HK_ROCKUSB_DNL) ? "hot" : ""); in setup_download_mode()350 } else if (is_hotkey(HK_FASTBOOT)) { in setup_download_mode()
26 bool is_hotkey(enum hotkey_t id) in is_hotkey() function