Home
last modified time | relevance | path

Searched refs:c_node (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c550 struct device_node *c_node; in of_check_coupling_data() local
565 c_node = of_parse_phandle(node, "regulator-coupled-with", i); in of_check_coupling_data()
566 if (!c_node) { in of_check_coupling_data()
570 c_n_phandles = of_count_phandle_with_args(c_node, "regulator-coupled-with", NULL); in of_check_coupling_data()
577 if (!of_coupling_find_node(c_node, node, &index)) { in of_check_coupling_data()
583 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", index, &c_max_spread)) { in of_check_coupling_data()
595 of_node_put(c_node); in of_check_coupling_data()
616 struct device_node *c_node; in of_parse_coupled_regulator() local
619 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
620 if (!c_node) { in of_parse_coupled_regulator()
[all...]

Completed in 2 milliseconds