Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/boot/
Dserial.c49 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()
144 if (serial_cd.getc) in serial_console_init()
Dmpc52xx-psc.c60 scdp->getc = psc_getc; in mpc5200_psc_console_init()
Duartlite.c75 scdp->getc = uartlite_getc; in uartlite_console_init()
Dns16550.c73 scdp->getc = ns16550_getc; in ns16550_console_init()
Dmpsc.c161 scdp->getc = mpsc_getc; in mpsc_console_init()
Dcpm-serial.c290 scdp->getc = cpm_serial_getc; in cpm_console_init()
Dops.h71 unsigned char (*getc)(void); member
/linux-2.6.39/sound/oss/
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-2.6.39/arch/alpha/lib/
Dcallback_srm.S84 CALLBACK(getc, CCB_GETC, 2)
/linux-2.6.39/tools/perf/
Dbuiltin-top.c495 c = getc(stdin); in handle_keypress()
617 getc(stdin); in display_thread()
623 c = getc(stdin); in display_thread()
/linux-2.6.39/scripts/dtc/
Ddtc-lexer.lex.c_shipped222 * if we're using stdio for input, then we want to use getc()
715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/linux-2.6.39/scripts/genksyms/
Dlex.c_shipped267 * if we're using stdio for input, then we want to use getc()
804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/linux-2.6.39/scripts/kconfig/
Dlex.zconf.c_shipped240 * if we're using stdio for input, then we want to use getc()