Lines Matching defs:da9030_charger
88 struct da9030_charger { struct
89 struct power_supply *psy;
90 struct power_supply_desc psy_desc;
92 struct device *master;
94 struct da9030_adc_res adc;
95 struct delayed_work work;
96 unsigned int interval;
98 struct power_supply_info *battery_info;
100 struct da9030_battery_thresholds thresholds;
102 unsigned int charge_milliamp;
103 unsigned int charge_millivolt;
106 bool chdet;
107 uint8_t fault;
108 int mA;
109 int mV;
110 bool is_on;
112 struct notifier_block nb;
115 void (*battery_low)(void);
139 struct da9030_charger *charger = s->private; in bat_debug_show() argument