Home
last modified time | relevance | path

Searched refs:K_ENTER (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c38 case K_ENTER: in popup_menu__run()
133 while (key != K_TIMER && key != K_ENTER && key != K_ESC) { in ui_browser__input_window()
155 key = K_ENTER; in ui_browser__input_window()
/openbmc/linux/tools/perf/ui/
H A Dkeysyms.h9 #define K_ENTER '\r' macro
H A Dbrowser.c253 return key == K_ENTER || toupper(key) == 'Y'; in ui_browser__dialog_yesno()
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c179 if (keychar == K_ENTER) in kdb_get_kbd_char()
/openbmc/linux/tools/perf/ui/browsers/
H A Dmap.c55 if (err != K_ENTER) in map_browser__search()
H A Dscripts.c139 if (key != K_ENTER) { in list_scripts()
H A Dannotate.c617 delay_secs * 2) != K_ENTER || in annotate_browser__search_window()
866 case K_ENTER: in annotate_browser__run()
H A Dhists.c3158 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3197 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3217 case K_ENTER: in evsel__hists_browse()
3488 case K_ENTER: in perf_evsel_menu__run()
3693 case K_ENTER: in block_hists_tui_browse()
/openbmc/linux/include/uapi/linux/
H A Dkeyboard.h308 #define K_ENTER K(KT_SPEC,1) macro