Lines Matching refs:c_node
549 struct device_node *c_node; in of_check_coupling_data() local
564 c_node = of_parse_phandle(node, in of_check_coupling_data()
567 if (!c_node) in of_check_coupling_data()
570 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
580 if (!of_coupling_find_node(c_node, node, &index)) { in of_check_coupling_data()
586 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", in of_check_coupling_data()
600 of_node_put(c_node); in of_check_coupling_data()
621 struct device_node *c_node; in of_parse_coupled_regulator() local
624 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
625 if (!c_node) in of_parse_coupled_regulator()
628 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
630 of_node_put(c_node); in of_parse_coupled_regulator()