Lines Matching defs:devattr

485 show_in_input(struct device *dev, struct device_attribute *devattr, char *buf)  in show_in_input()
492 show_in_min(struct device *dev, struct device_attribute *devattr, char *buf) in show_in_min()
499 show_in_max(struct device *dev, struct device_attribute *devattr, char *buf) in show_in_max()
506 store_in_min(struct device *dev, struct device_attribute *devattr, in store_in_min()
525 store_in_max(struct device *dev, struct device_attribute *devattr, in store_in_max()
661 show_fan_input(struct device *dev, struct device_attribute *devattr, char *buf) in show_fan_input()
669 show_fan_min(struct device *dev, struct device_attribute *devattr, char *buf) in show_fan_min()
677 store_fan_min(struct device *dev, struct device_attribute *devattr, in store_fan_min()
708 show_temp(struct device *dev, struct device_attribute *devattr, char *buf) in show_temp()
719 show_temp_max(struct device *dev, struct device_attribute *devattr, in show_temp_max()
731 show_temp_max_hyst(struct device *dev, struct device_attribute *devattr, in show_temp_max_hyst()
743 store_temp_max(struct device *dev, struct device_attribute *devattr, in store_temp_max()
765 store_temp_max_hyst(struct device *dev, struct device_attribute *devattr, in store_temp_max_hyst()
993 show_fan_div(struct device *dev, struct device_attribute *devattr, char *buf) in show_fan_div()
1007 store_fan_div(struct device *dev, struct device_attribute *devattr, in store_fan_div()
1055 show_pwm(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm()
1063 store_pwm(struct device *dev, struct device_attribute *devattr, in store_pwm()
1101 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_enable()
1109 store_pwm_enable(struct device *dev, struct device_attribute *devattr, in store_pwm_enable()
1142 show_pwm_freq(struct device *dev, struct device_attribute *devattr, char *buf) in show_pwm_freq()
1155 store_pwm_freq(struct device *dev, struct device_attribute *devattr, in store_pwm_freq()
1194 show_temp_type(struct device *dev, struct device_attribute *devattr, in show_temp_type()
1203 store_temp_type(struct device *dev, struct device_attribute *devattr, in store_temp_type()
1267 show_name(struct device *dev, struct device_attribute *devattr, char *buf) in show_name()