Home
last modified time | relevance | path

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

12

/external/u-boot/test/dm/
Dusb.c126 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
136 ut_asserteq(1, tstc()); in dm_test_usb_keyb()
138 ut_asserteq(1, tstc()); in dm_test_usb_keyb()
140 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
/external/u-boot/drivers/serial/
Dserial.c143 if (dev->tstc) in serial_register()
144 dev->tstc += gd->reloc_off; in serial_register()
219 return dev->tstc(); in serial_stub_tstc()
245 dev.tstc = serial_stub_tstc; in serial_stdio_init()
392 return get_current()->tstc(); in serial_tstc()
/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/common/
Dconsole.c133 gd->jt->tstc = tstc; in console_setfile()
203 if (dev->tstc != NULL) { in console_tstc()
204 ret = dev->tstc(dev); in console_tstc()
265 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()
411 int tstc(void) in tstc() function
608 if (tstc()) { in ctrlc()
631 while (tstc()) in confirm_yesno()
791 gd->jt->tstc = serial_tstc; in console_init_r()
Dautoboot.c83 if (tstc()) { in passwd_abort()
148 if (tstc()) { in passwd_abort()
225 if (tstc()) { /* we got a key press */ in __abortboot()
236 if (tstc()) { /* we got a key press */ in __abortboot()
Dbootretry.c46 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
Dstdio.c94 dev.tstc = stdio_serial_tstc; in drv_system_init()
105 dev.tstc = nulldev_input; in drv_system_init()
Dcli_readline.c266 while (!tstc()) { /* while no incoming data */ in cread_line()
569 while (!tstc()) { in cli_readline_into_buffer()
/external/u-boot/cmd/
Dterminal.c36 if (stdio_devices[0]->tstc()) { in do_terminal()
60 if (dev->tstc()) { in do_terminal()
Dbootmenu.c92 if (!tstc()) { in bootmenu_autoboot_loop()
136 while (!tstc()) { in bootmenu_loop()
Dload.c97 if (tstc()) { in do_load_serial()
522 if (tstc()) { in load_serial_bin()
949 if (tstc()) in getcxmodem()
/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.h15 int tstc(void);
Dserial.h14 int (*tstc)(void); member
/external/u-boot/lib/efi_loader/
Defi_console.c195 while (tstc()) in query_console_serial()
202 while (!tstc()) in query_console_serial()
444 if (!tstc()) { in efi_cin_read_key_stroke()
566 if (tstc()) { in efi_console_timer_notify()
/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/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/arch/mips/mach-au1x00/
Dau1x00_serial.c119 .tstc = au1x00_serial_tstc,
/external/u-boot/common/spl/
Dspl_ymodem.c32 if (tstc()) in getcymodem()

12