Lines Matching refs:dev_attr

1820 		device_remove_file(dev, &sda_sf3_arrays[i].dev_attr);  in w83627ehf_device_remove_files()
1826 device_remove_file(dev, &attr->dev_attr); in w83627ehf_device_remove_files()
1829 device_remove_file(dev, &sda_sf3_arrays_fan3[i].dev_attr); in w83627ehf_device_remove_files()
1831 device_remove_file(dev, &sda_sf3_arrays_fan4[i].dev_attr); in w83627ehf_device_remove_files()
1835 device_remove_file(dev, &sda_in_input[i].dev_attr); in w83627ehf_device_remove_files()
1836 device_remove_file(dev, &sda_in_alarm[i].dev_attr); in w83627ehf_device_remove_files()
1837 device_remove_file(dev, &sda_in_min[i].dev_attr); in w83627ehf_device_remove_files()
1838 device_remove_file(dev, &sda_in_max[i].dev_attr); in w83627ehf_device_remove_files()
1841 device_remove_file(dev, &sda_fan_input[i].dev_attr); in w83627ehf_device_remove_files()
1842 device_remove_file(dev, &sda_fan_alarm[i].dev_attr); in w83627ehf_device_remove_files()
1843 device_remove_file(dev, &sda_fan_div[i].dev_attr); in w83627ehf_device_remove_files()
1844 device_remove_file(dev, &sda_fan_min[i].dev_attr); in w83627ehf_device_remove_files()
1847 device_remove_file(dev, &sda_pwm[i].dev_attr); in w83627ehf_device_remove_files()
1848 device_remove_file(dev, &sda_pwm_mode[i].dev_attr); in w83627ehf_device_remove_files()
1849 device_remove_file(dev, &sda_pwm_enable[i].dev_attr); in w83627ehf_device_remove_files()
1850 device_remove_file(dev, &sda_target_temp[i].dev_attr); in w83627ehf_device_remove_files()
1851 device_remove_file(dev, &sda_tolerance[i].dev_attr); in w83627ehf_device_remove_files()
1856 device_remove_file(dev, &sda_temp_input[i].dev_attr); in w83627ehf_device_remove_files()
1857 device_remove_file(dev, &sda_temp_label[i].dev_attr); in w83627ehf_device_remove_files()
1860 device_remove_file(dev, &sda_temp_max[i].dev_attr); in w83627ehf_device_remove_files()
1861 device_remove_file(dev, &sda_temp_max_hyst[i].dev_attr); in w83627ehf_device_remove_files()
1864 device_remove_file(dev, &sda_temp_alarm[i].dev_attr); in w83627ehf_device_remove_files()
1865 device_remove_file(dev, &sda_temp_type[i].dev_attr); in w83627ehf_device_remove_files()
1866 device_remove_file(dev, &sda_temp_offset[i].dev_attr); in w83627ehf_device_remove_files()
1869 device_remove_file(dev, &sda_caseopen[0].dev_attr); in w83627ehf_device_remove_files()
1870 device_remove_file(dev, &sda_caseopen[1].dev_attr); in w83627ehf_device_remove_files()
2457 err = device_create_file(dev, &sda_sf3_arrays[i].dev_attr); in w83627ehf_probe()
2467 err = device_create_file(dev, &attr->dev_attr); in w83627ehf_probe()
2476 &sda_sf3_arrays_fan3[i].dev_attr); in w83627ehf_probe()
2483 &sda_sf3_arrays_fan4[i].dev_attr); in w83627ehf_probe()
2491 if ((err = device_create_file(dev, &sda_in_input[i].dev_attr)) in w83627ehf_probe()
2493 &sda_in_alarm[i].dev_attr)) in w83627ehf_probe()
2495 &sda_in_min[i].dev_attr)) in w83627ehf_probe()
2497 &sda_in_max[i].dev_attr))) in w83627ehf_probe()
2504 &sda_fan_input[i].dev_attr)) in w83627ehf_probe()
2506 &sda_fan_alarm[i].dev_attr))) in w83627ehf_probe()
2510 &sda_fan_div[i].dev_attr); in w83627ehf_probe()
2516 &sda_fan_min[i].dev_attr); in w83627ehf_probe()
2522 &sda_pwm[i].dev_attr)) in w83627ehf_probe()
2524 &sda_pwm_mode[i].dev_attr)) in w83627ehf_probe()
2526 &sda_pwm_enable[i].dev_attr)) in w83627ehf_probe()
2528 &sda_target_temp[i].dev_attr)) in w83627ehf_probe()
2530 &sda_tolerance[i].dev_attr)))) in w83627ehf_probe()
2538 err = device_create_file(dev, &sda_temp_input[i].dev_attr); in w83627ehf_probe()
2543 &sda_temp_label[i].dev_attr); in w83627ehf_probe()
2551 &sda_temp_max[i].dev_attr); in w83627ehf_probe()
2557 &sda_temp_max_hyst[i].dev_attr); in w83627ehf_probe()
2564 &sda_temp_alarm[i].dev_attr)) in w83627ehf_probe()
2566 &sda_temp_type[i].dev_attr))) in w83627ehf_probe()
2570 &sda_temp_offset[i].dev_attr); in w83627ehf_probe()
2576 err = device_create_file(dev, &sda_caseopen[0].dev_attr); in w83627ehf_probe()
2581 err = device_create_file(dev, &sda_caseopen[1].dev_attr); in w83627ehf_probe()