Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_sysfs.c655 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show()
663 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show()
676 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show()
690 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store()
778 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show()
793 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show()
814 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store()
836 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show()
893 struct thermal_cooling_device *cdev = to_cooling_device( in cooling_device_stats_is_visible()
H A Dthermal_core.h122 #define to_cooling_device(_dev) \ macro
H A Dthermal_core.c993 cdev = to_cooling_device(dev); in thermal_release()