Searched defs:nvec_power (Results 1 – 1 of 1) sorted by relevance
27 struct nvec_power { struct28 struct notifier_block notifier;29 struct delayed_work poller;30 struct nvec_chip *nvec;31 int on;32 int bat_present;33 int bat_status;34 int bat_voltage_now;35 int bat_current_now;36 int bat_current_avg;[all …]