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()
2441 err = device_create_file(dev, &sda_sf3_arrays[i].dev_attr); in w83627ehf_probe()
2451 err = device_create_file(dev, &attr->dev_attr); in w83627ehf_probe()
2460 &sda_sf3_arrays_fan3[i].dev_attr); in w83627ehf_probe()
2467 &sda_sf3_arrays_fan4[i].dev_attr); in w83627ehf_probe()
2475 if ((err = device_create_file(dev, &sda_in_input[i].dev_attr)) in w83627ehf_probe()
2477 &sda_in_alarm[i].dev_attr)) in w83627ehf_probe()
2479 &sda_in_min[i].dev_attr)) in w83627ehf_probe()
2481 &sda_in_max[i].dev_attr))) in w83627ehf_probe()
2488 &sda_fan_input[i].dev_attr)) in w83627ehf_probe()
2490 &sda_fan_alarm[i].dev_attr))) in w83627ehf_probe()
2494 &sda_fan_div[i].dev_attr); in w83627ehf_probe()
2500 &sda_fan_min[i].dev_attr); in w83627ehf_probe()
2506 &sda_pwm[i].dev_attr)) in w83627ehf_probe()
2508 &sda_pwm_mode[i].dev_attr)) in w83627ehf_probe()
2510 &sda_pwm_enable[i].dev_attr)) in w83627ehf_probe()
2512 &sda_target_temp[i].dev_attr)) in w83627ehf_probe()
2514 &sda_tolerance[i].dev_attr)))) in w83627ehf_probe()
2522 err = device_create_file(dev, &sda_temp_input[i].dev_attr); in w83627ehf_probe()
2527 &sda_temp_label[i].dev_attr); in w83627ehf_probe()
2535 &sda_temp_max[i].dev_attr); in w83627ehf_probe()
2541 &sda_temp_max_hyst[i].dev_attr); in w83627ehf_probe()
2548 &sda_temp_alarm[i].dev_attr)) in w83627ehf_probe()
2550 &sda_temp_type[i].dev_attr))) in w83627ehf_probe()
2554 &sda_temp_offset[i].dev_attr); in w83627ehf_probe()
2560 err = device_create_file(dev, &sda_caseopen[0].dev_attr); in w83627ehf_probe()
2565 err = device_create_file(dev, &sda_caseopen[1].dev_attr); in w83627ehf_probe()