Searched defs:CURRENT_AVG (Results 1 - 2 of 2) sorted by relevance

/drivers/power/
H A Dds2780_battery.c46 CURRENT_AVG, enumerator in enum:current_types
245 else if (type == CURRENT_AVG)
412 ret = ds2780_get_current(dev_info, CURRENT_AVG, &val->intval);
H A Dds2781_battery.c44 CURRENT_AVG, enumerator in enum:current_types
246 else if (type == CURRENT_AVG)
414 ret = ds2781_get_current(dev_info, CURRENT_AVG, &val->intval);

Completed in 345 milliseconds