Lines Matching full:coupled
93 n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with", in of_get_regulation_constraints()
245 of_property_read_u32_array(np, "regulator-coupled-max-spread", in of_get_regulation_constraints()
669 * Returns number of regulators coupled with rdev.
677 "regulator-coupled-with", in of_get_n_coupled()
683 /* Looks for "to_find" device_node in src's "regulator-coupled-with" property */
692 "regulator-coupled-with", in of_coupling_find_node()
697 "regulator-coupled-with", i); in of_coupling_find_node()
724 * - all coupled regulators have the same max_spread
725 * - all coupled regulators have the same number of regulator_dev phandles
750 "regulator-coupled-with", i); in of_check_coupling_data()
756 "regulator-coupled-with", in of_check_coupling_data()
760 dev_err(&rdev->dev, "number of coupled reg phandles mismatch\n"); in of_check_coupling_data()
766 dev_err(&rdev->dev, "missing 2-way linking for coupled regulators\n"); in of_check_coupling_data()
771 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", in of_check_coupling_data()
779 "coupled regulators max_spread mismatch\n"); in of_check_coupling_data()
796 * "regulator-coupled-with" property
809 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()