Lines Matching defs:da9030_charger
91 struct da9030_charger { struct
92 struct power_supply *psy;
93 struct power_supply_desc psy_desc;
95 struct device *master;
97 struct da9030_adc_res adc;
98 struct delayed_work work;
99 unsigned int interval;
101 struct power_supply_info *battery_info;
103 struct da9030_battery_thresholds thresholds;
105 unsigned int charge_milliamp;
106 unsigned int charge_millivolt;
109 bool chdet;
110 uint8_t fault;
111 int mA;
112 int mV;
113 bool is_on;
115 struct notifier_block nb;
118 void (*battery_low)(void);
142 struct da9030_charger *charger = s->private; in bat_debug_show() argument