Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/temperature/
Dltc2983.c709 u32 excitation_current = 0, n_wires = 0; in ltc2983_rtd_new() local
727 ret = fwnode_property_read_u32(child, "adi,number-of-wires", &n_wires); in ltc2983_rtd_new()
729 switch (n_wires) { in ltc2983_rtd_new()
744 dev_err(dev, "Invalid number of wires:%u\n", n_wires); in ltc2983_rtd_new()
753 if (n_wires == 2 || n_wires == 3) { in ltc2983_rtd_new()