Lines Matching refs:tegra_kbc
96 struct tegra_kbc { struct
156 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 = (struct tegra_kbc *)data; in tegra_kbc_keypress_timer()
292 struct tegra_kbc *kbc = args; in tegra_kbc_isr()
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()
424 static void tegra_kbc_stop(struct tegra_kbc *kbc) in tegra_kbc_stop()
443 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_open()
450 struct tegra_kbc *kbc = input_get_drvdata(dev); in tegra_kbc_close()
455 static bool tegra_kbc_check_pin_cfg(const struct tegra_kbc *kbc, in tegra_kbc_check_pin_cfg()
499 static int tegra_kbc_parse_dt(struct tegra_kbc *kbc) in tegra_kbc_parse_dt()
610 struct tegra_kbc *kbc; in tegra_kbc_probe()
730 static void tegra_kbc_set_keypress_interrupt(struct tegra_kbc *kbc, bool enable) in tegra_kbc_set_keypress_interrupt()
745 struct tegra_kbc *kbc = platform_get_drvdata(pdev); in tegra_kbc_suspend()
782 struct tegra_kbc *kbc = platform_get_drvdata(pdev); in tegra_kbc_resume()