Searched refs:tstc (Results 1 – 25 of 48) sorted by relevance
12
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()
150 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()
20 while (tstc()) in do_conitrace()34 if (!tstc()) { in do_conitrace()
36 if (stdio_devices[0]->tstc()) { in do_terminal()60 if (dev->tstc()) { in do_terminal()
100 if (tstc()) { in do_load_serial()525 if (tstc()) { in load_serial_bin()952 if (tstc()) in getcxmodem()
93 if (!tstc()) { in bootmenu_autoboot_loop()137 while (!tstc()) { in bootmenu_loop()
134 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() function632 if (tstc()) { in ctrlc()654 while (tstc()) in confirm_yesno()829 gd->jt->tstc = serial_tstc; in console_init_r()
109 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()
48 while (!tstc()) { /* while no incoming data */ in bootretry_tstc_timeout()
95 dev.tstc = stdio_serial_tstc; in drv_system_init()106 dev.tstc = nulldev_input; in drv_system_init()
68 while (!tstc ()) in CYGACC_COMM_IF_GETC_TIMEOUT()73 if (tstc ()) in CYGACC_COMM_IF_GETC_TIMEOUT()
386 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()
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
19 int tstc(void);
14 int (*tstc)(void); member
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()
74 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()
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
88 .tstc = novena_gpio_button_tstc, in drv_keyboard_init()