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