Searched refs:w83793_vid (Results 1 – 1 of 1) sorted by relevance
1153 static struct sensor_device_attribute_2 w83793_vid[] = { variable1540 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++) in w83793_remove()1541 device_remove_file(dev, &w83793_vid[i].dev_attr); in w83793_remove()1771 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++) { in w83793_probe()1774 err = device_create_file(dev, &w83793_vid[i].dev_attr); in w83793_probe()1921 for (i = 0; i < ARRAY_SIZE(w83793_vid); i++) in w83793_probe()1922 device_remove_file(dev, &w83793_vid[i].dev_attr); in w83793_probe()