Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dvidconsole-uclass.c232 if (priv->escape_len >= sizeof(priv->escape_buf)) in vidconsole_escape_char()
259 priv->escape_buf[priv->escape_len++] = ch; in vidconsole_escape_char()
283 char *s = priv->escape_buf; in vidconsole_escape_char()
316 char *s = priv->escape_buf; in vidconsole_escape_char()
351 parsenum(priv->escape_buf + 1, &mode); in vidconsole_escape_char()
379 parsenum(priv->escape_buf + 1, &mode); in vidconsole_escape_char()
391 char *s = priv->escape_buf; in vidconsole_escape_char()
392 char *end = &priv->escape_buf[priv->escape_len]; in vidconsole_escape_char()
471 priv->escape_len, priv->escape_buf); in vidconsole_escape_char()
/u-boot/include/
A Dvideo_console.h86 char escape_buf[32]; member

Completed in 4 milliseconds