Lines Matching defs:attr

1714 show_in_reg(struct device *dev, struct device_attribute *attr, char *buf)  in show_in_reg()
1729 store_in_reg(struct device *dev, struct device_attribute *attr, const char *buf, in store_in_reg()
1750 nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_alarm()
1783 show_temp_alarm(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_alarm()
1807 nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_beep()
1824 nct6775_store_beep(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in nct6775_store_beep()
1852 show_temp_beep(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_beep()
1877 store_temp_beep(struct device *dev, struct device_attribute *attr, in store_temp_beep()
1912 struct attribute *attr, int index) in nct6775_in_is_visible()
1954 show_fan(struct device *dev, struct device_attribute *attr, char *buf) in show_fan()
1967 show_fan_min(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_min()
1982 show_fan_div(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_div()
1995 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min()
2091 show_fan_pulses(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_pulses()
2105 store_fan_pulses(struct device *dev, struct device_attribute *attr, in store_fan_pulses()
2137 struct attribute *attr, int index) in nct6775_fan_is_visible()
2191 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label()
2204 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp()
2218 store_temp(struct device *dev, struct device_attribute *attr, const char *buf, in store_temp()
2240 show_temp_offset(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_offset()
2252 store_temp_offset(struct device *dev, struct device_attribute *attr, in store_temp_offset()
2276 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type()
2289 store_temp_type(struct device *dev, struct device_attribute *attr, in store_temp_type()
2347 struct attribute *attr, int index) in nct6775_temp_is_visible()
2421 static ssize_t show_tsi_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_tsi_temp()
2432 static ssize_t show_tsi_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_tsi_temp_label()
2442 static umode_t nct6775_tsi_temp_is_visible(struct kobject *kobj, struct attribute *attr, in nct6775_tsi_temp_is_visible()
2463 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode()
2475 store_pwm_mode(struct device *dev, struct device_attribute *attr, in store_pwm_mode()
2514 show_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm()
2542 store_pwm(struct device *dev, struct device_attribute *attr, const char *buf, in store_pwm()
2662 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable()
2674 store_pwm_enable(struct device *dev, struct device_attribute *attr, in store_pwm_enable()
2743 show_pwm_temp_sel(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_temp_sel()
2756 store_pwm_temp_sel(struct device *dev, struct device_attribute *attr, in store_pwm_temp_sel()
2793 show_pwm_weight_temp_sel(struct device *dev, struct device_attribute *attr, in show_pwm_weight_temp_sel()
2808 store_pwm_weight_temp_sel(struct device *dev, struct device_attribute *attr, in store_pwm_weight_temp_sel()
2856 show_target_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_target_temp()
2868 store_target_temp(struct device *dev, struct device_attribute *attr, in store_target_temp()
2892 show_target_speed(struct device *dev, struct device_attribute *attr, char *buf) in show_target_speed()
2907 store_target_speed(struct device *dev, struct device_attribute *attr, in store_target_speed()
2932 show_temp_tolerance(struct device *dev, struct device_attribute *attr, in show_temp_tolerance()
2947 store_temp_tolerance(struct device *dev, struct device_attribute *attr, in store_temp_tolerance()
2982 show_speed_tolerance(struct device *dev, struct device_attribute *attr, in show_speed_tolerance()
3014 store_speed_tolerance(struct device *dev, struct device_attribute *attr, in store_speed_tolerance()
3060 show_weight_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_weight_temp()
3074 store_weight_temp(struct device *dev, struct device_attribute *attr, in store_weight_temp()
3109 show_fan_time(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_time()
3125 store_fan_time(struct device *dev, struct device_attribute *attr, in store_fan_time()
3148 show_auto_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_pwm()
3160 store_auto_pwm(struct device *dev, struct device_attribute *attr, in store_auto_pwm()
3234 show_auto_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_temp()
3252 store_auto_temp(struct device *dev, struct device_attribute *attr, in store_auto_temp()
3282 struct attribute *attr, int index) in nct6775_pwm_is_visible()