Home
last modified time | relevance | path

Searched refs:getc (Results 51 – 75 of 99) sorted by relevance

1234

/openbmc/u-boot/cmd/
H A Dbootmenu.c99 c = getc(); in bootmenu_autoboot_loop()
141 c = getc(); in bootmenu_loop()
/openbmc/u-boot/drivers/serial/
H A Dserial_sti_asc.c192 .getc = sti_asc_serial_getc,
H A Dserial_uniphier.c161 .getc = uniphier_serial_getc,
H A Dserial_bcm283x_mu.c136 .getc = bcm283x_mu_serial_getc,
H A Dserial_pic32.c164 .getc = pic32_uart_getc,
H A Dserial_s5p.c197 .getc = s5p_serial_getc,
H A Dserial_linflexuart.c183 .getc = linflex_serial_getc,
H A Dsandbox.c241 .getc = sandbox_serial_getc,
H A Dserial_ns16550.c115 .getc = eserial##port##_getc, \
H A Dserial_zynq.c194 .getc = zynq_serial_getc,
H A Dserial_sifive.c197 .getc = sifive_serial_getc,
H A Dserial_ar933x.c176 .getc = ar933x_serial_getc,
H A Dserial_msm.c151 .getc = msm_serial_getc,
H A Dserial_bcm6345.c250 .getc = bcm6345_serial_getc,
H A Dserial_mtk.c218 .getc = mtk_serial_getc,
H A Dserial_mpc8xx.c241 .getc = serial_mpc8xx_getc,
/openbmc/u-boot/board/kosagi/novena/
H A Dnovena.c82 .getc = novena_gpio_button_getc, in drv_keyboard_init()
/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c32 return (getc()); in getcymodem()
/openbmc/linux/arch/alpha/lib/
H A Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/openbmc/u-boot/api/
H A DREADME32 - console related (getc, putc, tstc etc.)
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch20 while ((datum = getc (pipe)) != EOF)
/openbmc/qemu/replay/
H A Dreplay-internal.c95 int r = getc(replay_file); in replay_get_byte()
/openbmc/linux/arch/powerpc/boot/
H A Dcpm-serial.c291 scdp->getc = cpm_serial_getc; in cpm_console_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dserial_scc.c248 .getc = mpc85xx_serial_getc,
/openbmc/u-boot/drivers/net/
H A Dnetconsole.c337 dev.getc = nc_stdio_getc; in drv_nc_init()

1234