Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dconsole.c175 static struct stdio_dev *tstcdev; variable
190 ret = tstcdev->getc(tstcdev); in console_getc()
191 tstcdev = NULL; in console_getc()
207 tstcdev = dev; in console_tstc()
324 if (tstcdev != NULL) in fgetc()