Lines Matching refs:diode
520 static u8 do_trickle_setup_ds1339(struct ds1307 *ds1307, u32 ohms, bool diode)
522 u8 setup = (diode) ? DS1307_TRICKLE_CHARGER_DIODE :
545 static u8 do_trickle_setup_rx8130(struct ds1307 *ds1307, u32 ohms, bool diode)
549 if (diode)
1283 bool diode = chip->charge_default;
1293 * trickle-diode-disable
1299 diode = false;
1302 diode = true;
1310 "trickle-diode-disable")) {
1311 diode = false;
1314 return chip->do_trickle_setup(ds1307, ohms, diode);