Lines Matching refs:c_node
505 struct device_node *c_node; in of_check_coupling_data() local
518 c_node = of_parse_phandle(node, in of_check_coupling_data()
521 if (!c_node) in of_check_coupling_data()
524 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
534 if (of_property_read_u32(c_node, "regulator-coupled-max-spread", in of_check_coupling_data()
547 if (!of_coupling_find_node(c_node, node)) { in of_check_coupling_data()
553 of_node_put(c_node); in of_check_coupling_data()
574 struct device_node *c_node; in of_parse_coupled_regulator() local
577 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
578 if (!c_node) in of_parse_coupled_regulator()
581 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
583 of_node_put(c_node); in of_parse_coupled_regulator()