Searched defs:max17042_chip (Results 1 – 1 of 1) sorted by relevance
76 struct max17042_chip { struct77 struct device *dev;78 struct regmap *regmap;79 struct power_supply *battery;80 enum max170xx_chip_type chip_type;81 struct max17042_config_data *config_data;82 struct delayed_work work;83 int irq;84 int task_period;85 bool enable_current_sense;[all …]