Home
last modified time | relevance | path

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

/external/u-boot/common/
Dconsole.c175 static struct stdio_dev *tstcdev; variable
190 ret = tstcdev->getc(tstcdev); in console_getc()
191 tstcdev = NULL; in console_getc()
206 tstcdev = dev; in console_tstc()
323 if (tstcdev != NULL) in fgetc()