Searched refs:ch_count (Results 1 – 2 of 2) sorted by relevance
410 int ch_count; in input_keycode_to_ansi364() local413 for (i = ch_count = 0; i < ARRAY_SIZE(kbd_to_ansi364); i++) { in input_keycode_to_ansi364()417 if (ch_count < max_chars) in input_keycode_to_ansi364()418 output_ch[ch_count] = *escape; in input_keycode_to_ansi364()419 ch_count++; in input_keycode_to_ansi364()421 return ch_count; in input_keycode_to_ansi364()454 int ch_count = 0; in input_keycodes_to_ascii() local489 if (ch_count < max_chars && ch != 0xff) in input_keycodes_to_ascii()490 output_ch[ch_count++] = (uchar)ch; in input_keycodes_to_ascii()492 ch_count += input_keycode_to_ansi364(config, key, in input_keycodes_to_ascii()[all …]
1859 u32 ch_count = sdram_params->base.num_channels; in switch_to_phy_index1() local1885 for (channel = 0; channel < ch_count; channel++) { in switch_to_phy_index1()