Searched refs:hum (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/hwmon/ |
| H A D | aht10.c | 166 u32 temp, hum; in aht10_read_values() local 198 hum = ((u32)raw_data[1] << 12u) | in aht10_read_values() 207 hum = ((hum * 625) >> 16u) * 10; in aht10_read_values() 210 data->humidity = hum; in aht10_read_values()
|
| H A D | hs3001.c | 63 u32 hum = (raw & HS3001_MASK_HUMIDITY_0X3FFF) * HS3001_FIXPOINT_ARITH * 100; in hs3001_extract_humidity() local 65 return hum / (1 << 14) - 1; in hs3001_extract_humidity()
|
| /linux-6.15/drivers/iio/humidity/ |
| H A D | hdc3020.c | 392 int hum; in hdc3020_thresh_get_hum() local 400 hum = FIELD_GET(HDC3020_THRESH_HUM_MASK, thresh) << in hdc3020_thresh_get_hum() 403 return hum * 100; in hdc3020_thresh_get_hum() 427 u64 hum; in hdc3020_thresh_set_hum() local 435 hum = (u64)(s_hum) * 65535ULL; in hdc3020_thresh_set_hum() 436 hum = div_u64(hum, 1000000 * 100) >> HDC3020_THRESH_HUM_TRUNC_SHIFT; in hdc3020_thresh_set_hum() 437 thresh = FIELD_PREP(HDC3020_THRESH_HUM_MASK, hum); in hdc3020_thresh_set_hum()
|
| /linux-6.15/Documentation/devicetree/bindings/iio/chemical/ |
| H A D | atlas,sensor.yaml | 35 - atlas,hum-ezo
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 370 At first glance, this software seems, hum, well... buggy. In fact, data appear with a
|