Lines Matching refs:device
89 struct device *hwmon_dev;
99 unsigned int device;
146 static int adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev)
166 if (host_bridge->device == tjmax_pci_table[i].device) {
264 static int get_tjmax(struct temp_data *tdata, struct device *dev)
303 static int get_ttarget(struct temp_data *tdata, struct device *dev)
332 static ssize_t show_label(struct device *dev,
345 static ssize_t show_crit_alarm(struct device *dev,
360 static ssize_t show_tjmax(struct device *dev,
375 static ssize_t show_ttarget(struct device *dev,
392 static ssize_t show_temp(struct device *dev,
421 static int create_core_attrs(struct temp_data *tdata, struct device *dev,
425 static ssize_t (*const rd_ptr[TOTAL_ATTRS]) (struct device *dev,
659 struct device *hwmon;
707 /* If the physical CPU device does not exist, just return */