Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/meson/
Dpinctrl-meson.c543 static const struct of_device_id meson_pinctrl_dt_match[] = { variable
554 MODULE_DEVICE_TABLE(of, meson_pinctrl_dt_match);
725 match = of_match_node(meson_pinctrl_dt_match, pdev->dev.of_node); in meson_pinctrl_probe()
759 .of_match_table = meson_pinctrl_dt_match,