Searched defs:ds2760_device_info (Results 1 – 1 of 1) sorted by relevance
34 struct ds2760_device_info { struct35 struct device *dev;38 unsigned long update_time; /* jiffies when data read */39 char raw[DS2760_DATA_SIZE]; /* raw DS2760 data */40 int voltage_raw; /* units of 4.88 mV */41 int voltage_uV; /* units of µV */42 int current_raw; /* units of 0.625 mA */43 int current_uA; /* units of µA */44 int accum_current_raw; /* units of 0.25 mAh */45 int accum_current_uAh; /* units of µAh */[all …]