Symbol: adp5061_state
drivers/power/supply/adp5061.c
157
static int adp5061_get_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
175
static int adp5061_get_input_current_limit(struct adp5061_state *st,
drivers/power/supply/adp5061.c
191
static int adp5061_set_input_current_limit(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
208
static int adp5061_set_min_voltage(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
225
static int adp5061_get_min_voltage(struct adp5061_state *st,
drivers/power/supply/adp5061.c
241
static int adp5061_get_chg_volt_lim(struct adp5061_state *st,
drivers/power/supply/adp5061.c
257
static int adp5061_get_max_voltage(struct adp5061_state *st,
drivers/power/supply/adp5061.c
276
static int adp5061_set_max_voltage(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
297
static int adp5061_set_const_chg_vmax(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
314
static int adp5061_set_const_chg_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
335
static int adp5061_get_const_chg_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
354
static int adp5061_get_prechg_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
370
static int adp5061_set_prechg_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
387
static int adp5061_get_vweak_th(struct adp5061_state *st,
drivers/power/supply/adp5061.c
403
static int adp5061_set_vweak_th(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
420
static int adp5061_get_chg_type(struct adp5061_state *st,
drivers/power/supply/adp5061.c
439
static int adp5061_get_charger_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
472
static int adp5061_get_battery_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
504
static int adp5061_get_termination_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
520
static int adp5061_set_termination_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
539
struct adp5061_state *st = power_supply_get_drvdata(psy);
drivers/power/supply/adp5061.c
623
struct adp5061_state *st = power_supply_get_drvdata(psy);
drivers/power/supply/adp5061.c
700
struct adp5061_state *st;