Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/rtc/
Dds1307.h19 u8 trickle_charger_setup; member
/linux-4.1.27/drivers/rtc/
Drtc-ds1307.c129 u8 trickle_charger_setup; member
882 chip->trickle_charger_setup = chip->do_trickle_setup(client, in ds1307_trickle_of_init()
921 else if (pdata && pdata->trickle_charger_setup) in ds1307_probe()
922 chip->trickle_charger_setup = pdata->trickle_charger_setup; in ds1307_probe()
924 if (chip->trickle_charger_setup && chip->trickle_charger_reg) { in ds1307_probe()
926 DS13XX_TRICKLE_CHARGER_MAGIC | chip->trickle_charger_setup, in ds1307_probe()
930 chip->trickle_charger_setup); in ds1307_probe()