Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_debugfs.h5 void thermal_debug_cdev_add(struct thermal_cooling_device *cdev, int state);
18 static inline void thermal_debug_cdev_add(struct thermal_cooling_device *cdev, int state) {} in thermal_debug_cdev_add() function
H A Dthermal_debugfs.c477 void thermal_debug_cdev_add(struct thermal_cooling_device *cdev, int state) in thermal_debug_cdev_add() function
H A Dthermal_core.c1051 thermal_debug_cdev_add(cdev, current_state); in __thermal_cooling_device_register()