Lines Matching refs:bq25700
57 struct bq25700 { struct
70 static int bq25700_read(struct bq25700 *charger, uint reg) in bq25700_read() argument
85 static int bq25700_write(struct bq25700 *charger, uint reg, u16 val) in bq25700_write()
134 static bool bq25700_charger_status(struct bq25700 *charger) in bq25700_charger_status()
145 static bool bq25703_charger_status(struct bq25700 *charger) in bq25703_charger_status()
158 struct bq25700 *charger = dev_get_priv(dev); in bq257xx_charger_status()
180 static int bq25700_get_pd_output_val(struct bq25700 *charger, in bq25700_get_pd_output_val()
202 static void bq25700_charger_current_init(struct bq25700 *charger) in bq25700_charger_current_init()
251 static void bq25703_charger_current_init(struct bq25700 *charger) in bq25703_charger_current_init()
302 struct bq25700 *charger = dev_get_priv(dev); in bq25700_ofdata_to_platdata()
329 struct bq25700 *charger = dev_get_priv(dev); in bq25700_probe()
368 .priv_auto_alloc_size = sizeof(struct bq25700),