Searched refs:tstc (Results 1 – 25 of 46) sorted by relevance
12
/u-boot/cmd/ |
A D | conitrace.c | 21 while (tstc()) in do_conitrace() 35 if (!tstc()) { in do_conitrace()
|
A D | terminal.c | 36 if (stdio_devices[0]->tstc()) { in do_terminal() 60 if (dev->tstc()) { in do_terminal()
|
A D | bootmenu.c | 96 if (!tstc()) { in bootmenu_autoboot_loop() 144 if (tstc()) { in bootmenu_loop() 149 if (tstc()) in bootmenu_loop() 155 while (!tstc()) { in bootmenu_loop()
|
A D | load.c | 107 if (tstc()) { in do_load_serial() 532 if (tstc()) { in load_serial_bin() 959 if (tstc()) in getcxmodem()
|
/u-boot/drivers/input/ |
A D | keyboard-uclass.c | 42 else if (ops->tstc) in keyboard_tstc() 43 return ops->tstc(dev); in keyboard_tstc() 72 sdev->tstc = keyboard_tstc; in keyboard_pre_probe()
|
/u-boot/drivers/serial/ |
A D | serial.c | 153 if (dev->tstc) in serial_register() 154 dev->tstc += gd->reloc_off; in serial_register() 230 return dev->tstc(); in serial_stub_tstc() 256 dev.tstc = serial_stub_tstc; in serial_stdio_init() 403 return get_current()->tstc(); in serial_tstc()
|
A D | serial_ns16550.c | 113 .tstc = eserial##port##_tstc, \
|
/u-boot/test/dm/ |
A D | usb.c | 410 ut_asserteq(0, tstc()); in dm_test_usb_keyb() 429 ut_asserteq(1, tstc()); in dm_test_usb_keyb() 432 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
|
/u-boot/common/ |
A D | autoboot.c | 121 if (tstc()) { in passwd_abort_sha256() 199 if (tstc()) { in passwd_abort_key() 268 if (tstc()) { /* we got a key press */ in abortboot_single_key() 279 if (tstc()) { /* we got a key press */ in abortboot_single_key()
|
A D | console.c | 190 gd->jt->tstc = tstc; in console_setfile() 297 if (dev->tstc != NULL) { in console_tstc() 298 ret = dev->tstc(dev); in console_tstc() 388 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc() 564 int tstc(void) in tstc() function 774 if (tstc()) { in ctrlc() 796 while (tstc()) in confirm_yesno() 959 gd->jt->tstc = serial_tstc; in console_init_r()
|
A D | bootretry.c | 48 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
|
A D | stdio.c | 72 dev.tstc = nulldev_input; in nulldev_register() 116 dev.tstc = stdio_serial_tstc; in drv_system_init()
|
/u-boot/examples/standalone/ |
A D | hello_world.c | 30 while (!tstc()) in hello_world()
|
A D | sched.c | 118 if (tstc () && getc () == 0x3) { in sched() 150 if (tstc () && getc () == 0x3) { in testthread()
|
/u-boot/include/ |
A D | keyboard.h | 50 int (*tstc)(struct udevice *dev); member
|
A D | _exports.h | 12 EXPORT_FUNC(tstc, int, tstc, void)
|
A D | stdio.h | 9 int tstc(void);
|
A D | stdio_dev.h | 44 int (*tstc)(struct stdio_dev *dev); member
|
A D | exports.h | 31 int tstc(void);
|
A D | serial.h | 14 int (*tstc)(void); member
|
/u-boot/lib/efi_loader/ |
A D | efi_console.c | 76 while (!tstc()) in term_get_char() 272 while (tstc()) in query_console_serial() 724 if (!tstc()) { in efi_cin_read_key() 887 if (tstc()) { in efi_cin_check() 907 while (tstc()) in efi_cin_empty_buffer()
|
/u-boot/board/kosagi/novena/ |
A D | novena.c | 90 .tstc = novena_gpio_button_tstc, in drv_keyboard_init()
|
/u-boot/doc/ |
A D | README.console | 44 tstc (to test for the presence of a char in stdin) 56 ftstc (like tstc but redirected to a file)
|
A D | README.iomux | 41 the tstc() routine for every registered device, but exits immediately 75 with calling tstc() and then getc() means that copy&paste will normally not
|
/u-boot/api/ |
A D | README | 32 - console related (getc, putc, tstc etc.)
|
Completed in 32 milliseconds
12