Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-abx80x.c562 const char *diode; in abx80x_dt_trickle_cfg() local
567 ret = of_property_read_string(np, "abracon,tc-diode", &diode); in abx80x_dt_trickle_cfg()
571 if (!strcmp(diode, "standard")) in abx80x_dt_trickle_cfg()
573 else if (!strcmp(diode, "schottky")) in abx80x_dt_trickle_cfg()
Drtc-ds1307.c488 static u8 do_trickle_setup_ds1339(struct ds1307 *ds1307, u32 ohms, bool diode) in do_trickle_setup_ds1339() argument
490 u8 setup = (diode) ? DS1307_TRICKLE_CHARGER_DIODE : in do_trickle_setup_ds1339()
1214 bool diode = true; in ds1307_trickle_init() local
1224 diode = false; in ds1307_trickle_init()
1226 return chip->do_trickle_setup(ds1307, ohms, diode); in ds1307_trickle_init()
/drivers/hwmon/
Dw83627ehf.c1874 u8 tmp, diode; in w83627ehf_init_device() local
1904 diode = w83627ehf_read_value(data, W83627EHF_REG_DIODE); in w83627ehf_init_device()
1907 diode = 0x00; in w83627ehf_init_device()
1910 diode = 0x70; in w83627ehf_init_device()
1924 data->temp_type[i] = (diode & (0x10 << i)) ? 1 : 3; in w83627ehf_init_device()
Dnct6775.c2406 u8 vbat, diode, vbit, dbit; in store_temp_type() local
2421 diode = nct6775_read_value(data, data->REG_DIODE) & ~dbit; in store_temp_type()
2425 diode |= dbit; in store_temp_type()
2434 nct6775_write_value(data, data->REG_DIODE, diode); in store_temp_type()
3505 u8 tmp, diode; in nct6775_init_device() local
3531 diode = nct6775_read_value(data, data->REG_DIODE); in nct6775_init_device()
3538 = 3 - ((diode >> i) & data->DIODE_MASK); in nct6775_init_device()
DKconfig1006 Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
/drivers/media/rc/
DKconfig395 tristate "Nokia N900 IR transmitter diode"
399 transmitter diode built in the Nokia N900 (RX51) device.