Searched refs:num_down (Results 1 – 1 of 1) sorted by relevance
162 unsigned int num_down = 0; in tegra_kbc_report_keys() local177 scancodes[num_down] = scancode; in tegra_kbc_report_keys()178 keycodes[num_down] = kbc->keycode[scancode]; in tegra_kbc_report_keys()180 if ((keycodes[num_down] == KEY_FN) && kbc->use_fn_map) in tegra_kbc_report_keys()183 num_down++; in tegra_kbc_report_keys()195 if (kbc->use_ghost_filter && num_down >= 3) { in tegra_kbc_report_keys()196 for (i = 0; i < num_down; i++) { in tegra_kbc_report_keys()205 for (j = i + 1; j < num_down; j++) { in tegra_kbc_report_keys()222 for (i = 0; i < num_down; i++) { in tegra_kbc_report_keys()234 keycodes, num_down); in tegra_kbc_report_keys()[all …]