Lines Matching refs:c_node
809 struct device_node *c_node;
824 c_node = of_parse_phandle(node,
827 if (!c_node)
830 c_n_phandles = of_count_phandle_with_args(c_node,
840 if (!of_coupling_find_node(c_node, node, &index)) {
846 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread",
860 of_node_put(c_node);
881 struct device_node *c_node;
884 c_node = of_parse_phandle(node, "regulator-coupled-with", index);
885 if (!c_node)
888 c_rdev = of_find_regulator_by_node(c_node);
890 of_node_put(c_node);