Symbol: bq257xx_chg
drivers/power/supply/bq257xx_charger.c
101
static int bq25703_get_state(struct bq257xx_chg *pdata)
drivers/power/supply/bq257xx_charger.c
129
static int bq25703_get_min_vsys(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
156
static int bq25703_set_min_vsys(struct bq257xx_chg *pdata, int vsys)
drivers/power/supply/bq257xx_charger.c
17
struct bq257xx_chg;
drivers/power/supply/bq257xx_charger.c
179
static int bq25703_get_cur(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
207
static int bq25703_get_ichg_cur(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
233
static int bq25703_set_ichg_cur(struct bq257xx_chg *pdata, int ichg)
drivers/power/supply/bq257xx_charger.c
252
static int bq25703_get_chrg_volt(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
280
static int bq25703_set_chrg_volt(struct bq257xx_chg *pdata, int vbat)
drivers/power/supply/bq257xx_charger.c
307
static int bq25703_get_iindpm(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
334
static int bq25703_set_iindpm(struct bq257xx_chg *pdata, int iindpm)
drivers/power/supply/bq257xx_charger.c
356
static int bq25703_get_vbat(struct bq257xx_chg *pdata, int *intval)
drivers/power/supply/bq257xx_charger.c
37
int (*bq257xx_hw_init)(struct bq257xx_chg *pdata);
drivers/power/supply/bq257xx_charger.c
38
void (*bq257xx_hw_shutdown)(struct bq257xx_chg *pdata);
drivers/power/supply/bq257xx_charger.c
384
static int bq25703_hw_init(struct bq257xx_chg *pdata)
drivers/power/supply/bq257xx_charger.c
39
int (*bq257xx_get_state)(struct bq257xx_chg *pdata);
drivers/power/supply/bq257xx_charger.c
40
int (*bq257xx_get_ichg)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
41
int (*bq257xx_set_ichg)(struct bq257xx_chg *pdata, int ichg);
drivers/power/supply/bq257xx_charger.c
42
int (*bq257xx_get_vbatreg)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
43
int (*bq257xx_set_vbatreg)(struct bq257xx_chg *pdata, int vbatreg);
drivers/power/supply/bq257xx_charger.c
44
int (*bq257xx_get_iindpm)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
443
static void bq25703_hw_shutdown(struct bq257xx_chg *pdata)
drivers/power/supply/bq257xx_charger.c
45
int (*bq257xx_set_iindpm)(struct bq257xx_chg *pdata, int iindpm);
drivers/power/supply/bq257xx_charger.c
453
struct bq257xx_chg *pdata = power_supply_get_drvdata(psy);
drivers/power/supply/bq257xx_charger.c
46
int (*bq257xx_get_cur)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
47
int (*bq257xx_get_vbat)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
476
struct bq257xx_chg *pdata = power_supply_get_drvdata(psy);
drivers/power/supply/bq257xx_charger.c
48
int (*bq257xx_get_min_vsys)(struct bq257xx_chg *pdata, int *intval);
drivers/power/supply/bq257xx_charger.c
580
struct bq257xx_chg *pdata = power_supply_get_drvdata(psy);
drivers/power/supply/bq257xx_charger.c
627
struct bq257xx_chg *pdata = private;
drivers/power/supply/bq257xx_charger.c
677
static int bq257xx_parse_dt(struct bq257xx_chg *pdata,
drivers/power/supply/bq257xx_charger.c
714
struct bq257xx_chg *pdata;
drivers/power/supply/bq257xx_charger.c
765
struct bq257xx_chg *pdata = platform_get_drvdata(pdev);