Home
last modified time | relevance | path

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

/drivers/hwmon/
Dntc_thermistor.c29 unsigned int ohm; member
69 { .temp_c = -40, .ohm = 1747920 },
70 { .temp_c = -35, .ohm = 1245428 },
71 { .temp_c = -30, .ohm = 898485 },
72 { .temp_c = -25, .ohm = 655802 },
73 { .temp_c = -20, .ohm = 483954 },
74 { .temp_c = -15, .ohm = 360850 },
75 { .temp_c = -10, .ohm = 271697 },
76 { .temp_c = -5, .ohm = 206463 },
77 { .temp_c = 0, .ohm = 158214 },
[all …]
/drivers/iio/potentiometer/
Dmax5432.c28 unsigned long ohm; member
52 if (unlikely(data->ohm > INT_MAX)) in max5432_read_raw()
55 *val = data->ohm; in max5432_read_raw()
103 data->ohm = (unsigned long)of_device_get_match_data(dev); in max5432_probe()