Lines Matching defs:adp5061_state
139 struct adp5061_state {
157 static int adp5061_get_status(struct adp5061_state *st,
175 static int adp5061_get_input_current_limit(struct adp5061_state *st,
191 static int adp5061_set_input_current_limit(struct adp5061_state *st, int val)
208 static int adp5061_set_min_voltage(struct adp5061_state *st, int val)
225 static int adp5061_get_min_voltage(struct adp5061_state *st,
241 static int adp5061_get_chg_volt_lim(struct adp5061_state *st,
257 static int adp5061_get_max_voltage(struct adp5061_state *st,
276 static int adp5061_set_max_voltage(struct adp5061_state *st, int val)
297 static int adp5061_set_const_chg_vmax(struct adp5061_state *st, int val)
314 static int adp5061_set_const_chg_current(struct adp5061_state *st, int val)
335 static int adp5061_get_const_chg_current(struct adp5061_state *st,
354 static int adp5061_get_prechg_current(struct adp5061_state *st,
370 static int adp5061_set_prechg_current(struct adp5061_state *st, int val)
387 static int adp5061_get_vweak_th(struct adp5061_state *st,
403 static int adp5061_set_vweak_th(struct adp5061_state *st, int val)
420 static int adp5061_get_chg_type(struct adp5061_state *st,
439 static int adp5061_get_charger_status(struct adp5061_state *st,
472 static int adp5061_get_battery_status(struct adp5061_state *st,
501 static int adp5061_get_termination_current(struct adp5061_state *st,
517 static int adp5061_set_termination_current(struct adp5061_state *st, int val)
536 struct adp5061_state *st = power_supply_get_drvdata(psy);
620 struct adp5061_state *st = power_supply_get_drvdata(psy);
698 struct adp5061_state *st;