/Linux-v4.19/drivers/hwmon/ |
D | lm90.c | 481 s8 temp8[TEMP8_REG_NUM]; member 617 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits() 622 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits() 665 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits() 670 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits() 681 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits() 686 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits() 727 data->temp8[LOCAL_LOW] = val; in lm90_update_device() 732 data->temp8[LOCAL_HIGH] = val; in lm90_update_device() 1025 s8 temp8 = data->temp8[index]; in lm90_get_temp8() local [all …]
|
D | asc7621.c | 879 PWRITE(temp1_min, 0, PRI_LOW, 0x4e, 0, 0, 0, temp8), 880 PWRITE(temp2_min, 1, PRI_LOW, 0x50, 0, 0, 0, temp8), 881 PWRITE(temp3_min, 2, PRI_LOW, 0x52, 0, 0, 0, temp8), 882 PWRITE(temp4_min, 3, PRI_LOW, 0x34, 0, 0, 0, temp8), 884 PWRITE(temp1_max, 0, PRI_LOW, 0x4f, 0, 0, 0, temp8), 885 PWRITE(temp2_max, 1, PRI_LOW, 0x51, 0, 0, 0, temp8), 886 PWRITE(temp3_max, 2, PRI_LOW, 0x53, 0, 0, 0, temp8), 887 PWRITE(temp4_max, 3, PRI_LOW, 0x35, 0, 0, 0, temp8), 927 PWRITE(temp1_auto_point1_temp, 0, PRI_LOW, 0x67, 0, 0, 0, temp8), 928 PWRITE(temp2_auto_point1_temp, 1, PRI_LOW, 0x68, 0, 0, 0, temp8), [all …]
|
D | lm63.c | 173 s8 temp8[15]; /* 0: local input member 194 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg() 195 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg() 200 return data->temp8[nr] * (data->lut_temp_highres ? 500 : 1000); in lut_temp_from_reg() 226 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut() 267 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() 269 data->temp8[1] = i2c_smbus_read_byte_data(client, in lm63_update_device() 296 data->temp8[2] = i2c_smbus_read_byte_data(client, in lm63_update_device() 328 || data->temp8[3 + i - 1] > data->temp8[3 + i]) { in lm63_lut_looks_bad() 475 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8() [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83795 | 73 29/ 30 | PECI/TSI (DTS2) | 27h | temp8 120 23 | PECI (DTS2) | 27h | temp8
|
D | max34440 | 129 temp7 and temp8 attributes only exist for MAX34440.
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | rsmisc.c | 773 resource->data.extended_irq.interrupt_count = temp8; 774 if (temp8 < 1) {
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_api_88xx.c | 2590 u8 temp8 = 0; in halmac_debug_88xx() local 2614 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx() 2617 "halmac_debug: sdio[%x]=%x\n", i, temp8); in halmac_debug_88xx() 2622 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx() 2625 i, temp8); in halmac_debug_88xx() 2630 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx() 2632 "halmac_debug: mac[%x]=%x\n", i, temp8); in halmac_debug_88xx() 2634 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx() 2636 "halmac_debug: mac[%x]=%x\n", i, temp8); in halmac_debug_88xx() 2638 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx() [all …]
|