Symbol: bq25980_device
drivers/power/supply/bq25980_charger.c
1055
static int bq25980_power_supply_init(struct bq25980_device *bq,
drivers/power/supply/bq25980_charger.c
1079
static int bq25980_hw_init(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
1142
static int bq25980_parse_dt(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
1213
struct bq25980_device *bq;
drivers/power/supply/bq25980_charger.c
274
static int bq25980_get_input_curr_lim(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
286
static int bq25980_set_hiz(struct bq25980_device *bq, int setting)
drivers/power/supply/bq25980_charger.c
292
static int bq25980_set_input_curr_lim(struct bq25980_device *bq, int busocp)
drivers/power/supply/bq25980_charger.c
320
static int bq25980_get_input_volt_lim(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
342
static int bq25980_set_input_volt_lim(struct bq25980_device *bq, int busovp)
drivers/power/supply/bq25980_charger.c
374
static int bq25980_get_const_charge_curr(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
387
static int bq25980_set_const_charge_curr(struct bq25980_device *bq, int batocp)
drivers/power/supply/bq25980_charger.c
406
static int bq25980_get_const_charge_volt(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
419
static int bq25980_set_const_charge_volt(struct bq25980_device *bq, int batovp)
drivers/power/supply/bq25980_charger.c
440
static int bq25980_set_bypass(struct bq25980_device *bq, bool en_bypass)
drivers/power/supply/bq25980_charger.c
458
static int bq25980_set_chg_en(struct bq25980_device *bq, bool en_chg)
drivers/power/supply/bq25980_charger.c
476
static int bq25980_get_adc_ibus(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
498
static int bq25980_get_adc_vbus(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
517
static int bq25980_get_ibat_adc(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
539
static int bq25980_get_adc_vbat(struct bq25980_device *bq)
drivers/power/supply/bq25980_charger.c
558
static int bq25980_get_state(struct bq25980_device *bq,
drivers/power/supply/bq25980_charger.c
612
struct bq25980_device *bq = power_supply_get_drvdata(psy);
drivers/power/supply/bq25980_charger.c
648
struct bq25980_device *bq = power_supply_get_drvdata(psy);
drivers/power/supply/bq25980_charger.c
699
struct bq25980_device *bq = power_supply_get_drvdata(psy);
drivers/power/supply/bq25980_charger.c
810
static bool bq25980_state_changed(struct bq25980_device *bq,
drivers/power/supply/bq25980_charger.c
832
struct bq25980_device *bq = private;