Lines Matching refs:ssize_t
278 static ssize_t show_in(struct device *dev, struct device_attribute *devattr,
280 static ssize_t show_in_max(struct device *dev, struct device_attribute
282 static ssize_t store_in_max(struct device *dev, struct device_attribute
284 static ssize_t show_in_beep(struct device *dev, struct device_attribute
286 static ssize_t store_in_beep(struct device *dev, struct device_attribute
288 static ssize_t show_in_alarm(struct device *dev, struct device_attribute
291 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr,
293 static ssize_t show_fan_full_speed(struct device *dev,
295 static ssize_t store_fan_full_speed(struct device *dev,
297 static ssize_t show_fan_beep(struct device *dev, struct device_attribute
299 static ssize_t store_fan_beep(struct device *dev, struct device_attribute
301 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute
304 static ssize_t show_temp(struct device *dev, struct device_attribute
306 static ssize_t show_temp_max(struct device *dev, struct device_attribute
308 static ssize_t store_temp_max(struct device *dev, struct device_attribute
310 static ssize_t show_temp_max_hyst(struct device *dev, struct device_attribute
312 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute
314 static ssize_t show_temp_crit(struct device *dev, struct device_attribute
316 static ssize_t store_temp_crit(struct device *dev, struct device_attribute
318 static ssize_t show_temp_crit_hyst(struct device *dev, struct device_attribute
320 static ssize_t show_temp_type(struct device *dev, struct device_attribute
322 static ssize_t show_temp_beep(struct device *dev, struct device_attribute
324 static ssize_t store_temp_beep(struct device *dev, struct device_attribute
326 static ssize_t show_temp_alarm(struct device *dev, struct device_attribute
328 static ssize_t show_temp_fault(struct device *dev, struct device_attribute
331 static ssize_t show_pwm(struct device *dev, struct device_attribute *devattr,
333 static ssize_t store_pwm(struct device *dev, struct device_attribute *devattr,
335 static ssize_t show_simple_pwm(struct device *dev,
337 static ssize_t store_simple_pwm(struct device *dev,
339 static ssize_t show_pwm_enable(struct device *dev,
341 static ssize_t store_pwm_enable(struct device *dev,
343 static ssize_t show_pwm_interpolate(struct device *dev,
345 static ssize_t store_pwm_interpolate(struct device *dev,
347 static ssize_t show_pwm_auto_point_channel(struct device *dev,
349 static ssize_t store_pwm_auto_point_channel(struct device *dev,
351 static ssize_t show_pwm_auto_point_temp_hyst(struct device *dev,
353 static ssize_t store_pwm_auto_point_temp_hyst(struct device *dev,
355 static ssize_t show_pwm_auto_point_pwm(struct device *dev,
357 static ssize_t store_pwm_auto_point_pwm(struct device *dev,
359 static ssize_t show_pwm_auto_point_temp(struct device *dev,
361 static ssize_t store_pwm_auto_point_temp(struct device *dev,
364 static ssize_t show_name(struct device *dev, struct device_attribute *devattr,
1318 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan()
1331 static ssize_t show_fan_full_speed(struct device *dev, in show_fan_full_speed()
1340 static ssize_t store_fan_full_speed(struct device *dev, in store_fan_full_speed()
1363 static ssize_t show_fan_beep(struct device *dev, struct device_attribute in show_fan_beep()
1375 static ssize_t store_fan_beep(struct device *dev, struct device_attribute in store_fan_beep()
1399 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute in show_fan_alarm()
1411 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, in show_in()
1420 static ssize_t show_in_max(struct device *dev, struct device_attribute in show_in_max()
1428 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max()
1450 static ssize_t show_in_beep(struct device *dev, struct device_attribute in show_in_beep()
1462 static ssize_t store_in_beep(struct device *dev, struct device_attribute in store_in_beep()
1486 static ssize_t show_in_alarm(struct device *dev, struct device_attribute in show_in_alarm()
1498 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp()
1523 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max()
1532 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max()
1554 static ssize_t show_temp_max_hyst(struct device *dev, struct device_attribute in show_temp_max_hyst()
1572 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute in store_temp_max_hyst()
1577 ssize_t ret = count; in store_temp_max_hyst()
1607 static ssize_t show_temp_crit(struct device *dev, struct device_attribute in show_temp_crit()
1616 static ssize_t store_temp_crit(struct device *dev, struct device_attribute in store_temp_crit()
1638 static ssize_t show_temp_crit_hyst(struct device *dev, struct device_attribute in show_temp_crit_hyst()
1656 static ssize_t show_temp_type(struct device *dev, struct device_attribute in show_temp_type()
1665 static ssize_t show_temp_beep(struct device *dev, struct device_attribute in show_temp_beep()
1677 static ssize_t store_temp_beep(struct device *dev, struct device_attribute in store_temp_beep()
1701 static ssize_t show_temp_alarm(struct device *dev, struct device_attribute in show_temp_alarm()
1713 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault()
1725 static ssize_t show_pwm(struct device *dev, in show_pwm()
1743 static ssize_t store_pwm(struct device *dev, in store_pwm()
1784 static ssize_t show_simple_pwm(struct device *dev, in show_simple_pwm()
1794 static ssize_t store_simple_pwm(struct device *dev, in store_simple_pwm()
1816 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable()
1842 static ssize_t store_pwm_enable(struct device *dev, struct device_attribute in store_pwm_enable()
1898 static ssize_t show_pwm_auto_point_pwm(struct device *dev, in show_pwm_auto_point_pwm()
1920 static ssize_t store_pwm_auto_point_pwm(struct device *dev, in store_pwm_auto_point_pwm()
1953 static ssize_t show_pwm_auto_point_temp_hyst(struct device *dev, in show_pwm_auto_point_temp_hyst()
1973 static ssize_t store_pwm_auto_point_temp_hyst(struct device *dev, in store_pwm_auto_point_temp_hyst()
2009 static ssize_t show_pwm_interpolate(struct device *dev, in show_pwm_interpolate()
2021 static ssize_t store_pwm_interpolate(struct device *dev, in store_pwm_interpolate()
2047 static ssize_t show_pwm_auto_point_channel(struct device *dev, in show_pwm_auto_point_channel()
2061 static ssize_t store_pwm_auto_point_channel(struct device *dev, in store_pwm_auto_point_channel()
2098 static ssize_t show_pwm_auto_point_temp(struct device *dev, in show_pwm_auto_point_temp()
2111 static ssize_t store_pwm_auto_point_temp(struct device *dev, in store_pwm_auto_point_temp()
2139 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name()