Lines Matching refs:d

39 nouveau_hwmon_show_temp(struct device *d, struct device_attribute *a, char *buf)  in nouveau_hwmon_show_temp()  argument
41 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_show_temp()
55 nouveau_hwmon_show_temp1_auto_point1_pwm(struct device *d, in nouveau_hwmon_show_temp1_auto_point1_pwm() argument
64 nouveau_hwmon_temp1_auto_point1_temp(struct device *d, in nouveau_hwmon_temp1_auto_point1_temp() argument
67 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_temp1_auto_point1_temp()
75 nouveau_hwmon_set_temp1_auto_point1_temp(struct device *d, in nouveau_hwmon_set_temp1_auto_point1_temp() argument
79 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_temp1_auto_point1_temp()
97 nouveau_hwmon_temp1_auto_point1_temp_hyst(struct device *d, in nouveau_hwmon_temp1_auto_point1_temp_hyst() argument
100 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_temp1_auto_point1_temp_hyst()
108 nouveau_hwmon_set_temp1_auto_point1_temp_hyst(struct device *d, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() argument
112 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
130 nouveau_hwmon_max_temp(struct device *d, struct device_attribute *a, char *buf) in nouveau_hwmon_max_temp() argument
132 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_max_temp()
140 nouveau_hwmon_set_max_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_max_temp() argument
143 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_max_temp()
160 nouveau_hwmon_max_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_max_temp_hyst() argument
163 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_max_temp_hyst()
171 nouveau_hwmon_set_max_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_max_temp_hyst() argument
174 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_max_temp_hyst()
192 nouveau_hwmon_critical_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_critical_temp() argument
195 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_critical_temp()
203 nouveau_hwmon_set_critical_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_critical_temp() argument
207 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_critical_temp()
225 nouveau_hwmon_critical_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_critical_temp_hyst() argument
228 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_critical_temp_hyst()
236 nouveau_hwmon_set_critical_temp_hyst(struct device *d, in nouveau_hwmon_set_critical_temp_hyst() argument
241 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_critical_temp_hyst()
258 nouveau_hwmon_emergency_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_emergency_temp() argument
261 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_emergency_temp()
269 nouveau_hwmon_set_emergency_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_emergency_temp() argument
273 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_emergency_temp()
291 nouveau_hwmon_emergency_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_emergency_temp_hyst() argument
294 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_emergency_temp_hyst()
302 nouveau_hwmon_set_emergency_temp_hyst(struct device *d, in nouveau_hwmon_set_emergency_temp_hyst() argument
307 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_emergency_temp_hyst()
344 nouveau_hwmon_show_fan1_input(struct device *d, struct device_attribute *attr, in nouveau_hwmon_show_fan1_input() argument
347 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_show_fan1_input()
357 nouveau_hwmon_get_pwm1_enable(struct device *d, in nouveau_hwmon_get_pwm1_enable() argument
360 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_get_pwm1_enable()
373 nouveau_hwmon_set_pwm1_enable(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_pwm1_enable() argument
376 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_pwm1_enable()
397 nouveau_hwmon_get_pwm1(struct device *d, struct device_attribute *a, char *buf) in nouveau_hwmon_get_pwm1() argument
399 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_get_pwm1()
412 nouveau_hwmon_set_pwm1(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_pwm1() argument
415 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_pwm1()
436 nouveau_hwmon_get_pwm1_min(struct device *d, in nouveau_hwmon_get_pwm1_min() argument
439 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_get_pwm1_min()
452 nouveau_hwmon_set_pwm1_min(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_pwm1_min() argument
455 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_pwm1_min()
476 nouveau_hwmon_get_pwm1_max(struct device *d, in nouveau_hwmon_get_pwm1_max() argument
479 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_get_pwm1_max()
492 nouveau_hwmon_set_pwm1_max(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_pwm1_max() argument
495 struct drm_device *dev = dev_get_drvdata(d); in nouveau_hwmon_set_pwm1_max()