Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Ddcc.h16 static inline char __dcc_getchar(void) in __dcc_getchar() function
/openbmc/linux/arch/arm64/include/asm/
H A Ddcc.h23 static inline char __dcc_getchar(void) in __dcc_getchar() function
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c77 buf[i] = __dcc_getchar(); in hvc_dcc_get_chars()