Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-single.c1504 static const struct of_device_id pcs_of_match[]; variable
1829 match = of_match_device(pcs_of_match, &pdev->dev); in pcs_probe()
2003 static const struct of_device_id pcs_of_match[] = { variable
2013 MODULE_DEVICE_TABLE(of, pcs_of_match);
2020 .of_match_table = pcs_of_match,