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

/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_vreg.c222 const uint16_t *supp_voltages; /* pointer to an array of possible voltages */ member in struct:twl_regulator_entry
308 if (regulator->supp_voltages == NULL)
317 if (regulator->supp_voltages[i] == UNDF)
321 delta = millivolts - (int)regulator->supp_voltages[i];
572 if (regulator->supp_voltages == NULL || regulator->num_supp_voltages == 0) {
651 if (regulator->supp_voltages == NULL || !regulator->num_supp_voltages) {
662 if (regulator->supp_voltages[vsel] == UNDF) {
667 *millivolts = regulator->supp_voltages[vsel];
845 new->supp_voltages = voltages;

Completed in 52 milliseconds