Searched refs:regulators_table (Results 1 – 1 of 1) sorted by relevance
439 static const struct regul_struct regulators_table[] = { variable607 #define MAX_REGUL ARRAY_SIZE(regulators_table)614 if (strncmp(name, regulators_table[i].dt_node_name, in get_regulator_data()615 strlen(regulators_table[i].dt_node_name)) == 0) { in get_regulator_data()616 return ®ulators_table[i]; in get_regulator_data()915 const char *name __unused = regulators_table[i].dt_node_name; in stpmic1_dump_regulators()
Completed in 3 milliseconds