Home
last modified time | relevance | path

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

/external/u-boot/common/
Dconsole.c176 static struct stdio_dev *tstcdev; variable
191 ret = tstcdev->getc(tstcdev); in console_getc()
192 tstcdev = NULL; in console_getc()
208 tstcdev = dev; in console_tstc()
329 if (tstcdev != NULL) in fgetc()