Home
last modified time | relevance | path

Searched refs:term_currrent (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dsc2731_charger.c372 u32 term_currrent, term_voltage, cur_val, vol_val; in sc2731_charger_hw_init() local
393 term_currrent = bat_info.charge_term_current_ua / 1000; in sc2731_charger_hw_init()
395 if (term_currrent <= 90) in sc2731_charger_hw_init()
397 else if (term_currrent >= 265) in sc2731_charger_hw_init()
400 cur_val = ((term_currrent - 90) / 25) + 1; in sc2731_charger_hw_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dsc2731_charger.c372 u32 term_currrent, term_voltage, cur_val, vol_val; in sc2731_charger_hw_init() local
393 term_currrent = bat_info.charge_term_current_ua / 1000; in sc2731_charger_hw_init()
395 if (term_currrent <= 90) in sc2731_charger_hw_init()
397 else if (term_currrent >= 265) in sc2731_charger_hw_init()
400 cur_val = ((term_currrent - 90) / 25) + 1; in sc2731_charger_hw_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dsc2731_charger.c372 u32 term_currrent, term_voltage, cur_val, vol_val; in sc2731_charger_hw_init() local
393 term_currrent = bat_info.charge_term_current_ua / 1000; in sc2731_charger_hw_init()
395 if (term_currrent <= 90) in sc2731_charger_hw_init()
397 else if (term_currrent >= 265) in sc2731_charger_hw_init()
400 cur_val = ((term_currrent - 90) / 25) + 1; in sc2731_charger_hw_init()