Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 16 of 16) sorted by relevance

/linux/arch/mips/boot/compressed/
H A Duart-prom.c6 void putc(char c) in putc() function
H A Duart-alchemy.c6 void putc(char c) in putc() function
H A Ddecompress.h14 #define putc(s) do {} while (0) macro
H A Ddbg.c14 void __weak putc(char c) in putc() function
H A Duart-16550.c46 void putc(char c) in putc() function
/linux/arch/arm/include/debug/
H A Duncompress.h5 static inline void putc(int c) {} in putc() function
/linux/arch/arm/mach-footbridge/include/mach/
H A Duncompress.h15 static inline void putc(char c) in putc() function
/linux/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h23 static inline void putc(int c) in putc() function
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcspushm.S42 .globl putc symbol
H A Dgcsstr.S44 .globl putc symbol
H A Dgcs-stress-thread.S54 .globl putc symbol
/linux/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S24 .globl putc symbol
/linux/arch/arm/boot/compressed/
H A Dmisc.c87 #define putc(ch) icedcc_putc(ch) macro
H A Dhead.S1379 putc: label
/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h76 static inline void putc(int c) in putc() function
/linux/arch/powerpc/boot/
H A Dops.h69 void (*putc)(unsigned char c); member