Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 25 of 79) sorted by relevance

1234

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_console.c102 c = getc(); in term_read_reply()
105 c = getc(); in term_read_reply()
111 c = getc(); in term_read_reply()
207 getc(); in efi_cout_query_mode()
362 ch = getc(); in efi_cin_read_key_stroke()
365 ch = getc(); in efi_cin_read_key_stroke()
371 pressed_key.scan_code = getc() - 'P' + 11; in efi_cin_read_key_stroke()
377 ch = getc(); in efi_cin_read_key_stroke()
389 pressed_key.scan_code = getc() - '0' + 11; in efi_cin_read_key_stroke()
390 getc(); in efi_cin_read_key_stroke()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dload.c80 if (getc() == '\r') in do_load_serial()
101 (void) getc(); in do_load_serial()
123 if (getc() == 0x1B) /* ESC */ in do_load_serial()
211 c = getc(); /* read character */ in read_record()
228 if (gd->jt->getc != getc) { in read_record()
274 if (getc() == '\r') in do_save_serial()
286 if (getc() == '\r') in do_save_serial()
303 if (getc() == 0x1B) /* ESC */ in do_save_serial()
457 if (getc() == '\r') in do_load_serial_bin()
509 if (getc() == 0x1B) /* ESC */ in do_load_serial_bin()
[all …]
H A Dterminal.c38 c = stdio_devices[0]->getc(); in do_terminal()
62 c = dev->getc(); in do_terminal()
/rk3399_rockchip-uboot/drivers/input/
H A Dkeyboard-uclass.c57 else if (ops->getc) in keyboard_getc()
58 return ops->getc(dev); in keyboard_getc()
71 sdev->getc = keyboard_getc; in keyboard_pre_probe()
H A Dkeyboard.c79 kbddev.getc = kbd_getc; in kbd_init()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial.c84 if (getc() == '\r') in on_baudrate()
174 if (dev->getc) in serial_register()
175 dev->getc += gd->reloc_off; in serial_register()
277 return dev->getc(); in serial_stub_getc()
309 dev.getc = serial_stub_getc; in serial_stdio_init()
442 return get_current()->getc(); in serial_getc()
H A Dserial-uclass.c181 err = ops->getc(dev); in __serial_getc()
428 if (getc() == '\r') in on_baudrate()
456 if (ops->getc) in serial_post_probe()
457 ops->getc += gd->reloc_off; in serial_post_probe()
486 sdev.getc = serial_stub_getc; in serial_post_probe()
H A Dmcfuart.c141 .getc = mcf_serial_getc,
219 .getc = coldfire_serial_getc,
H A Dserial_pxa.c216 .getc = uart##_getc, \
331 .getc = pxa_serial_getc,
H A Dlpc32xx_hsuart.c102 .getc = lpc32xx_serial_getc,
/rk3399_rockchip-uboot/common/
H A Dautoboot.c88 presskey[presskey_len++] = getc(); in passwd_abort()
150 presskey[presskey_len++] = getc(); in passwd_abort()
155 presskey[i] = getc(); in passwd_abort()
230 (void) getc(); /* consume input */
H A Dconsole.c140 gd->jt->getc = getc; in console_setfile()
198 ret = tstcdev->getc(tstcdev); in console_getc()
280 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()
415 int getc(void) in getc() function
679 switch (getc()) { in ctrlc()
702 getc(); in confirm_yesno()
705 str_input[i] = getc(); in confirm_yesno()
862 gd->jt->getc = serial_getc; in console_init_r()
H A Dstdio.c104 dev.getc = stdio_serial_getc; in drv_system_init()
116 dev.getc = nulldev_input; in drv_system_init()
/rk3399_rockchip-uboot/include/
H A Dserial.h13 int (*getc)(void); member
99 int (*getc)(struct udevice *dev); member
H A D_exports.h11 EXPORT_FUNC(getc, int, getc, void)
H A DxyzModem.h66 void xyzModem_stream_terminate(bool method, int (*getc)(void));
H A Dkeyboard.h63 int (*getc)(struct udevice *dev); member
H A Dstdio.h8 int getc(void);
H A Dexports.h13 int getc(void);
H A Dstdio_dev.h46 int (*getc)(struct stdio_dev *dev); /* To get that char */ member
/rk3399_rockchip-uboot/examples/standalone/
H A Dhello_world.c34 (void) getc(); in hello_world()
H A Dsmc911x_eeprom.c28 return (tstc() && getc() == 0x03); in smsc_ctrlc()
280 c = getc(); in getline()
/rk3399_rockchip-uboot/tools/
H A Dgetline.c43 register int c = getc(stream); in getstr()
/rk3399_rockchip-uboot/test/dm/
H A Dusb.c293 ut_asserteq('a', getc()); in dm_test_usb_keyb()
295 ut_asserteq('b', getc()); in dm_test_usb_keyb()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_serial.c119 .getc = au1x00_serial_getc,

1234