Lines Matching refs:temp_data
72 struct temp_data { struct
95 struct temp_data *core_data[MAX_CORE_DATA]; argument
109 struct temp_data *tdata = pdata->core_data[attr->index]; in show_label()
123 struct temp_data *tdata = pdata->core_data[attr->index]; in show_crit_alarm()
156 struct temp_data *tdata = pdata->core_data[attr->index]; in show_temp()
380 static int create_core_attrs(struct temp_data *tdata, struct device *dev, in create_core_attrs()
432 static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag) in init_temp_data()
434 struct temp_data *tdata; in init_temp_data()
436 tdata = kzalloc(sizeof(struct temp_data), GFP_KERNEL); in init_temp_data()
453 struct temp_data *tdata; in create_core_data()
520 struct temp_data *tdata = pdata->core_data[indx]; in coretemp_remove_core()
649 struct temp_data *tdata; in coretemp_cpu_offline()