Searched refs:tps_regulators (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dtps65217pmic.c205 static struct tps_reg_param tps_regulators[] = { variable in typeref:struct:tps_reg_param
226 .tracked_reg = &(tps_regulators[TPS65217PMIC_DCDC3]),
558 c_reg = &tps_regulators[i];
692 c_reg = &tps_regulators[i];
817 strlcpy(sc->sc_regsensor[i].desc, tps_regulators[i].name,
864 edata->value_cur = tps_regulators[edata->sensor].current_voltage * 1000;
886 for (i = 0; i < __arraycount(tps_regulators); i++) {
887 if (strcmp(name, tps_regulators[i].name) == 0) {
888 regulator = &tps_regulators[i];
935 for (i = 0; i < __arraycount(tps_regulators);
[all...]

Completed in 174 milliseconds