Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dtwl-regulator.c1038 static const struct of_device_id twl_of_match[] = { variable
1088 MODULE_DEVICE_TABLE(of, twl_of_match);
1102 match = of_match_device(twl_of_match, &pdev->dev); in twlreg_probe()
1113 for (i = 0, template = NULL; i < ARRAY_SIZE(twl_of_match); i++) { in twlreg_probe()
1114 template = twl_of_match[i].data; in twlreg_probe()
1118 if (i == ARRAY_SIZE(twl_of_match)) in twlreg_probe()
1224 .of_match_table = of_match_ptr(twl_of_match),