Lines Matching refs:ssize_t
307 static ssize_t show_in(struct device *dev, struct device_attribute *devattr,
309 static ssize_t show_in_max(struct device *dev, struct device_attribute
311 static ssize_t store_in_max(struct device *dev, struct device_attribute
313 static ssize_t show_in_beep(struct device *dev, struct device_attribute
315 static ssize_t store_in_beep(struct device *dev, struct device_attribute
317 static ssize_t show_in_alarm(struct device *dev, struct device_attribute
320 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr,
322 static ssize_t show_fan_full_speed(struct device *dev,
324 static ssize_t store_fan_full_speed(struct device *dev,
326 static ssize_t show_fan_beep(struct device *dev, struct device_attribute
328 static ssize_t store_fan_beep(struct device *dev, struct device_attribute
330 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute
333 static ssize_t show_temp(struct device *dev, struct device_attribute
335 static ssize_t show_temp_max(struct device *dev, struct device_attribute
337 static ssize_t store_temp_max(struct device *dev, struct device_attribute
339 static ssize_t show_temp_max_hyst(struct device *dev, struct device_attribute
341 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute
343 static ssize_t show_temp_crit(struct device *dev, struct device_attribute
345 static ssize_t store_temp_crit(struct device *dev, struct device_attribute
347 static ssize_t show_temp_crit_hyst(struct device *dev, struct device_attribute
349 static ssize_t show_temp_type(struct device *dev, struct device_attribute
351 static ssize_t show_temp_beep(struct device *dev, struct device_attribute
353 static ssize_t store_temp_beep(struct device *dev, struct device_attribute
355 static ssize_t show_temp_alarm(struct device *dev, struct device_attribute
357 static ssize_t show_temp_fault(struct device *dev, struct device_attribute
360 static ssize_t show_pwm(struct device *dev, struct device_attribute *devattr,
362 static ssize_t store_pwm(struct device *dev, struct device_attribute *devattr,
364 static ssize_t show_simple_pwm(struct device *dev,
366 static ssize_t store_simple_pwm(struct device *dev,
368 static ssize_t show_pwm_enable(struct device *dev,
370 static ssize_t store_pwm_enable(struct device *dev,
372 static ssize_t show_pwm_interpolate(struct device *dev,
374 static ssize_t store_pwm_interpolate(struct device *dev,
376 static ssize_t show_pwm_auto_point_channel(struct device *dev,
378 static ssize_t store_pwm_auto_point_channel(struct device *dev,
380 static ssize_t show_pwm_auto_point_temp_hyst(struct device *dev,
382 static ssize_t store_pwm_auto_point_temp_hyst(struct device *dev,
384 static ssize_t show_pwm_auto_point_pwm(struct device *dev,
386 static ssize_t store_pwm_auto_point_pwm(struct device *dev,
388 static ssize_t show_pwm_auto_point_temp(struct device *dev,
390 static ssize_t store_pwm_auto_point_temp(struct device *dev,
393 static ssize_t show_name(struct device *dev, struct device_attribute *devattr,
1384 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan()
1397 static ssize_t show_fan_full_speed(struct device *dev, in show_fan_full_speed()
1406 static ssize_t store_fan_full_speed(struct device *dev, in store_fan_full_speed()
1429 static ssize_t show_fan_beep(struct device *dev, struct device_attribute in show_fan_beep()
1441 static ssize_t store_fan_beep(struct device *dev, struct device_attribute in store_fan_beep()
1465 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute in show_fan_alarm()
1477 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, in show_in()
1486 static ssize_t show_in_max(struct device *dev, struct device_attribute in show_in_max()
1494 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max()
1519 static ssize_t show_in_beep(struct device *dev, struct device_attribute in show_in_beep()
1531 static ssize_t store_in_beep(struct device *dev, struct device_attribute in store_in_beep()
1562 static ssize_t show_in_alarm(struct device *dev, struct device_attribute in show_in_alarm()
1574 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp()
1599 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max()
1608 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max()
1630 static ssize_t show_temp_max_hyst(struct device *dev, struct device_attribute in show_temp_max_hyst()
1648 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute in store_temp_max_hyst()
1653 ssize_t ret = count; in store_temp_max_hyst()
1683 static ssize_t show_temp_crit(struct device *dev, struct device_attribute in show_temp_crit()
1692 static ssize_t store_temp_crit(struct device *dev, struct device_attribute in store_temp_crit()
1714 static ssize_t show_temp_crit_hyst(struct device *dev, struct device_attribute in show_temp_crit_hyst()
1732 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type()
1741 static ssize_t show_temp_beep(struct device *dev, struct device_attribute in show_temp_beep()
1753 static ssize_t store_temp_beep(struct device *dev, struct device_attribute in store_temp_beep()
1777 static ssize_t show_temp_alarm(struct device *dev, struct device_attribute in show_temp_alarm()
1789 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault()
1801 static ssize_t show_pwm(struct device *dev, in show_pwm()
1819 static ssize_t store_pwm(struct device *dev, in store_pwm()
1860 static ssize_t show_simple_pwm(struct device *dev, in show_simple_pwm()
1870 static ssize_t store_simple_pwm(struct device *dev, in store_simple_pwm()
1892 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable()
1918 static ssize_t store_pwm_enable(struct device *dev, struct device_attribute in store_pwm_enable()
1974 static ssize_t show_pwm_auto_point_pwm(struct device *dev, in show_pwm_auto_point_pwm()
1996 static ssize_t store_pwm_auto_point_pwm(struct device *dev, in store_pwm_auto_point_pwm()
2029 static ssize_t show_pwm_auto_point_temp_hyst(struct device *dev, in show_pwm_auto_point_temp_hyst()
2049 static ssize_t store_pwm_auto_point_temp_hyst(struct device *dev, in store_pwm_auto_point_temp_hyst()
2085 static ssize_t show_pwm_interpolate(struct device *dev, in show_pwm_interpolate()
2097 static ssize_t store_pwm_interpolate(struct device *dev, in store_pwm_interpolate()
2123 static ssize_t show_pwm_auto_point_channel(struct device *dev, in show_pwm_auto_point_channel()
2137 static ssize_t store_pwm_auto_point_channel(struct device *dev, in store_pwm_auto_point_channel()
2174 static ssize_t show_pwm_auto_point_temp(struct device *dev, in show_pwm_auto_point_temp()
2187 static ssize_t store_pwm_auto_point_temp(struct device *dev, in store_pwm_auto_point_temp()
2215 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name()