Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_sysfs.c670 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show()
678 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show()
691 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show()
705 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store()
787 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show()
802 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show()
823 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store()
845 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show()
Dthermal_core.h45 #define to_cooling_device(_dev) \ macro
Dthermal_core.c840 cdev = to_cooling_device(dev); in thermal_release()