Searched refs:w83793_left_fan (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83793.c1010 static struct sensor_device_attribute_2 w83793_left_fan[] = { variable in typeref:struct:sensor_device_attribute_2
1090 for (i = 0; i < ARRAY_SIZE(w83793_left_fan); i++)
1091 device_remove_file(dev, &w83793_left_fan[i].dev_attr);
1208 int files_fan = ARRAY_SIZE(w83793_left_fan) / 7;
1417 &w83793_left_fan[(i - 5) * files_fan
1457 for (i = 0; i < ARRAY_SIZE(w83793_left_fan); i++)
1458 device_remove_file(dev, &w83793_left_fan[i].dev_attr);

Completed in 13 milliseconds