Searched refs:n_regulator_gpios (Results 1 – 2 of 2) sorted by relevance
199 if (int3472->n_regulator_gpios >= INT3472_MAX_REGULATORS) { in skl_int3472_register_regulator()209 regulator = &int3472->regulators[int3472->n_regulator_gpios]; in skl_int3472_register_regulator()248 int3472->n_regulator_gpios++; in skl_int3472_register_regulator()254 for (int i = 0; i < int3472->n_regulator_gpios; i++) in skl_int3472_unregister_regulator()
136 unsigned int n_regulator_gpios; /* how many have we mapped to a regulator */ member