has_features      214 drivers/hwmon/dme1737.c 	u32 has_features;
has_features      611 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_VID) {
has_features      623 drivers/hwmon/dme1737.c 			if (ix == 7 && !(data->has_features & HAS_IN7))
has_features      648 drivers/hwmon/dme1737.c 			if (data->has_features & HAS_TEMP_OFFSET) {
has_features      661 drivers/hwmon/dme1737.c 			if (ix == 5 && !(data->has_features & HAS_IN7))
has_features      667 drivers/hwmon/dme1737.c 			if (ix == 7 && !(data->has_features & HAS_IN7))
has_features      683 drivers/hwmon/dme1737.c 			if (!(data->has_features & HAS_FAN(ix)))
has_features      708 drivers/hwmon/dme1737.c 			if (!(data->has_features & HAS_PWM(ix)))
has_features      730 drivers/hwmon/dme1737.c 			if ((ix == 2) && !(data->has_features & HAS_ZONE3))
has_features      745 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_ZONE_HYST) {
has_features     2068 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_FAN(ix)) {
has_features     2075 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_PWM(ix)) {
has_features     2078 drivers/hwmon/dme1737.c 			if ((data->has_features & HAS_PWM_MIN) && ix < 3) {
has_features     2085 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_TEMP_OFFSET)
has_features     2087 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_VID)
has_features     2089 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_ZONE3)
has_features     2091 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_ZONE_HYST)
has_features     2093 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_IN7)
has_features     2119 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_TEMP_OFFSET) {
has_features     2125 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_VID) {
has_features     2130 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_ZONE3) {
has_features     2135 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_ZONE_HYST) {
has_features     2140 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_IN7) {
has_features     2148 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_FAN(ix)) {
has_features     2158 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_PWM(ix)) {
has_features     2163 drivers/hwmon/dme1737.c 			if ((data->has_features & HAS_PWM_MIN) && (ix < 3)) {
has_features     2185 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_TEMP_OFFSET) {
has_features     2189 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_ZONE3) {
has_features     2193 drivers/hwmon/dme1737.c 		if (data->has_features & HAS_ZONE_HYST) {
has_features     2200 drivers/hwmon/dme1737.c 			if (data->has_features & HAS_PWM(ix)) {
has_features     2204 drivers/hwmon/dme1737.c 				if ((data->has_features & HAS_PWM_MIN) &&
has_features     2215 drivers/hwmon/dme1737.c 			if ((data->has_features & HAS_PWM(ix)) &&
has_features     2269 drivers/hwmon/dme1737.c 			data->has_features |= HAS_FAN(2);
has_features     2277 drivers/hwmon/dme1737.c 			data->has_features |= HAS_FAN(3) | HAS_PWM(2);
has_features     2293 drivers/hwmon/dme1737.c 	data->has_features |= HAS_FAN(0) | HAS_FAN(1) | HAS_PWM(0) | HAS_PWM(1);
has_features     2298 drivers/hwmon/dme1737.c 		data->has_features |= HAS_TEMP_OFFSET | HAS_VID | HAS_ZONE3 |
has_features     2302 drivers/hwmon/dme1737.c 		data->has_features |= HAS_TEMP_OFFSET | HAS_ZONE3 |
has_features     2306 drivers/hwmon/dme1737.c 		data->has_features |= HAS_ZONE3;
has_features     2309 drivers/hwmon/dme1737.c 		data->has_features |= HAS_FAN(2) | HAS_PWM(2) | HAS_IN7;
has_features     2317 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_PWM(2)) ? "yes" : "no",
has_features     2318 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_PWM(4)) ? "yes" : "no",
has_features     2319 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_PWM(5)) ? "yes" : "no",
has_features     2320 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_FAN(2)) ? "yes" : "no",
has_features     2321 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_FAN(3)) ? "yes" : "no",
has_features     2322 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_FAN(4)) ? "yes" : "no",
has_features     2323 drivers/hwmon/dme1737.c 		 (data->has_features & HAS_FAN(5)) ? "yes" : "no");
has_features     2349 drivers/hwmon/dme1737.c 			if ((data->has_features & HAS_PWM(ix)) &&
has_features     2370 drivers/hwmon/dme1737.c 	if (data->has_features & HAS_VID)
has_features     2417 drivers/hwmon/dme1737.c 		data->has_features |= HAS_FAN(5);
has_features     2419 drivers/hwmon/dme1737.c 		data->has_features |= HAS_PWM(5);
has_features     2421 drivers/hwmon/dme1737.c 		data->has_features |= HAS_FAN(4);
has_features     2423 drivers/hwmon/dme1737.c 		data->has_features |= HAS_PWM(4);