Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
A Dserial.c49 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()
148 if (serial_cd.getc) in serial_console_init()
A Dmpc52xx-psc.c61 scdp->getc = psc_getc; in mpc5200_psc_console_init()
A Dns16550.c79 scdp->getc = ns16550_getc; in ns16550_console_init()
A Dcpm-serial.c291 scdp->getc = cpm_serial_getc; in cpm_console_init()
A Dops.h72 unsigned char (*getc)(void); member
/linux/arch/alpha/lib/
A Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/linux/tools/perf/
A Dbuiltin-top.c503 c = getc(stdin); in perf_top__handle_keypress()
695 getc(stdin); in display_thread()
711 c = getc(stdin); in display_thread()
A Dbuiltin-kvm.c934 c = getc(stdin); in perf_kvm__handle_stdin()
/linux/scripts/kconfig/
A Dconfdata.c307 int c = getc(stream); in compat_getline()
/linux/scripts/dtc/
A Ddtc-lexer.lex.c748 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/linux/tools/power/x86/turbostat/
A Dturbostat.c3103 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()
3316 switch (getc(stdin)) { in do_sleep()

Completed in 33 milliseconds