Lines Matching defs:charger
47 struct power_supply *charger; member
108 static int bq24735_config_charger(struct bq24735 *charger) in bq24735_config_charger()
159 static inline int bq24735_enable_charging(struct bq24735 *charger) in bq24735_enable_charging()
174 static inline int bq24735_disable_charging(struct bq24735 *charger) in bq24735_disable_charging()
184 static bool bq24735_charger_is_present(struct bq24735 *charger) in bq24735_charger_is_present()
204 static int bq24735_charger_is_charging(struct bq24735 *charger) in bq24735_charger_is_charging()
218 static void bq24735_update(struct bq24735 *charger) in bq24735_update()
235 struct bq24735 *charger = to_bq24735(psy); in bq24735_charger_isr() local
244 struct bq24735 *charger = container_of(work, struct bq24735, poll.work); in bq24735_poll() local
256 struct bq24735 *charger = to_bq24735(psy); in bq24735_charger_get_property() local
286 struct bq24735 *charger = to_bq24735(psy); in bq24735_charger_set_property() local
356 struct bq24735 *charger; in bq24735_charger_probe() local
487 struct bq24735 *charger = i2c_get_clientdata(client); in bq24735_charger_remove() local