Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dtegra-kbc.c603 static const struct of_device_id tegra_kbc_of_match[] = { variable
609 MODULE_DEVICE_TABLE(of, tegra_kbc_of_match);
622 match = of_match_device(tegra_kbc_of_match, &pdev->dev); in tegra_kbc_probe()
830 .of_match_table = tegra_kbc_of_match,