Home
last modified time | relevance | path

Searched defs:ds2760_device_info (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/power/supply/
Dds2760_battery.c89 struct ds2760_device_info { struct
90 struct device *dev;
93 unsigned long update_time; /* jiffies when data read */
94 char raw[DS2760_DATA_SIZE]; /* raw DS2760 data */
95 int voltage_raw; /* units of 4.88 mV */
96 int voltage_uV; /* units of µV */
97 int current_raw; /* units of 0.625 mA */
98 int current_uA; /* units of µA */
99 int accum_current_raw; /* units of 0.25 mAh */
100 int accum_current_uAh; /* units of µAh */
[all …]