Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/boot/
Dserial.c47 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()
146 if (serial_cd.getc) in serial_console_init()
Dmpc52xx-psc.c61 scdp->getc = psc_getc; in mpc5200_psc_console_init()
Dns16550.c79 scdp->getc = ns16550_getc; in ns16550_console_init()
Dcpm-serial.c291 scdp->getc = cpm_serial_getc; in cpm_console_init()
Dops.h70 unsigned char (*getc)(void); member
/Linux-v6.1/tools/testing/selftests/user_events/
Dperf_test.c70 c = getc(fp); in get_offset()
Dftrace_test.c61 c = getc(fp); in skip_until_empty_line()
/Linux-v6.1/arch/alpha/lib/
Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/Linux-v6.1/tools/include/nolibc/
Dstdio.h38 #define getc(stream) fgetc(stream) macro
/Linux-v6.1/tools/perf/
Dbuiltin-top.c504 c = getc(stdin); in perf_top__handle_keypress()
696 getc(stdin); in display_thread()
712 c = getc(stdin); in display_thread()
Dbuiltin-kvm.c935 c = getc(stdin); in perf_kvm__handle_stdin()
/Linux-v6.1/scripts/kconfig/
Dconfdata.c316 int c = getc(stream); in compat_getline()
/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c3161 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()
3374 switch (getc(stdin)) { in do_sleep()