Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/input/
Dkeyboard-uclass.c41 else if (ops->tstc) in keyboard_tstc()
42 return ops->tstc(dev); in keyboard_tstc()
71 sdev->tstc = keyboard_tstc; in keyboard_pre_probe()
/external/u-boot/drivers/serial/
Dserial.c150 if (dev->tstc) in serial_register()
151 dev->tstc += gd->reloc_off; in serial_register()
225 return dev->tstc(); in serial_stub_tstc()
251 dev.tstc = serial_stub_tstc; in serial_stdio_init()
398 return get_current()->tstc(); in serial_tstc()
/external/u-boot/cmd/
Dconitrace.c20 while (tstc()) in do_conitrace()
34 if (!tstc()) { in do_conitrace()
Dterminal.c36 if (stdio_devices[0]->tstc()) { in do_terminal()
60 if (dev->tstc()) { in do_terminal()
Dload.c100 if (tstc()) { in do_load_serial()
525 if (tstc()) { in load_serial_bin()
952 if (tstc()) in getcxmodem()
Dbootmenu.c93 if (!tstc()) { in bootmenu_autoboot_loop()
137 while (!tstc()) { in bootmenu_loop()
/external/u-boot/common/
Dconsole.c134 gd->jt->tstc = tstc; in console_setfile()
205 if (dev->tstc != NULL) { in console_tstc()
206 ret = dev->tstc(dev); in console_tstc()
269 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()
418 int tstc(void) in tstc() function
632 if (tstc()) { in ctrlc()
654 while (tstc()) in confirm_yesno()
829 gd->jt->tstc = serial_tstc; in console_init_r()
Dautoboot.c109 if (tstc()) { in passwd_abort_sha256()
187 if (tstc()) { in passwd_abort_key()
256 if (tstc()) { /* we got a key press */ in abortboot_single_key()
267 if (tstc()) { /* we got a key press */ in abortboot_single_key()
Dbootretry.c48 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
Dstdio.c95 dev.tstc = stdio_serial_tstc; in drv_system_init()
106 dev.tstc = nulldev_input; in drv_system_init()
DxyzModem.c68 while (!tstc ()) in CYGACC_COMM_IF_GETC_TIMEOUT()
73 if (tstc ()) in CYGACC_COMM_IF_GETC_TIMEOUT()
/external/u-boot/test/dm/
Dusb.c386 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
405 ut_asserteq(1, tstc()); in dm_test_usb_keyb()
408 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
/external/u-boot/include/
D_exports.h12 EXPORT_FUNC(tstc, int, tstc, void)
Dkeyboard.h50 int (*tstc)(struct udevice *dev); member
Dstdio.h9 int tstc(void);
Dstdio_dev.h42 int (*tstc)(struct stdio_dev *dev); member
Dexports.h19 int tstc(void);
Dserial.h14 int (*tstc)(void); member
/external/u-boot/examples/standalone/
Dhello_world.c30 while (!tstc()) in hello_world()
Dsmc911x_eeprom.c28 return (tstc() && getc() == 0x03); in smsc_ctrlc()
277 while (!tstc()) in getline()
Dsched.c118 if (tstc () && getc () == 0x3) { in sched()
150 if (tstc () && getc () == 0x3) { in testthread()
/external/u-boot/lib/efi_loader/
Defi_console.c74 while (!tstc()) in term_get_char()
233 while (tstc()) in query_console_serial()
729 if (tstc()) { in efi_cin_check()
749 while (tstc()) in efi_cin_empty_buffer()
/external/u-boot/doc/
DREADME.console44 tstc (to test for the presence of a char in stdin)
56 ftstc (like tstc but redirected to a file)
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
/external/u-boot/board/kosagi/novena/
Dnovena.c88 .tstc = novena_gpio_button_tstc, in drv_keyboard_init()

12