Searched refs:kbc (Results 1 – 7 of 7) sorted by relevance
/drivers/input/keyboard/ |
D | tegra-kbc.c | 156 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 …]
|
D | Makefile | 63 obj-$(CONFIG_KEYBOARD_TEGRA) += tegra-kbc.o
|
D | Kconfig | 479 module will be called tegra-kbc.
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra20.c | 1925 FUNCTION(kbc),
|
D | pinctrl-tegra114.c | 1500 FUNCTION(kbc),
|
D | pinctrl-tegra124.c | 1662 FUNCTION(kbc),
|
D | pinctrl-tegra30.c | 2058 FUNCTION(kbc),
|