Lines Matching refs:cdev
38 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long target),
40 TP_ARGS(cdev, target),
43 __string(type, cdev->type)
48 __assign_str(type, cdev->type);
140 TP_PROTO(struct thermal_cooling_device *cdev,
144 TP_ARGS(cdev, status, freq, dynamic_power, static_power),
147 __string(type, cdev->type )
155 __assign_str(type, cdev->type);
168 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long freq,
171 TP_ARGS(cdev, freq, cdev_state, power),
174 __string(type, cdev->type)
181 __assign_str(type, cdev->type);