Home
last modified time | relevance | path

Searched refs:thermal_device_info (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_mid_thermal.c76 struct thermal_device_info { struct
163 struct thermal_device_info *td_info = tzd->devdata; in mid_read_temp()
386 static struct thermal_device_info *initialize_sensor(int index) in initialize_sensor()
388 struct thermal_device_info *td_info = in initialize_sensor()
389 kzalloc(sizeof(struct thermal_device_info), GFP_KERNEL); in initialize_sensor()
483 struct thermal_device_info *td_info = initialize_sensor(i); in mid_thermal_probe()