Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-ds1307.c129 u8 trickle_charger_setup; member
881 chip->trickle_charger_setup = chip->do_trickle_setup(client, in ds1307_trickle_of_init()
920 else if (pdata && pdata->trickle_charger_setup) in ds1307_probe()
921 chip->trickle_charger_setup = pdata->trickle_charger_setup; in ds1307_probe()
923 if (chip->trickle_charger_setup && chip->trickle_charger_reg) { in ds1307_probe()
925 DS13XX_TRICKLE_CHARGER_MAGIC | chip->trickle_charger_setup, in ds1307_probe()
929 chip->trickle_charger_setup); in ds1307_probe()