Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/sound/oss/
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-4.4.14/arch/alpha/lib/
Dcallback_srm.S84 CALLBACK(getc, CCB_GETC, 2)
/linux-4.4.14/tools/perf/
Dbuiltin-top.c449 c = getc(stdin); in perf_top__handle_keypress()
625 getc(stdin); in display_thread()
641 c = getc(stdin); in display_thread()
Dbuiltin-kvm.c894 c = getc(stdin); in perf_kvm__handle_stdin()
/linux-4.4.14/scripts/kconfig/
Dconfdata.c223 int c = getc(stream); in compat_getline()
Dzconf.lex.c_shipped240 * if we're using stdio for input, then we want to use getc()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped223 * if we're using stdio for input, then we want to use getc()
773 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped212 * if we're using stdio for input, then we want to use getc()
676 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \