| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | keyboard-uclass.c | 42 else if (ops->tstc) in keyboard_tstc() 43 return ops->tstc(dev); in keyboard_tstc() 72 sdev->tstc = keyboard_tstc; in keyboard_pre_probe()
|
| H A D | keyboard.c | 80 kbddev.tstc = kbd_testc; in kbd_init()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | terminal.c | 37 if (stdio_devices[0]->tstc()) { in do_terminal() 61 if (dev->tstc()) { in do_terminal()
|
| H A D | bootmenu.c | 93 if (!tstc()) { in bootmenu_autoboot_loop() 137 while (!tstc()) { in bootmenu_loop()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | usb.c | 282 ut_asserteq(0, tstc()); in dm_test_usb_keyb() 292 ut_asserteq(1, tstc()); in dm_test_usb_keyb() 294 ut_asserteq(1, tstc()); in dm_test_usb_keyb() 296 ut_asserteq(0, tstc()); in dm_test_usb_keyb()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial.c | 176 if (dev->tstc) in serial_register() 177 dev->tstc += gd->reloc_off; in serial_register() 284 return dev->tstc(); in serial_stub_tstc() 310 dev.tstc = serial_stub_tstc; in serial_stdio_init() 457 return get_current()->tstc(); in serial_tstc()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | console.c | 141 gd->jt->tstc = tstc; in console_setfile() 211 if (dev->tstc != NULL) { in console_tstc() 212 ret = dev->tstc(dev); in console_tstc() 285 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc() 441 int tstc(void) in tstc() function 678 if (tstc()) { in ctrlc() 701 while (tstc()) in confirm_yesno() 863 gd->jt->tstc = serial_tstc; in console_init_r()
|
| H A D | bootretry.c | 47 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
|
| H A D | autoboot.c | 83 if (tstc()) { in passwd_abort() 148 if (tstc()) { in passwd_abort() 228 if (tstc()) { /* we got a key press */
|
| H A D | stdio.c | 105 dev.tstc = stdio_serial_tstc; in drv_system_init() 117 dev.tstc = nulldev_input; in drv_system_init()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | hello_world.c | 31 while (!tstc()) in hello_world()
|
| H A D | smc911x_eeprom.c | 28 return (tstc() && getc() == 0x03); in smsc_ctrlc() 277 while (!tstc()) in getline()
|
| H A D | sched.c | 120 if (tstc () && getc () == 0x3) { in sched() 152 if (tstc () && getc () == 0x3) { in testthread()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | _exports.h | 12 EXPORT_FUNC(tstc, int, tstc, void)
|
| H A D | keyboard.h | 51 int (*tstc)(struct udevice *dev); member
|
| H A D | stdio.h | 9 int tstc(void);
|
| H A D | exports.h | 14 int tstc(void);
|
| H A D | stdio_dev.h | 45 int (*tstc)(struct stdio_dev *dev); member
|
| H A D | serial.h | 14 int (*tstc)(void); member
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_console.c | 206 while (tstc()) in efi_cout_query_mode() 213 while (!tstc()) in efi_cout_query_mode() 357 if (!tstc()) { in efi_cin_read_key_stroke() 429 if (tstc()) in efi_console_timer_notify()
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_serial.c | 120 .tstc = au1x00_serial_tstc,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.console | 45 tstc (to test for the presence of a char in stdin) 57 ftstc (like tstc but redirected to a file)
|
| H A D | README.iomux | 42 the tstc() routine for every registered device, but exits immediately 76 with calling tstc() and then getc() means that copy&paste will normally not
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_ymodem.c | 33 if (tstc()) in getcymodem()
|
| /rk3399_rockchip-uboot/board/kosagi/novena/ |
| H A D | novena.c | 83 .tstc = novena_gpio_button_tstc, in drv_keyboard_init()
|