Searched refs:escape_len (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/video/
H A Dvidconsole-uclass.c182 if (priv->escape_len >= sizeof(priv->escape_buf))
184 if (priv->escape_len == 0) {
209 priv->escape_buf[priv->escape_len++] = ch;
342 char *end = &priv->escape_buf[priv->escape_len];
421 priv->escape_len, priv->escape_buf);
469 priv->escape_len = 0;
/u-boot/include/
H A Dvideo_console.h42 * @escape_len: Length of accumulated escape sequence so far
66 int escape_len; member in struct:vidconsole_priv

Completed in 39 milliseconds