Searched refs:ohm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ntc_thermistor.c | 29 unsigned int ohm; member 63 * A compensation table should be sorted by the values of .ohm 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 475 lookup_comp(struct ntc_data *data, unsigned int ohm, int *i_low, int *i_high) lookup_comp() argument 541 get_temp_mc(struct ntc_data *data, unsigned int ohm) get_temp_mc() argument 579 int ohm; ntc_read() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ntc_thermistor.c | 31 unsigned int ohm; member 67 * A compensation table should be sorted by the values of .ohm 73 { .temp_c = -40, .ohm = 1747920 }, 74 { .temp_c = -35, .ohm = 1245428 }, 75 { .temp_c = -30, .ohm = 898485 }, 76 { .temp_c = -25, .ohm = 655802 }, 77 { .temp_c = -20, .ohm = 483954 }, 78 { .temp_c = -15, .ohm = 360850 }, 79 { .temp_c = -10, .ohm = 271697 }, 80 { .temp_c = -5, .ohm 411 lookup_comp(struct ntc_data *data, unsigned int ohm, int *i_low, int *i_high) lookup_comp() argument 477 get_temp_mc(struct ntc_data *data, unsigned int ohm) get_temp_mc() argument 510 int ohm; ntc_read() local [all...] |
/kernel/linux/linux-5.10/drivers/iio/potentiometer/ |
H A D | max5432.c | 28 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()
|
/kernel/linux/linux-6.6/drivers/iio/potentiometer/ |
H A D | max5432.c | 28 unsigned long ohm; member 52 if (unlikely(data->ohm > INT_MAX)) in max5432_read_raw() 55 *val = data->ohm; in max5432_read_raw() 102 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
|
Completed in 2 milliseconds