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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c91 * @supply_uV: local copy of supply voltage used to allow
96 * @update_supply_work: work struct that is used to update the supply_uV
113 int supply_uV; member in struct:sht15_data
311 if (data->supply_uV > temppoints[i - 1].vdd) {
312 d1 = (data->supply_uV - temppoints[i - 1].vdd)
492 data->supply_uV = regulator_get_voltage(data->reg);
540 data->supply_uV = data->pdata->supply_mv*1000;
549 data->supply_uV = voltage;

Completed in 101 milliseconds