Lines Matching defs:attr
530 type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show()
538 temp_show(struct device *dev, struct device_attribute *attr, char *buf) in temp_show()
553 mode_show(struct device *dev, struct device_attribute *attr, char *buf) in mode_show()
571 mode_store(struct device *dev, struct device_attribute *attr, in mode_store()
594 trip_point_type_show(struct device *dev, struct device_attribute *attr, in trip_point_type_show()
626 trip_point_temp_store(struct device *dev, struct device_attribute *attr, in trip_point_temp_store()
648 trip_point_temp_show(struct device *dev, struct device_attribute *attr, in trip_point_temp_show()
670 trip_point_hyst_store(struct device *dev, struct device_attribute *attr, in trip_point_hyst_store()
697 trip_point_hyst_show(struct device *dev, struct device_attribute *attr, in trip_point_hyst_show()
716 passive_store(struct device *dev, struct device_attribute *attr, in passive_store()
766 passive_show(struct device *dev, struct device_attribute *attr, in passive_show()
775 policy_store(struct device *dev, struct device_attribute *attr, in policy_store()
811 emul_temp_store(struct device *dev, struct device_attribute *attr, in emul_temp_store()
849 struct device_attribute *attr, char *buf) in thermal_cooling_device_type_show()
858 struct device_attribute *attr, char *buf) in thermal_cooling_device_max_state_show()
872 struct device_attribute *attr, char *buf) in thermal_cooling_device_cur_state_show()
886 struct device_attribute *attr, in thermal_cooling_device_cur_state_store()
915 struct device_attribute *attr, char *buf) in thermal_cooling_device_trip_point_show()
1757 struct nlattr *attr; in thermal_generate_netlink_event() local