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