Symbol: adp5061_state
drivers/power/supply/adp5061.c
156
static int adp5061_get_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
174
static int adp5061_get_input_current_limit(struct adp5061_state *st,
drivers/power/supply/adp5061.c
190
static int adp5061_set_input_current_limit(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
207
static int adp5061_set_min_voltage(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
224
static int adp5061_get_min_voltage(struct adp5061_state *st,
drivers/power/supply/adp5061.c
240
static int adp5061_get_chg_volt_lim(struct adp5061_state *st,
drivers/power/supply/adp5061.c
256
static int adp5061_get_max_voltage(struct adp5061_state *st,
drivers/power/supply/adp5061.c
275
static int adp5061_set_max_voltage(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
296
static int adp5061_set_const_chg_vmax(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
313
static int adp5061_set_const_chg_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
334
static int adp5061_get_const_chg_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
353
static int adp5061_get_prechg_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
369
static int adp5061_set_prechg_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
386
static int adp5061_get_vweak_th(struct adp5061_state *st,
drivers/power/supply/adp5061.c
402
static int adp5061_set_vweak_th(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
419
static int adp5061_get_chg_type(struct adp5061_state *st,
drivers/power/supply/adp5061.c
438
static int adp5061_get_charger_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
471
static int adp5061_get_battery_status(struct adp5061_state *st,
drivers/power/supply/adp5061.c
503
static int adp5061_get_termination_current(struct adp5061_state *st,
drivers/power/supply/adp5061.c
519
static int adp5061_set_termination_current(struct adp5061_state *st, int val)
drivers/power/supply/adp5061.c
538
struct adp5061_state *st = power_supply_get_drvdata(psy);
drivers/power/supply/adp5061.c
622
struct adp5061_state *st = power_supply_get_drvdata(psy);
drivers/power/supply/adp5061.c
699
struct adp5061_state *st;