Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dtegra-kbc.c156 static void tegra_kbc_report_keys(struct tegra_kbc *kbc) in tegra_kbc_report_keys() argument
169 val = readl(kbc->mmio + KBC_KP_ENT0_0 + i); 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()
195 if (kbc->use_ghost_filter && num_down >= 3) { in tegra_kbc_report_keys()
223 scancodes[i] += kbc->max_keys; in tegra_kbc_report_keys()
224 keycodes[i] = kbc->keycode[scancodes[i]]; in tegra_kbc_report_keys()
232 tegra_kbc_report_released_keys(kbc->idev, in tegra_kbc_report_keys()
233 kbc->current_keys, kbc->num_pressed_keys, in tegra_kbc_report_keys()
235 tegra_kbc_report_pressed_keys(kbc->idev, scancodes, keycodes, num_down); in tegra_kbc_report_keys()
[all …]
DMakefile63 obj-$(CONFIG_KEYBOARD_TEGRA) += tegra-kbc.o
DKconfig479 module will be called tegra-kbc.
/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c1925 FUNCTION(kbc),
Dpinctrl-tegra114.c1500 FUNCTION(kbc),
Dpinctrl-tegra124.c1662 FUNCTION(kbc),
Dpinctrl-tegra30.c2058 FUNCTION(kbc),