Searched refs:sda_sf3_arrays (Results 1 – 1 of 1) sorted by relevance
1721 static struct sensor_device_attribute sda_sf3_arrays[] = { variable1819 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays); i++) in w83627ehf_device_remove_files()1820 device_remove_file(dev, &sda_sf3_arrays[i].dev_attr); in w83627ehf_device_remove_files()2456 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays); i++) { in w83627ehf_probe()2457 err = device_create_file(dev, &sda_sf3_arrays[i].dev_attr); in w83627ehf_probe()