Home
last modified time | relevance | path

Searched refs:show_target_temp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dw83627ehf.c937 static SENSOR_DEVICE_ATTR(pwm1_target, 0644, show_target_temp,
939 static SENSOR_DEVICE_ATTR(pwm2_target, 0644, show_target_temp,
941 static SENSOR_DEVICE_ATTR(pwm3_target, 0644, show_target_temp,
943 static SENSOR_DEVICE_ATTR(pwm4_target, 0644, show_target_temp,
1154 if ((devattr->show == show_target_temp || in w83627ehf_attrs_visible()
H A Dnct6775-core.c2856 show_target_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_target_temp() function
3052 SENSOR_TEMPLATE(pwm_target_temp, "pwm%d_target_temp", 0644, show_target_temp, store_target_temp, 0);