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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83793.c1097 static struct sensor_device_attribute_2 w83793_vid[] = { variable in typeref:struct:sensor_device_attribute_2
1481 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++)
1482 device_remove_file(dev, &w83793_vid[i].dev_attr);
1726 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++) {
1729 err = device_create_file(dev, &w83793_vid[i].dev_attr);
1869 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++)
1870 device_remove_file(dev, &w83793_vid[i].dev_attr);

Completed in 53 milliseconds