Lines Matching defs:dev
1195 static struct f71882fg_data *f71882fg_update_device(struct device *dev) in f71882fg_update_device()
1371 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan()
1384 static ssize_t show_fan_full_speed(struct device *dev, in show_fan_full_speed()
1393 static ssize_t store_fan_full_speed(struct device *dev, in store_fan_full_speed()
1416 static ssize_t show_fan_beep(struct device *dev, struct device_attribute in show_fan_beep()
1428 static ssize_t store_fan_beep(struct device *dev, struct device_attribute in store_fan_beep()
1452 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute in show_fan_alarm()
1464 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, in show_in()
1473 static ssize_t show_in_max(struct device *dev, struct device_attribute in show_in_max()
1481 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max()
1506 static ssize_t show_in_beep(struct device *dev, struct device_attribute in show_in_beep()
1518 static ssize_t store_in_beep(struct device *dev, struct device_attribute in store_in_beep()
1549 static ssize_t show_in_alarm(struct device *dev, struct device_attribute in show_in_alarm()
1561 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp()
1587 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max()
1596 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max()
1618 static ssize_t show_temp_max_hyst(struct device *dev, struct device_attribute in show_temp_max_hyst()
1636 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute in store_temp_max_hyst()
1671 static ssize_t show_temp_crit(struct device *dev, struct device_attribute in show_temp_crit()
1680 static ssize_t store_temp_crit(struct device *dev, struct device_attribute in store_temp_crit()
1702 static ssize_t show_temp_crit_hyst(struct device *dev, struct device_attribute in show_temp_crit_hyst()
1720 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type()
1729 static ssize_t show_temp_beep(struct device *dev, struct device_attribute in show_temp_beep()
1741 static ssize_t store_temp_beep(struct device *dev, struct device_attribute in store_temp_beep()
1765 static ssize_t show_temp_alarm(struct device *dev, struct device_attribute in show_temp_alarm()
1777 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault()
1789 static ssize_t show_pwm(struct device *dev, in show_pwm()
1807 static ssize_t store_pwm(struct device *dev, in store_pwm()
1848 static ssize_t show_simple_pwm(struct device *dev, in show_simple_pwm()
1858 static ssize_t store_simple_pwm(struct device *dev, in store_simple_pwm()
1880 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable()
1906 static ssize_t store_pwm_enable(struct device *dev, struct device_attribute in store_pwm_enable()
1962 static ssize_t show_pwm_auto_point_pwm(struct device *dev, in show_pwm_auto_point_pwm()
1984 static ssize_t store_pwm_auto_point_pwm(struct device *dev, in store_pwm_auto_point_pwm()
2017 static ssize_t show_pwm_auto_point_temp_hyst(struct device *dev, in show_pwm_auto_point_temp_hyst()
2037 static ssize_t store_pwm_auto_point_temp_hyst(struct device *dev, in store_pwm_auto_point_temp_hyst()
2073 static ssize_t show_pwm_interpolate(struct device *dev, in show_pwm_interpolate()
2085 static ssize_t store_pwm_interpolate(struct device *dev, in store_pwm_interpolate()
2111 static ssize_t show_pwm_auto_point_channel(struct device *dev, in show_pwm_auto_point_channel()
2125 static ssize_t store_pwm_auto_point_channel(struct device *dev, in store_pwm_auto_point_channel()
2162 static ssize_t show_pwm_auto_point_temp(struct device *dev, in show_pwm_auto_point_temp()
2175 static ssize_t store_pwm_auto_point_temp(struct device *dev, in store_pwm_auto_point_temp()
2203 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show()