• Home
  • Raw
  • Download

Lines Matching defs:st

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