Searched refs:tstc (Results 1 – 25 of 49) 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 | 38 if (stdio_devices[0]->tstc(stdio_devices[0])) { in do_terminal() 62 if (dev->tstc(dev)) { in do_terminal()
|
| A D | load.c | 111 if (tstc()) { in do_load_serial() 567 if (tstc()) { in load_serial_bin() 997 if (tstc()) in getcxmodem()
|
| /u-boot/drivers/input/ |
| A D | keyboard-uclass.c | 44 else if (ops->tstc) in keyboard_tstc() 45 return ops->tstc(dev); in keyboard_tstc() 74 sdev->tstc = keyboard_tstc; in keyboard_pre_probe()
|
| /u-boot/common/ |
| A D | autoboot.c | 95 if (tstc()) { in passwd_abort_crypt() 196 if (tstc()) { in passwd_abort_sha256() 275 if (tstc()) { in passwd_abort_key() 313 while (tstc()) in flush_stdin() 380 if (tstc()) { /* we got a key press */ in abortboot_single_key() 391 if (tstc()) { /* we got a key press */ in abortboot_single_key()
|
| A D | console.c | 197 gd->jt->tstc = tstc; in console_setfile() 305 if (dev->tstc != NULL) { in console_tstc() 306 ret = dev->tstc(dev); in console_tstc() 410 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc() 603 int tstc(void) in tstc() function 866 if (tstc()) { in ctrlc() 888 while (tstc()) in confirm_yesno() 1056 gd->jt->tstc = serial_tstc; in console_init_r()
|
| A D | stdio.c | 72 dev.tstc = nulldev_input; in nulldev_register() 124 dev.tstc = stdio_serial_tstc; in drv_system_init()
|
| A D | menu.c | 443 if (!tstc()) { in bootmenu_autoboot_loop() 534 while (!c && !tstc()) { in bootmenu_loop()
|
| /u-boot/drivers/serial/ |
| A D | serial.c | 154 if (dev->tstc) in serial_register() 155 dev->tstc += gd->reloc_off; in serial_register() 232 return dev->tstc(); in serial_stub_tstc() 258 dev.tstc = serial_stub_tstc; in serial_stdio_init() 405 return get_current()->tstc(); in serial_tstc()
|
| A D | serial_semihosting.c | 173 .tstc = smh_serial_tstc,
|
| A D | serial_ns16550.c | 113 .tstc = eserial##port##_tstc, \
|
| /u-boot/test/dm/ |
| A D | usb.c | 432 ut_asserteq(0, tstc()); in dm_test_usb_keyb() 451 ut_asserteq(1, tstc()); in dm_test_usb_keyb() 454 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
|
| /u-boot/examples/standalone/ |
| A D | hello_world.c | 29 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 | 51 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/boot/ |
| A D | bootretry.c | 44 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_console.c | 95 while (!tstc()) in term_get_char() 291 while (tstc()) in query_console_serial() 769 if (!tstc()) { in efi_cin_read_key() 932 if (tstc()) { in efi_cin_check() 952 while (tstc()) in efi_cin_empty_buffer()
|
| /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 41 milliseconds
12