Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c407 int keycode, char output_ch[], int max_chars) in input_keycode_to_ansi364() argument
417 if (ch_count < max_chars) in input_keycode_to_ansi364()
451 int max_chars, int same) in input_keycodes_to_ascii() argument
489 if (ch_count < max_chars && ch != 0xff) in input_keycodes_to_ascii()
493 output_ch, max_chars); in input_keycodes_to_ascii()
497 if (ch_count > max_chars) { in input_keycodes_to_ascii()
499 __func__, max_chars, ch_count); in input_keycodes_to_ascii()