Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dcoretemp.c182 static const struct tjmax_pci tjmax_pci_table[] = { variable
244 for (i = 0; i < ARRAY_SIZE(tjmax_pci_table); i++) { in adjust_tjmax()
245 if (host_bridge->device == tjmax_pci_table[i].device) { in adjust_tjmax()
247 return tjmax_pci_table[i].tjmax; in adjust_tjmax()