Lines Matching refs:of_match
755 .of_match = of_match_ptr("BUCK1"),
794 .of_match = of_match_ptr("BUCK2"),
829 .of_match = of_match_ptr("BUCK3"),
856 .of_match = of_match_ptr("BUCK4"),
883 .of_match = of_match_ptr("BUCK5"),
905 .of_match = of_match_ptr("BUCK6"),
929 .of_match = of_match_ptr("LDO1"),
955 .of_match = of_match_ptr("LDO2"),
977 .of_match = of_match_ptr("LDO3"),
1000 .of_match = of_match_ptr("LDO4"),
1023 .of_match = of_match_ptr("LDO5"),
1049 .of_match = of_match_ptr("LDO6"),
1105 .of_match = of_match_ptr("BUCK1"),
1143 .of_match = of_match_ptr("BUCK2"),
1178 .of_match = of_match_ptr("BUCK3"),
1211 .of_match = of_match_ptr("BUCK4"),
1244 .of_match = of_match_ptr("BUCK5"),
1271 .of_match = of_match_ptr("BUCK6"),
1295 .of_match = of_match_ptr("BUCK7"),
1317 .of_match = of_match_ptr("BUCK8"),
1341 .of_match = of_match_ptr("LDO1"),
1367 .of_match = of_match_ptr("LDO2"),
1389 .of_match = of_match_ptr("LDO3"),
1412 .of_match = of_match_ptr("LDO4"),
1435 .of_match = of_match_ptr("LDO5"),
1462 .of_match = of_match_ptr("LDO6"),
1489 .of_match = of_match_ptr("LDO7"),
1518 if (!of_node_name_eq(np, reg_data[i-1].desc.of_match)) in mark_hw_controlled()
1597 if (!of_node_name_eq(np, desc->of_match)) in setup_feedback_loop()
1600 pr_info("Looking at node '%s'\n", desc->of_match); in setup_feedback_loop()