Lines Matching defs:dev

521 static struct w83795_data *w83795_update_pwm_config(struct device *dev)  in w83795_update_pwm_config()
588 static struct w83795_data *w83795_update_device(struct device *dev) in w83795_update_device()
701 show_alarm_beep(struct device *dev, struct device_attribute *attr, char *buf) in show_alarm_beep()
720 store_beep(struct device *dev, struct device_attribute *attr, in store_beep()
749 store_chassis_clear(struct device *dev, in store_chassis_clear()
775 show_fan(struct device *dev, struct device_attribute *attr, char *buf) in show_fan()
793 store_fan_min(struct device *dev, struct device_attribute *attr, in store_fan_min()
826 show_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm()
854 store_pwm(struct device *dev, struct device_attribute *attr, in store_pwm()
887 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable()
915 store_pwm_enable(struct device *dev, struct device_attribute *attr, in store_pwm_enable()
962 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode()
998 show_temp_src(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_src()
1019 store_temp_src(struct device *dev, struct device_attribute *attr, in store_temp_src()
1060 show_temp_pwm_enable(struct device *dev, struct device_attribute *attr, in show_temp_pwm_enable()
1087 store_temp_pwm_enable(struct device *dev, struct device_attribute *attr, in store_temp_pwm_enable()
1126 show_fanin(struct device *dev, struct device_attribute *attr, char *buf) in show_fanin()
1148 store_fanin(struct device *dev, struct device_attribute *attr, in store_fanin()
1183 show_temp_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_pwm()
1196 store_temp_pwm(struct device *dev, struct device_attribute *attr, in store_temp_pwm()
1244 show_sf4_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_sf4_pwm()
1256 store_sf4_pwm(struct device *dev, struct device_attribute *attr, in store_sf4_pwm()
1279 show_sf4_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_sf4_temp()
1292 store_sf4_temp(struct device *dev, struct device_attribute *attr, in store_sf4_temp()
1317 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp()
1332 store_temp(struct device *dev, struct device_attribute *attr, in store_temp()
1355 show_dts_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_dts_mode()
1369 show_dts(struct device *dev, struct device_attribute *attr, char *buf) in show_dts()
1382 show_dts_ext(struct device *dev, struct device_attribute *attr, char *buf) in show_dts_ext()
1394 store_dts_ext(struct device *dev, struct device_attribute *attr, in store_dts_ext()
1416 show_temp_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_mode()
1434 store_temp_mode(struct device *dev, struct device_attribute *attr, in store_temp_mode()
1475 show_in(struct device *dev, struct device_attribute *attr, char *buf) in show_in()
1509 store_in(struct device *dev, struct device_attribute *attr, in store_in()
1550 show_sf_setup(struct device *dev, struct device_attribute *attr, char *buf) in show_sf_setup()
1569 store_sf_setup(struct device *dev, struct device_attribute *attr, in store_sf_setup()
1985 static int w83795_handle_files(struct device *dev, int (*fn)(struct device *, in w83795_handle_files()
2076 static int device_remove_file_wrapper(struct device *dev, in device_remove_file_wrapper()
2141 struct device *dev = &client->dev; in w83795_probe() local