Searched refs:ichrg (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/power/supply/ |
A D | rt9455_charger.c | 586 int ichrg, ieoc_percentage, ret; in rt9455_charger_get_term_current() local 591 &ichrg); in rt9455_charger_get_term_current() 606 val->intval = ichrg * ieoc_percentage / 100; in rt9455_charger_get_term_current() 650 static int rt9455_hw_init(struct rt9455_info *info, u32 ichrg, in rt9455_hw_init() argument 707 ARRAY_SIZE(rt9455_ichrg_values), ichrg); in rt9455_hw_init() 1183 static int rt9455_discover_charger(struct rt9455_info *info, u32 *ichrg, in rt9455_discover_charger() argument 1199 ichrg); in rt9455_discover_charger() 1595 u32 ichrg, ieoc_percentage; in rt9455_probe() local 1629 ret = rt9455_discover_charger(info, &ichrg, &ieoc_percentage, in rt9455_probe() 1674 ret = rt9455_hw_init(info, ichrg, ieoc_percentage, mivr, iaicr); in rt9455_probe()
|
A D | cpcap-charger.c | 687 int vchrg, ichrg; in cpcap_usb_detect() local 713 ichrg = cpcap_charger_current_to_regval(max_current); in cpcap_usb_detect() 717 ichrg, 0); in cpcap_usb_detect()
|
Completed in 8 milliseconds