Home
last modified time | relevance | path

Searched refs:vnow (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Diocost.h25 __field(u64, vnow)
40 __entry->vnow = now->vnow;
55 __entry->now, __entry->vnow, __entry->vrate,
194 __field(u64, vnow)
206 __entry->vnow = now->vnow;
216 __entry->now, __entry->vnow, __entry->usage_pct,
/linux/drivers/power/supply/
H A Dmp2629_charger.c195 union power_supply_propval vnow, vlim; in mp2629_get_battery_capacity() local
198 ret = mp2629_read_adc(charger, MP2629_BATT_VOLT, &vnow); in mp2629_get_battery_capacity()
206 val->intval = (vnow.intval * 100) / vlim.intval; in mp2629_get_battery_capacity()