Home
last modified time | relevance | path

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

12

/u-boot/cmd/
A Dconitrace.c21 while (tstc()) in do_conitrace()
35 if (!tstc()) { in do_conitrace()
A Dterminal.c36 if (stdio_devices[0]->tstc()) { in do_terminal()
60 if (dev->tstc()) { in do_terminal()
A Dbootmenu.c96 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 Dload.c107 if (tstc()) { in do_load_serial()
532 if (tstc()) { in load_serial_bin()
959 if (tstc()) in getcxmodem()
/u-boot/drivers/input/
A Dkeyboard-uclass.c42 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 Dserial.c153 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 Dserial_ns16550.c113 .tstc = eserial##port##_tstc, \
/u-boot/test/dm/
A Dusb.c410 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 Dautoboot.c121 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 Dconsole.c190 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 Dbootretry.c48 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
A Dstdio.c72 dev.tstc = nulldev_input; in nulldev_register()
116 dev.tstc = stdio_serial_tstc; in drv_system_init()
/u-boot/examples/standalone/
A Dhello_world.c30 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.h44 int (*tstc)(struct stdio_dev *dev); member
A Dexports.h31 int tstc(void);
A Dserial.h14 int (*tstc)(void); member
/u-boot/lib/efi_loader/
A Defi_console.c76 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 Dnovena.c90 .tstc = novena_gpio_button_tstc, in drv_keyboard_init()
/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 32 milliseconds

12