Home
last modified time | relevance | path

Searched refs:regulators_table (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/drivers/st/pmic/
Dstpmic1.c439 static const struct regul_struct regulators_table[] = { variable
607 #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 &regulators_table[i]; in get_regulator_data()
915 const char *name __unused = regulators_table[i].dt_node_name; in stpmic1_dump_regulators()