Searched defs:thermal_device_info (Results 1 - 1 of 1) sorted by relevance

/drivers/platform/x86/
H A Dintel_mid_thermal.c92 struct thermal_device_info { struct
179 struct thermal_device_info *td_info = tzd->devdata;
403 static struct thermal_device_info *initialize_sensor(int index)
405 struct thermal_device_info *td_info =
406 kzalloc(sizeof(struct thermal_device_info), GFP_KERNEL);
498 struct thermal_device_info *td_info = initialize_sensor(i);

Completed in 83 milliseconds