Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dinput.c409 int keycode, char output_ch[], int max_chars) in input_keycode_to_ansi364() argument
419 if (ch_count < max_chars) in input_keycode_to_ansi364()
453 int max_chars, int same) in input_keycodes_to_ascii() argument
491 if (ch_count < max_chars && ch != 0xff) in input_keycodes_to_ascii()
495 output_ch, max_chars); in input_keycodes_to_ascii()
499 if (ch_count > max_chars) { in input_keycodes_to_ascii()
501 __func__, max_chars, ch_count); in input_keycodes_to_ascii()
/openbmc/linux/lib/
H A Dkstrtox.h8 size_t max_chars);
H A Dkstrtox.c53 size_t max_chars) in _parse_integer_limit() argument
60 while (max_chars--) { in _parse_integer_limit()
H A Dvsprintf.c63 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull() argument
72 if (prefix_chars < max_chars) { in simple_strntoull()
73 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()
78 cp = startp + max_chars; in simple_strntoull()
133 static long long simple_strntoll(const char *cp, size_t max_chars, char **endp, in simple_strntoll() argument
142 if (*cp == '-' && max_chars > 0) in simple_strntoll()
143 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll()
145 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll()
/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c71 unsigned int max_chars = port->fifosize; in apbuart_rx_chars() local
76 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_delloem.h90 … uint8_t max_chars[4]; /* 62 for triathlon, 0 if not present (glacier) */ member
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c958 lcd_caps.max_chars[0]); in ipmi_lcd_get_info_wh()
1047 lcd_caps.max_chars[0]); in ipmi_lcd_get_info()