Lines Matching defs:bq24735
32 #include <linux/power/bq24735-charger.h>
46 struct bq24735 {
58 static inline struct bq24735 *to_bq24735(struct power_supply *psy)
108 static int bq24735_config_charger(struct bq24735 *charger)
159 static inline int bq24735_enable_charging(struct bq24735 *charger)
174 static inline int bq24735_disable_charging(struct bq24735 *charger)
184 static bool bq24735_charger_is_present(struct bq24735 *charger)
204 static int bq24735_charger_is_charging(struct bq24735 *charger)
218 static void bq24735_update(struct bq24735 *charger)
235 struct bq24735 *charger = to_bq24735(psy);
244 struct bq24735 *charger = container_of(work, struct bq24735, poll.work);
256 struct bq24735 *charger = to_bq24735(psy);
286 struct bq24735 *charger = to_bq24735(psy);
331 "Memory alloc for bq24735 pdata failed\n");
356 struct bq24735 *charger;
380 "bq24735@%s",
487 struct bq24735 *charger = i2c_get_clientdata(client);
496 { "bq24735-charger", 0 },
502 { .compatible = "ti,bq24735", },
509 .name = "bq24735-charger",
519 MODULE_DESCRIPTION("bq24735 battery charging driver");