Home
last modified time | relevance | path

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

1234

/openbmc/linux/arch/powerpc/boot/
H A Dops.h70 unsigned char (*getc)(void); member
/openbmc/linux/tools/testing/selftests/user_events/
H A Dperf_test.c65 c = getc(fp); in get_offset()
H A Dftrace_test.c58 c = getc(fp); in skip_until_empty_line()
/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c229 .getc = stm32_serial_getc,
H A Dns16550.c515 .getc = ns16550_serial_getc,
H A Dserial_lpuart.c520 .getc = lpuart_serial_getc,
H A Dusbtty.c569 usbttydev.getc = usbtty_getc; /* 'getc' function */ in drv_usbtty_init()
/openbmc/u-boot/examples/standalone/
H A Dsmc91111_eeprom.c72 c = getc (); in smc91111_eeprom()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A Dice-mcpp.patch139 + FILE_HEAD[i] = getc(fp);
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h101 #define getc(stream) fgetc(stream) macro
/openbmc/u-boot/lib/
H A Dcharset.c107 ch = getc(); in read_console()
/openbmc/u-boot/board/keymile/km_arm/
H A Dkm_arm.c212 (void) getc(); /* consume input */ in misc_init_r()
/openbmc/u-boot/api/
H A Dapi.c57 *c = getc(); in API_getc()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c506 c = getc(stdin); in perf_top__handle_keypress()
698 getc(stdin); in display_thread()
714 c = getc(stdin); in display_thread()
H A Dbuiltin-kvm.c1454 c = getc(stdin); in perf_kvm__handle_stdin()
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c165 received = getc(); in do_ast_dptest()
1191 auto_received = getc(); in Apply_Auto_Mesument()
/openbmc/u-boot/common/
H A Dusb_kbd.c513 usb_kbd_dev.getc = usb_kbd_getc;
H A DKconfig285 tstc() and getc() will use this in preference to real device input.
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmain.c634 if (tstc() && (getc() == 'd')) { /* we got a key press of 'd' */ in __fsl_ddr_sdram()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h67 #define GET_CAHR getc
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c219 int c = getc(stream); in compat_getline()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c316 int c = getc(stream); in compat_getline()
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c2177 console_dev.getc = VIDEO_GETC_FCT; /* 'getc' function */ in drv_video_init()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3164 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()
3377 switch (getc(stdin)) { in do_sleep()

1234