Lines Matching defs:di
359 static int ab8500_fg_is_low_curr(struct ab8500_fg *di, int curr_ua) in ab8500_fg_is_low_curr()
378 static int ab8500_fg_add_cap_sample(struct ab8500_fg *di, int sample) in ab8500_fg_add_cap_sample()
412 static void ab8500_fg_clear_cap_samples(struct ab8500_fg *di) in ab8500_fg_clear_cap_samples()
435 static void ab8500_fg_fill_cap_sample(struct ab8500_fg *di, int sample) in ab8500_fg_fill_cap_sample()
462 static int ab8500_fg_coulomb_counter(struct ab8500_fg *di, bool enable) in ab8500_fg_coulomb_counter()
531 int ab8500_fg_inst_curr_start(struct ab8500_fg *di) in ab8500_fg_inst_curr_start()
583 int ab8500_fg_inst_curr_started(struct ab8500_fg *di) in ab8500_fg_inst_curr_started()
594 int ab8500_fg_inst_curr_done(struct ab8500_fg *di) in ab8500_fg_inst_curr_done()
608 int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *curr_ua) in ab8500_fg_inst_curr_finalize()
703 int ab8500_fg_inst_curr_blocking(struct ab8500_fg *di) in ab8500_fg_inst_curr_blocking()
757 struct ab8500_fg *di = container_of(work, in ab8500_fg_acc_cur_work() local
826 static int ab8500_fg_bat_voltage(struct ab8500_fg *di) in ab8500_fg_bat_voltage()
852 static int ab8500_fg_volt_to_capacity(struct ab8500_fg *di, int voltage_uv) in ab8500_fg_volt_to_capacity()
867 static int ab8500_fg_uncomp_volt_to_capacity(struct ab8500_fg *di) in ab8500_fg_uncomp_volt_to_capacity()
882 static int ab8500_fg_battery_resistance(struct ab8500_fg *di, int vbat_uncomp_uv) in ab8500_fg_battery_resistance()
932 static int ab8500_load_comp_fg_bat_voltage(struct ab8500_fg *di, bool always) in ab8500_load_comp_fg_bat_voltage()
984 static int ab8500_fg_load_comp_volt_to_capacity(struct ab8500_fg *di) in ab8500_fg_load_comp_volt_to_capacity()
1000 static int ab8500_fg_convert_mah_to_permille(struct ab8500_fg *di, int cap_mah) in ab8500_fg_convert_mah_to_permille()
1012 static int ab8500_fg_convert_permille_to_mah(struct ab8500_fg *di, int cap_pm) in ab8500_fg_convert_permille_to_mah()
1024 static int ab8500_fg_convert_mah_to_uwh(struct ab8500_fg *di, int cap_mah) in ab8500_fg_convert_mah_to_uwh()
1051 static int ab8500_fg_calc_cap_charging(struct ab8500_fg *di) in ab8500_fg_calc_cap_charging()
1091 static int ab8500_fg_calc_cap_discharge_voltage(struct ab8500_fg *di) in ab8500_fg_calc_cap_discharge_voltage()
1114 static int ab8500_fg_calc_cap_discharge_fg(struct ab8500_fg *di) in ab8500_fg_calc_cap_discharge_fg()
1165 static int ab8500_fg_capacity_level(struct ab8500_fg *di) in ab8500_fg_capacity_level()
1194 static int ab8500_fg_calculate_scaled_capacity(struct ab8500_fg *di) in ab8500_fg_calculate_scaled_capacity()
1252 static void ab8500_fg_update_cap_scalers(struct ab8500_fg *di) in ab8500_fg_update_cap_scalers()
1287 static void ab8500_fg_check_capacity_limits(struct ab8500_fg *di, bool init) in ab8500_fg_check_capacity_limits()
1409 static void ab8500_fg_charge_state_to(struct ab8500_fg *di, in ab8500_fg_charge_state_to()
1421 static void ab8500_fg_discharge_state_to(struct ab8500_fg *di, in ab8500_fg_discharge_state_to()
1439 static void ab8500_fg_algorithm_charging(struct ab8500_fg *di) in ab8500_fg_algorithm_charging()
1487 static void force_capacity(struct ab8500_fg *di) in force_capacity()
1504 static bool check_sysfs_capacity(struct ab8500_fg *di) in check_sysfs_capacity()
1543 static void ab8500_fg_algorithm_discharging(struct ab8500_fg *di) in ab8500_fg_algorithm_discharging()
1711 static void ab8500_fg_algorithm_calibrate(struct ab8500_fg *di) in ab8500_fg_algorithm_calibrate()
1763 static void ab8500_fg_algorithm(struct ab8500_fg *di) in ab8500_fg_algorithm()
1803 struct ab8500_fg *di = container_of(work, struct ab8500_fg, in ab8500_fg_periodic_work() local
1841 struct ab8500_fg *di = container_of(work, struct ab8500_fg, in ab8500_fg_check_hw_failure_work() local
1881 struct ab8500_fg *di = container_of(work, struct ab8500_fg, in ab8500_fg_low_bat_work() local
1923 static int ab8500_fg_battok_calc(struct ab8500_fg *di, int target) in ab8500_fg_battok_calc()
1939 static int ab8500_fg_battok_init_hw_register(struct ab8500_fg *di) in ab8500_fg_battok_init_hw_register()
1983 struct ab8500_fg *di = container_of(work, struct ab8500_fg, fg_work); in ab8500_fg_instant_work() local
1997 struct ab8500_fg *di = _di; in ab8500_fg_cc_data_end_handler() local
2017 struct ab8500_fg *di = _di; in ab8500_fg_cc_int_calib_handler() local
2032 struct ab8500_fg *di = _di; in ab8500_fg_cc_convend_handler() local
2048 struct ab8500_fg *di = _di; in ab8500_fg_batt_ovv_handler() local
2067 struct ab8500_fg *di = _di; in ab8500_fg_lowbatf_handler() local
2105 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8500_fg_get_property() local
2181 struct ab8500_fg *di; in ab8500_fg_get_ext_psy_data() local
2297 static int ab8500_fg_init_hw_registers(struct ab8500_fg *di) in ab8500_fg_init_hw_registers()
2417 struct ab8500_fg *di = container_of(work, struct ab8500_fg, in ab8500_fg_reinit_work() local
2445 static ssize_t charge_full_show(struct ab8500_fg *di, char *buf) in charge_full_show()
2450 static ssize_t charge_full_store(struct ab8500_fg *di, const char *buf, in charge_full_store()
2464 static ssize_t charge_now_show(struct ab8500_fg *di, char *buf) in charge_now_show()
2469 static ssize_t charge_now_store(struct ab8500_fg *di, const char *buf, in charge_now_store()
2495 struct ab8500_fg *di; in ab8500_fg_show() local
2510 struct ab8500_fg *di; in ab8500_fg_store() local
2544 static void ab8500_fg_sysfs_exit(struct ab8500_fg *di) in ab8500_fg_sysfs_exit()
2556 static int ab8500_fg_sysfs_init(struct ab8500_fg *di) in ab8500_fg_sysfs_init()
2578 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_flagtime_read() local
2601 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_flagtime_write() local
2628 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_maxtime_read() local
2652 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_maxtime_write() local
2679 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_restart_read() local
2702 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_restart_write() local
2730 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_timer_read() local
2753 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_restart_counter_read() local
2776 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_read() local
2797 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_write() local
2825 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_flag_read() local
2848 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_debounce_read() local
2871 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_debounce_write() local
2898 struct ab8500_fg *di = power_supply_get_drvdata(psy); in ab8505_powercut_enable_status_read() local
2933 static int ab8500_fg_sysfs_psy_create_attrs(struct ab8500_fg *di) in ab8500_fg_sysfs_psy_create_attrs()
2953 static void ab8500_fg_sysfs_psy_remove_attrs(struct ab8500_fg *di) in ab8500_fg_sysfs_psy_remove_attrs()
2968 struct ab8500_fg *di = dev_get_drvdata(dev); in ab8500_fg_resume() local
2984 struct ab8500_fg *di = dev_get_drvdata(dev); in ab8500_fg_suspend() local
3029 struct ab8500_fg *di = dev_get_drvdata(dev); in ab8500_fg_bind() local
3046 struct ab8500_fg *di = dev_get_drvdata(dev); in ab8500_fg_unbind() local
3066 struct ab8500_fg *di; in ab8500_fg_probe() local
3225 struct ab8500_fg *di = platform_get_drvdata(pdev); in ab8500_fg_remove() local