Searched refs:IT87_REG_VIN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | it87.c | 235 static const u8 IT87_REG_VIN[] = { 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, variable 259 #define NUM_VIN ARRAY_SIZE(IT87_REG_VIN) 761 it87_read_value(data, IT87_REG_VIN[i]); in it87_update_device()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | it87.c | 254 static const u8 IT87_REG_VIN[] = { 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, variable 278 #define NUM_VIN ARRAY_SIZE(IT87_REG_VIN) 893 it87_read_value(data, IT87_REG_VIN[i]); in it87_update_device()
|
Completed in 9 milliseconds