tjmax_pci_table   183 drivers/hwmon/coretemp.c static const struct tjmax_pci tjmax_pci_table[] = {
tjmax_pci_table   245 drivers/hwmon/coretemp.c 		for (i = 0; i < ARRAY_SIZE(tjmax_pci_table); i++) {
tjmax_pci_table   246 drivers/hwmon/coretemp.c 			if (host_bridge->device == tjmax_pci_table[i].device)
tjmax_pci_table   247 drivers/hwmon/coretemp.c 				return tjmax_pci_table[i].tjmax;