Home
last modified time | relevance | path

Searched defs:kbc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
Dtegra-kbc.c143 static void tegra_kbc_report_keys(struct tegra_kbc *kbc) in tegra_kbc_report_keys()
229 static void tegra_kbc_set_fifo_interrupt(struct tegra_kbc *kbc, bool enable) in tegra_kbc_set_fifo_interrupt()
243 struct tegra_kbc *kbc = from_timer(kbc, t, timer); in tegra_kbc_keypress_timer() local
279 struct tegra_kbc *kbc = args; in tegra_kbc_isr() local
309 static void tegra_kbc_setup_wakekeys(struct tegra_kbc *kbc, bool filter) in tegra_kbc_setup_wakekeys()
321 static void tegra_kbc_config_pins(struct tegra_kbc *kbc) in tegra_kbc_config_pins()
356 static int tegra_kbc_start(struct tegra_kbc *kbc) in tegra_kbc_start()
414 static void tegra_kbc_stop(struct tegra_kbc *kbc) in tegra_kbc_stop()
433 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_open() local
440 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_close() local
[all …]
/kernel/linux/linux-4.19/drivers/input/keyboard/
Dtegra-kbc.c156 static void tegra_kbc_report_keys(struct tegra_kbc *kbc) in tegra_kbc_report_keys()
242 static void tegra_kbc_set_fifo_interrupt(struct tegra_kbc *kbc, bool enable) in tegra_kbc_set_fifo_interrupt()
256 struct tegra_kbc *kbc = from_timer(kbc, t, timer); in tegra_kbc_keypress_timer() local
292 struct tegra_kbc *kbc = args; in tegra_kbc_isr() local
322 static void tegra_kbc_setup_wakekeys(struct tegra_kbc *kbc, bool filter) in tegra_kbc_setup_wakekeys()
334 static void tegra_kbc_config_pins(struct tegra_kbc *kbc) in tegra_kbc_config_pins()
369 static int tegra_kbc_start(struct tegra_kbc *kbc) in tegra_kbc_start()
427 static void tegra_kbc_stop(struct tegra_kbc *kbc) in tegra_kbc_stop()
446 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_open() local
453 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_close() local
[all …]