Lines Matching refs:temp_data

74 struct temp_data {  struct
97 struct temp_data *pkg_data; argument
98 struct temp_data **core_data;
150 static bool is_pkg_temp_data(struct temp_data *tdata) in is_pkg_temp_data()
273 static int get_tjmax(struct temp_data *tdata, struct device *dev) in get_tjmax()
312 static int get_ttarget(struct temp_data *tdata, struct device *dev) in get_ttarget()
345 struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_LABEL]); in show_label()
357 struct temp_data *tdata = container_of(devattr, struct temp_data, in show_crit_alarm()
370 struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TJMAX]); in show_tjmax()
383 struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TTARGET]); in show_ttarget()
399 struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TEMP]); in show_temp()
422 static int create_core_attrs(struct temp_data *tdata, struct device *dev) in create_core_attrs()
479 static struct temp_data *
482 struct temp_data *tdata; in init_temp_data()
492 pdata->core_data = kcalloc(pdata->nr_cores, sizeof(struct temp_data *), in init_temp_data()
498 tdata = kzalloc(sizeof(struct temp_data), GFP_KERNEL); in init_temp_data()
524 static void destroy_temp_data(struct platform_data *pdata, struct temp_data *tdata) in destroy_temp_data()
538 static struct temp_data *get_temp_data(struct platform_data *pdata, int cpu) in get_temp_data()
557 struct temp_data *tdata; in create_core_data()
606 static void coretemp_remove_core(struct platform_data *pdata, struct temp_data *tdata) in coretemp_remove_core()
727 struct temp_data *tdata; in coretemp_cpu_offline()