Searched refs:num_down (Results 1 – 1 of 1) sorted by relevance
149 unsigned int num_down = 0; in tegra_kbc_report_keys() local164 scancodes[num_down] = scancode; in tegra_kbc_report_keys()165 keycodes[num_down] = kbc->keycode[scancode]; in tegra_kbc_report_keys()167 if ((keycodes[num_down] == KEY_FN) && kbc->use_fn_map) in tegra_kbc_report_keys()170 num_down++; in tegra_kbc_report_keys()182 if (kbc->use_ghost_filter && num_down >= 3) { in tegra_kbc_report_keys()183 for (i = 0; i < num_down; i++) { in tegra_kbc_report_keys()192 for (j = i + 1; j < num_down; j++) { in tegra_kbc_report_keys()209 for (i = 0; i < num_down; i++) { in tegra_kbc_report_keys()221 keycodes, num_down); in tegra_kbc_report_keys()[all …]