Searched defs:cch (Results 1 – 8 of 8) sorted by relevance
| /u-boot/common/ |
| A D | cli_getch.c | 27 void cli_ch_init(struct cli_ch_state *cch) in cli_ch_init() 40 static int cli_ch_esc(struct cli_ch_state *cch, int ichar, in cli_ch_esc() 135 int cli_ch_process(struct cli_ch_state *cch, int ichar) in cli_ch_process()
|
| A D | menu.c | 431 struct cli_ch_state *cch) in bootmenu_autoboot_loop() 527 struct cli_ch_state *cch) in bootmenu_loop()
|
| A D | cli_readline.c | 254 struct cli_ch_state s_cch, *cch = &s_cch; in cread_line() local
|
| /u-boot/test/common/ |
| A D | cread.c | 14 struct cli_ch_state s_cch, *cch = &s_cch; in cli_ch_test() local
|
| /u-boot/boot/ |
| A D | bootflow_menu.c | 172 struct cli_ch_state s_cch, *cch = &s_cch; in bootflow_menu_run() local
|
| /u-boot/cmd/ |
| A D | 2048.c | 331 struct cli_ch_state cch_s, *cch = &cch_s; in do_2048() local
|
| A D | bootmenu.c | 88 struct cli_ch_state s_cch, *cch = &s_cch; in bootmenu_choice_entry() local
|
| A D | eficonfig.c | 233 struct cli_ch_state s_cch, *cch = &s_cch; in eficonfig_choice_entry() local 1932 struct cli_ch_state s_cch, *cch = &s_cch; in eficonfig_choice_change_boot_order() local
|
Completed in 20 milliseconds