Home
last modified time | relevance | path

Searched defs:max_chars (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dinput.c407 int keycode, char output_ch[], int max_chars) in input_keycode_to_ansi364()
451 int max_chars, int same) in input_keycodes_to_ascii()
/OK3568_Linux_fs/kernel/lib/
H A Dkstrtox.c50 size_t max_chars) in _parse_integer_limit()
H A Dvsprintf.c60 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull()
130 static long long simple_strntoll(const char *cp, size_t max_chars, char **endp, in simple_strntoll()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dapbuart.c74 unsigned int max_chars = port->fifosize; in apbuart_rx_chars() local