Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/temperature/
Dltc2983.c754 u32 excitation_current = 0, n_wires = 0; in ltc2983_rtd_new() local
772 ret = fwnode_property_read_u32(child, "adi,number-of-wires", &n_wires); in ltc2983_rtd_new()
774 switch (n_wires) { in ltc2983_rtd_new()
789 dev_err(dev, "Invalid number of wires:%u\n", n_wires); in ltc2983_rtd_new()
798 if (n_wires == 2 || n_wires == 3) { in ltc2983_rtd_new()