Home
last modified time | relevance | path

Searched refs:K_RIGHT (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/perf/ui/
Dkeysyms.h16 #define K_RIGHT SL_KEY_RIGHT macro
Dbrowser.c412 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
441 case K_RIGHT: in ui_browser__run()
/Linux-v5.4/tools/perf/ui/browsers/
Dheader.c50 case K_RIGHT: in list_menu__run()
Dannotate.c811 case K_RIGHT: in annotate_browser__run()
Dhists.c3035 case K_RIGHT: in perf_evsel__hists_browse()
3299 case K_RIGHT: in perf_evsel_menu__run()
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c314 int key = K_RIGHT; in hists__find_annotations()
364 case K_RIGHT: in hists__find_annotations()
/Linux-v5.4/tools/perf/ui/tui/
Dutil.c37 case K_RIGHT: in popup_menu__run()
/Linux-v5.4/tools/perf/util/
Dhist.h522 #define K_RIGHT -2000 macro
/Linux-v5.4/include/uapi/linux/
Dkeyboard.h386 #define K_RIGHT K(KT_CUR,2) macro
/Linux-v5.4/drivers/staging/speakup/
Dmain.c2136 case KVAL(K_RIGHT): in speakup_key()
2189 (value == KVAL(K_RIGHT)); in speakup_key()
/Linux-v5.4/drivers/tty/vt/
Dkeyboard.c794 k_cur(vc, KVAL(K_RIGHT), 0); in k_pad()