Home
last modified time | relevance | path

Searched refs:trickle_charger_setup (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/rtc/
Dds1307.h19 u8 trickle_charger_setup; member
/Linux-v5.4/drivers/rtc/
Drtc-ds1307.c1586 u8 trickle_charger_setup = 0; in ds1307_probe() local
1625 trickle_charger_setup = ds1307_trickle_init(ds1307, chip); in ds1307_probe()
1626 else if (pdata->trickle_charger_setup) in ds1307_probe()
1627 trickle_charger_setup = pdata->trickle_charger_setup; in ds1307_probe()
1629 if (trickle_charger_setup && chip->trickle_charger_reg) { in ds1307_probe()
1630 trickle_charger_setup |= DS13XX_TRICKLE_CHARGER_MAGIC; in ds1307_probe()
1633 trickle_charger_setup, chip->trickle_charger_reg); in ds1307_probe()
1635 trickle_charger_setup); in ds1307_probe()