Symbol: bq256xx_device
drivers/power/supply/bq256xx_charger.c
1169
static bool bq256xx_state_changed(struct bq256xx_device *bq,
drivers/power/supply/bq256xx_charger.c
1183
struct bq256xx_device *bq = private;
drivers/power/supply/bq256xx_charger.c
1538
static int bq256xx_power_supply_init(struct bq256xx_device *bq,
drivers/power/supply/bq256xx_charger.c
1559
static int bq256xx_hw_init(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
1653
static int bq256xx_parse_dt(struct bq256xx_device *bq,
drivers/power/supply/bq256xx_charger.c
1691
struct bq256xx_device *bq;
drivers/power/supply/bq256xx_charger.c
289
int (*bq256xx_get_ichg)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
290
int (*bq256xx_get_iindpm)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
291
int (*bq256xx_get_vbatreg)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
292
int (*bq256xx_get_iterm)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
293
int (*bq256xx_get_iprechg)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
294
int (*bq256xx_get_vindpm)(struct bq256xx_device *bq);
drivers/power/supply/bq256xx_charger.c
296
int (*bq256xx_set_ichg)(struct bq256xx_device *bq, int ichg);
drivers/power/supply/bq256xx_charger.c
297
int (*bq256xx_set_iindpm)(struct bq256xx_device *bq, int iindpm);
drivers/power/supply/bq256xx_charger.c
298
int (*bq256xx_set_vbatreg)(struct bq256xx_device *bq, int vbatreg);
drivers/power/supply/bq256xx_charger.c
299
int (*bq256xx_set_iterm)(struct bq256xx_device *bq, int iterm);
drivers/power/supply/bq256xx_charger.c
300
int (*bq256xx_set_iprechg)(struct bq256xx_device *bq, int iprechg);
drivers/power/supply/bq256xx_charger.c
301
int (*bq256xx_set_vindpm)(struct bq256xx_device *bq, int vindpm);
drivers/power/supply/bq256xx_charger.c
302
int (*bq256xx_set_charge_type)(struct bq256xx_device *bq, int type);
drivers/power/supply/bq256xx_charger.c
303
int (*bq256xx_set_ts_ignore)(struct bq256xx_device *bq, bool ts_ignore);
drivers/power/supply/bq256xx_charger.c
363
struct bq256xx_device *bq =
drivers/power/supply/bq256xx_charger.c
364
container_of(nb, struct bq256xx_device, usb_nb);
drivers/power/supply/bq256xx_charger.c
374
struct bq256xx_device *bq =
drivers/power/supply/bq256xx_charger.c
375
container_of(data, struct bq256xx_device, usb_work);
drivers/power/supply/bq256xx_charger.c
426
static int bq256xx_get_state(struct bq256xx_device *bq,
drivers/power/supply/bq256xx_charger.c
455
static int bq256xx_set_charge_type(struct bq256xx_device *bq, int type)
drivers/power/supply/bq256xx_charger.c
476
static int bq256xx_get_ichg_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
492
static int bq25618_619_get_ichg_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
511
static int bq256xx_set_ichg_curr(struct bq256xx_device *bq, int ichg)
drivers/power/supply/bq256xx_charger.c
523
static int bq25618_619_set_ichg_curr(struct bq256xx_device *bq, int ichg)
drivers/power/supply/bq256xx_charger.c
542
static int bq25618_619_get_chrg_volt(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
565
static int bq25611d_get_chrg_volt(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
587
static int bq2560x_get_chrg_volt(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
605
static int bq25601d_get_chrg_volt(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
623
static int bq25618_619_set_chrg_volt(struct bq256xx_device *bq, int vbatreg)
drivers/power/supply/bq256xx_charger.c
645
static int bq25611d_set_chrg_volt(struct bq256xx_device *bq, int vbatreg)
drivers/power/supply/bq256xx_charger.c
667
static int bq2560x_set_chrg_volt(struct bq256xx_device *bq, int vbatreg)
drivers/power/supply/bq256xx_charger.c
682
static int bq25601d_set_chrg_volt(struct bq256xx_device *bq, int vbatreg)
drivers/power/supply/bq256xx_charger.c
697
static int bq256xx_set_ts_ignore(struct bq256xx_device *bq, bool ts_ignore)
drivers/power/supply/bq256xx_charger.c
703
static int bq256xx_get_prechrg_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
721
static int bq256xx_set_prechrg_curr(struct bq256xx_device *bq, int iprechg)
drivers/power/supply/bq256xx_charger.c
735
static int bq25618_619_get_prechrg_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
753
static int bq25618_619_set_prechrg_curr(struct bq256xx_device *bq, int iprechg)
drivers/power/supply/bq256xx_charger.c
767
static int bq256xx_get_term_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
784
static int bq256xx_set_term_curr(struct bq256xx_device *bq, int iterm)
drivers/power/supply/bq256xx_charger.c
797
static int bq25618_619_get_term_curr(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
814
static int bq25618_619_set_term_curr(struct bq256xx_device *bq, int iterm)
drivers/power/supply/bq256xx_charger.c
827
static int bq256xx_get_input_volt_lim(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
844
static int bq256xx_set_input_volt_lim(struct bq256xx_device *bq, int vindpm)
drivers/power/supply/bq256xx_charger.c
857
static int bq256xx_get_input_curr_lim(struct bq256xx_device *bq)
drivers/power/supply/bq256xx_charger.c
874
static int bq256xx_set_input_curr_lim(struct bq256xx_device *bq, int iindpm)
drivers/power/supply/bq256xx_charger.c
889
struct bq256xx_device *bq = data;
drivers/power/supply/bq256xx_charger.c
905
struct bq256xx_device *bq = power_supply_get_drvdata(psy);
drivers/power/supply/bq256xx_charger.c
966
struct bq256xx_device *bq = power_supply_get_drvdata(psy);
drivers/power/supply/bq256xx_charger.c
988
struct bq256xx_device *bq = power_supply_get_drvdata(psy);