Lines Matching refs:axp20x_batt_ps
58 struct axp20x_batt_ps;
64 int (*get_max_voltage)(struct axp20x_batt_ps *batt, int *val);
65 int (*set_max_voltage)(struct axp20x_batt_ps *batt, int val);
68 struct axp20x_batt_ps { struct
80 static int axp20x_battery_get_max_voltage(struct axp20x_batt_ps *axp20x_batt, in axp20x_battery_get_max_voltage() argument
109 static int axp22x_battery_get_max_voltage(struct axp20x_batt_ps *axp20x_batt, in axp22x_battery_get_max_voltage()
138 static int axp813_battery_get_max_voltage(struct axp20x_batt_ps *axp20x_batt, in axp813_battery_get_max_voltage()
167 static int axp20x_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_get_constant_charge_current()
187 struct axp20x_batt_ps *axp20x_batt = power_supply_get_drvdata(psy); in axp20x_battery_get_prop()
335 static int axp22x_battery_set_max_voltage(struct axp20x_batt_ps *axp20x_batt, in axp22x_battery_set_max_voltage()
361 static int axp20x_battery_set_max_voltage(struct axp20x_batt_ps *axp20x_batt, in axp20x_battery_set_max_voltage()
391 static int axp20x_set_constant_charge_current(struct axp20x_batt_ps *axp_batt, in axp20x_set_constant_charge_current()
407 static int axp20x_set_max_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_set_max_constant_charge_current()
439 static int axp20x_set_voltage_min_design(struct axp20x_batt_ps *axp_batt, in axp20x_set_voltage_min_design()
455 struct axp20x_batt_ps *axp20x_batt = power_supply_get_drvdata(psy); in axp20x_battery_set_prop()
560 struct axp20x_batt_ps *axp20x_batt; in axp20x_power_probe()