Searched defs:putc (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/boot/compressed/
H A Duart-alchemy.c6 void putc(char c) function
H A Duart-prom.c6 void putc(char c) function
H A Ddecompress.h14 #define putc(s) do {} while (0) macro
H A Ddbg.c14 void __weak putc(char c) function
H A Duart-16550.c41 void putc(char c) function
/linux-master/arch/arm/include/debug/
H A Duncompress.h5 static inline void putc(int c) {} function
/linux-master/arch/arm/mach-footbridge/include/mach/
H A Duncompress.h15 static inline void putc(char c) function
/linux-master/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h23 static inline void putc(int c) function
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h76 static inline void putc(int c) function
/linux-master/arch/arm/boot/compressed/
H A Dmisc.c87 #define putc(ch) icedcc_putc(ch) macro
H A Dhead.S1379 putc: label
/linux-master/tools/include/nolibc/
H A Dstdio.h121 #define putc(c, stream) fputc(c, stream) macro
/linux-master/arch/powerpc/boot/
H A Dops.h69 void (*putc)(unsigned char c); member in struct:serial_console_data

Completed in 146 milliseconds