Lines Matching refs:temp_data
71 struct temp_data { struct
94 struct temp_data *core_data[MAX_CORE_DATA]; argument
264 static int get_tjmax(struct temp_data *tdata, struct device *dev) in get_tjmax()
303 static int get_ttarget(struct temp_data *tdata, struct device *dev) in get_ttarget()
337 struct temp_data *tdata = pdata->core_data[attr->index]; in show_label()
351 struct temp_data *tdata = pdata->core_data[attr->index]; in show_crit_alarm()
365 struct temp_data *tdata = pdata->core_data[attr->index]; in show_tjmax()
380 struct temp_data *tdata = pdata->core_data[attr->index]; in show_ttarget()
398 struct temp_data *tdata = pdata->core_data[attr->index]; in show_temp()
421 static int create_core_attrs(struct temp_data *tdata, struct device *dev, in create_core_attrs()
473 static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag) in init_temp_data()
475 struct temp_data *tdata; in init_temp_data()
477 tdata = kzalloc(sizeof(struct temp_data), GFP_KERNEL); in init_temp_data()
494 struct temp_data *tdata; in create_core_data()
573 struct temp_data *tdata = pdata->core_data[indx]; in coretemp_remove_core()
698 struct temp_data *tdata; in coretemp_cpu_offline()