Lines Matching refs:diode
530 static u8 do_trickle_setup_ds1339(struct ds1307 *ds1307, u32 ohms, bool diode)
532 u8 setup = (diode) ? DS1307_TRICKLE_CHARGER_DIODE :
555 static u8 do_trickle_setup_rx8130(struct ds1307 *ds1307, u32 ohms, bool diode)
559 if (diode)
1340 bool diode = chip->charge_default;
1350 * trickle-diode-disable
1356 diode = false;
1359 diode = true;
1367 "trickle-diode-disable")) {
1368 diode = false;
1371 return chip->do_trickle_setup(ds1307, ohms, diode);