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

/freebsd-10.0-release/sys/arm/ti/twl/
H A Dtwl_vreg.c221 const uint16_t *supp_voltages; /* pointer to an array of possible voltages */ member in struct:twl_regulator_entry
307 if (regulator->supp_voltages == NULL)
316 if (regulator->supp_voltages[i] == UNDF)
320 delta = millivolts - (int)regulator->supp_voltages[i];
571 if (regulator->supp_voltages == NULL || regulator->num_supp_voltages == 0) {
650 if (regulator->supp_voltages == NULL || !regulator->num_supp_voltages) {
661 if (regulator->supp_voltages[vsel] == UNDF) {
666 *millivolts = regulator->supp_voltages[vsel];
844 new->supp_voltages = voltages;

Completed in 169 milliseconds