Searched refs:tstc (Results 1 – 25 of 47) sorted by relevance
12
126 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()
143 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()
41 else if (ops->tstc) in keyboard_tstc()42 return ops->tstc(dev); in keyboard_tstc()71 sdev->tstc = keyboard_tstc; in keyboard_pre_probe()
133 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() function608 if (tstc()) { in ctrlc()631 while (tstc()) in confirm_yesno()791 gd->jt->tstc = serial_tstc; in console_init_r()
83 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()
46 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
94 dev.tstc = stdio_serial_tstc; in drv_system_init()105 dev.tstc = nulldev_input; in drv_system_init()
266 while (!tstc()) { /* while no incoming data */ in cread_line()569 while (!tstc()) { in cli_readline_into_buffer()
36 if (stdio_devices[0]->tstc()) { in do_terminal()60 if (dev->tstc()) { in do_terminal()
92 if (!tstc()) { in bootmenu_autoboot_loop()136 while (!tstc()) { in bootmenu_loop()
97 if (tstc()) { in do_load_serial()522 if (tstc()) { in load_serial_bin()949 if (tstc()) in getcxmodem()
12 EXPORT_FUNC(tstc, int, tstc, void)
50 int (*tstc)(struct udevice *dev); member
9 int tstc(void);
42 int (*tstc)(struct stdio_dev *dev); member
15 int tstc(void);
14 int (*tstc)(void); member
195 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()
30 while (!tstc()) in hello_world()
28 return (tstc() && getc() == 0x03); in smsc_ctrlc()277 while (!tstc()) in getline()
118 if (tstc () && getc () == 0x3) { in sched()150 if (tstc () && getc () == 0x3) { in testthread()
44 tstc (to test for the presence of a char in stdin)56 ftstc (like tstc but redirected to a file)
41 the tstc() routine for every registered device, but exits immediately75 with calling tstc() and then getc() means that copy&paste will normally not
119 .tstc = au1x00_serial_tstc,
32 if (tstc()) in getcymodem()