Lines Matching defs:devattr
1115 struct device_attribute *devattr;
1118 devattr = container_of(a, struct device_attribute, attr);
1121 if (devattr->show == cpu0_vid_show && data->have_vid)
1124 sda = (struct sensor_device_attribute *)devattr;
1127 (devattr->show == show_fan_stop_time ||
1128 devattr->show == show_fan_start_output ||
1129 devattr->show == show_fan_stop_output))
1133 (devattr->show == show_fan_max_output ||
1134 devattr->show == show_fan_step_output) &&
1142 (devattr->show == show_fan_stop_time ||
1143 devattr->show == show_fan_start_output ||
1144 devattr->show == show_fan_stop_output))
1149 (devattr->show == show_fan_stop_time ||
1150 devattr->show == show_fan_start_output ||
1151 devattr->show == show_fan_stop_output ||
1152 devattr->show == show_fan_max_output ||
1153 devattr->show == show_fan_step_output))
1156 if ((devattr->show == show_target_temp ||
1157 devattr->show == show_tolerance) &&