Searched refs:regulators_table (Results 1 – 1 of 1) sorted by relevance
423 static const struct regul_struct regulators_table[] = { variable533 #define MAX_REGUL ARRAY_SIZE(regulators_table)540 if (strncmp(name, regulators_table[i].dt_node_name, in get_regulator_data()541 strlen(regulators_table[i].dt_node_name)) == 0) { in get_regulator_data()542 return ®ulators_table[i]; in get_regulator_data()743 const char *name __unused = regulators_table[i].dt_node_name; in stpmic1_dump_regulators()