Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A 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 …]
/openbmc/u-boot/drivers/input/
H A Dtegra-kbc.c46 struct kbc_tegra *kbc; /* tegra keyboard controller */ member
193 static void config_kbc_gpio(struct tegra_kbd_priv *priv, struct kbc_tegra *kbc) in config_kbc_gpio()
229 struct kbc_tegra *kbc = priv->kbc; in tegra_kbc_open() local
/openbmc/qemu/include/hw/isa/
H A Dsuperio.h33 ISADevice *kbc; member