Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c218 if (priv->escape_len >= sizeof(priv->escape_buf)) in vidconsole_escape_char()
245 priv->escape_buf[priv->escape_len++] = ch; in vidconsole_escape_char()
265 char *s = priv->escape_buf; in vidconsole_escape_char()
300 parsenum(priv->escape_buf + 1, &mode); in vidconsole_escape_char()
314 char *s = priv->escape_buf; in vidconsole_escape_char()
315 char *end = &priv->escape_buf[priv->escape_len]; in vidconsole_escape_char()
385 priv->escape_len, priv->escape_buf); in vidconsole_escape_char()
/openbmc/u-boot/include/
H A Dvideo_console.h84 char escape_buf[32]; member