Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dds2760_battery.c89 struct ds2760_device_info { struct
90 struct device *dev;
96 int voltage_uV; /* units of µV */
98 int current_uA; /* units of µA */
102 int temp_C; /* units of 0.1 °C */
104 int rem_capacity; /* percentage */
110 int full_counter;
111 struct power_supply *bat;
112 struct power_supply_desc bat_desc;
114 struct delayed_work monitor_work;
[all …]