Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Dserial.c47 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()
146 if (serial_cd.getc) in serial_console_init()
H A Dmpc52xx-psc.c61 scdp->getc = psc_getc; in mpc5200_psc_console_init()
H A Dns16550.c79 scdp->getc = ns16550_getc; in ns16550_console_init()
H A Dcpm-serial.c291 scdp->getc = cpm_serial_getc; in cpm_console_init()
H A Dops.h70 unsigned char (*getc)(void); member
/linux/arch/alpha/lib/
H A Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/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()
/linux/tools/perf/
H A Dbuiltin-top.c507 c = getc(stdin); in perf_top__handle_keypress()
699 getc(stdin); in display_thread()
715 c = getc(stdin); in display_thread()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6366 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()
6546 switch (getc(stdin)) { in do_sleep()