Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/
Dconsole.h75 int console_getc(void);
/external/u-boot/common/
Dconsole.c186 static int console_getc(int file) in console_getc() function
262 static inline int console_getc(int file) in console_getc() function
330 return console_getc(file); in fgetc()
334 return console_getc(file); in fgetc()
/external/arm-trusted-firmware/drivers/console/
Dmulti_console.c102 int console_getc(void) in console_getc() function