Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-omap.c1130 static const struct of_device_id omap_gpio_match[]; variable
1143 match = of_match_device(of_match_ptr(omap_gpio_match), dev); in omap_gpio_probe()
1581 static const struct of_device_id omap_gpio_match[] = { variable
1596 MODULE_DEVICE_TABLE(of, omap_gpio_match);
1604 .of_match_table = of_match_ptr(omap_gpio_match),