Lines Matching refs:c_node
619 struct device_node *c_node; in of_check_coupling_data() local
634 c_node = of_parse_phandle(node, in of_check_coupling_data()
637 if (!c_node) in of_check_coupling_data()
640 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
650 if (!of_coupling_find_node(c_node, node, &index)) { in of_check_coupling_data()
656 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", in of_check_coupling_data()
670 of_node_put(c_node); in of_check_coupling_data()
691 struct device_node *c_node; in of_parse_coupled_regulator() local
694 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
695 if (!c_node) in of_parse_coupled_regulator()
698 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
700 of_node_put(c_node); in of_parse_coupled_regulator()