Home
last modified time | relevance | path

Searched refs:__dcc_putchar (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/hvc/
H A Dhvc_dcc.c37 __dcc_putchar(ch); in dcc_uart_console_putchar()
73 __dcc_putchar(buf[i]); in hvc_dcc_put_chars()
116 __dcc_putchar('\n'); in hvc_dcc_check()
/linux/arch/arm/include/asm/
H A Ddcc.h27 static inline void __dcc_putchar(char c) in __dcc_putchar() function
/linux/arch/arm64/include/asm/
H A Ddcc.h4 * A call to __dcc_getchar() or __dcc_putchar() is typically followed by
31 static inline void __dcc_putchar(char c) in __dcc_putchar() function