Lines Matching defs:bq2515x_device

156  * struct bq2515x_device -
173 struct bq2515x_device {
269 static int bq2515x_wake_up(struct bq2515x_device *bq2515x)
296 static int bq2515x_update_ps_status(struct bq2515x_device *bq2515x)
319 static int bq2515x_disable_watchdog_timers(struct bq2515x_device *bq2515x)
332 static int bq2515x_get_battery_voltage_now(struct bq2515x_device *bq2515x)
356 static int bq2515x_get_battery_current_now(struct bq2515x_device *bq2515x)
418 static bool bq2515x_get_charge_disable(struct bq2515x_device *bq2515x)
439 static int bq2515x_set_charge_disable(struct bq2515x_device *bq2515x, int val)
447 static int bq2515x_get_const_charge_current(struct bq2515x_device *bq2515x)
471 static int bq2515x_set_const_charge_current(struct bq2515x_device *bq2515x,
503 static int bq2515x_get_precharge_current(struct bq2515x_device *bq2515x)
525 static int bq2515x_set_precharge_current(struct bq2515x_device *bq2515x,
565 static int bq2515x_charging_status(struct bq2515x_device *bq2515x,
631 static int bq2515x_get_batt_reg(struct bq2515x_device *bq2515x)
643 static int bq2515x_set_batt_reg(struct bq2515x_device *bq2515x, int val)
655 static int bq2515x_get_ilim_lvl(struct bq2515x_device *bq2515x)
667 static int bq2515x_set_ilim_lvl(struct bq2515x_device *bq2515x, int val)
693 static int bq2515x_charger_get_health(struct bq2515x_device *bq2515x,
746 struct bq2515x_device *bq2515x = power_supply_get_drvdata(psy);
777 struct bq2515x_device *bq2515x = power_supply_get_drvdata(psy);
846 struct bq2515x_device *bq2515x = power_supply_get_drvdata(psy);
927 static int bq2515x_power_supply_register(struct bq2515x_device *bq2515x,
945 static int bq2515x_hw_init(struct bq2515x_device *bq2515x)
994 static int bq2515x_read_properties(struct bq2515x_device *bq2515x)
1085 struct bq2515x_device *bq2515x;