Home
last modified time | relevance | path

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

/drivers/hwmon/
Dntc_thermistor.c26 unsigned int ohm; member
66 { .temp_c = -40, .ohm = 1747920 },
67 { .temp_c = -35, .ohm = 1245428 },
68 { .temp_c = -30, .ohm = 898485 },
69 { .temp_c = -25, .ohm = 655802 },
70 { .temp_c = -20, .ohm = 483954 },
71 { .temp_c = -15, .ohm = 360850 },
72 { .temp_c = -10, .ohm = 271697 },
73 { .temp_c = -5, .ohm = 206463 },
74 { .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)device_get_match_data(dev); in max5432_probe()