Home
last modified time | relevance | path

Searched refs:tstc (Results 1 – 25 of 49) sorted by relevance

12

/u-boot/cmd/
A Dconitrace.c21 while (tstc()) in do_conitrace()
35 if (!tstc()) { in do_conitrace()
A Dterminal.c38 if (stdio_devices[0]->tstc(stdio_devices[0])) { in do_terminal()
62 if (dev->tstc(dev)) { in do_terminal()
A Dload.c111 if (tstc()) { in do_load_serial()
567 if (tstc()) { in load_serial_bin()
997 if (tstc()) in getcxmodem()
/u-boot/drivers/input/
A Dkeyboard-uclass.c44 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 Dautoboot.c95 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 Dconsole.c197 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 Dstdio.c72 dev.tstc = nulldev_input; in nulldev_register()
124 dev.tstc = stdio_serial_tstc; in drv_system_init()
A Dmenu.c443 if (!tstc()) { in bootmenu_autoboot_loop()
534 while (!c && !tstc()) { in bootmenu_loop()
/u-boot/drivers/serial/
A Dserial.c154 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 Dserial_semihosting.c173 .tstc = smh_serial_tstc,
A Dserial_ns16550.c113 .tstc = eserial##port##_tstc, \
/u-boot/test/dm/
A Dusb.c432 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 Dhello_world.c29 while (!tstc()) in hello_world()
A Dsched.c118 if (tstc () && getc () == 0x3) { in sched()
150 if (tstc () && getc () == 0x3) { in testthread()
/u-boot/include/
A Dkeyboard.h50 int (*tstc)(struct udevice *dev); member
A D_exports.h12 EXPORT_FUNC(tstc, int, tstc, void)
A Dstdio.h9 int tstc(void);
A Dstdio_dev.h51 int (*tstc)(struct stdio_dev *dev); member
A Dexports.h31 int tstc(void);
A Dserial.h14 int (*tstc)(void); member
/u-boot/boot/
A Dbootretry.c44 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
/u-boot/lib/efi_loader/
A Defi_console.c95 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 DREADME.console44 tstc (to test for the presence of a char in stdin)
56 ftstc (like tstc but redirected to a file)
A DREADME.iomux41 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 DREADME32 - console related (getc, putc, tstc etc.)

Completed in 41 milliseconds

12