Searched refs:sysfs_chmod_file (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/fs/sysfs/ |
H A D | file.c | 373 * sysfs_chmod_file - update the modified mode value on an object attribute. 379 int sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, sysfs_chmod_file() function 398 EXPORT_SYMBOL_GPL(sysfs_chmod_file); variable
|
/linux-4.1.27/include/linux/ |
H A D | sysfs.h | 223 int __must_check sysfs_chmod_file(struct kobject *kobj, 329 static inline int sysfs_chmod_file(struct kobject *kobj, sysfs_chmod_file() function
|
/linux-4.1.27/drivers/hwmon/ |
H A D | f71805f.c | 739 if (sysfs_chmod_file(&dev->kobj, f71805f_attr_pwm[nr], set_pwm_enable() 763 if (sysfs_chmod_file(&dev->kobj, f71805f_attr_pwm[nr], set_pwm_enable() 1462 err = sysfs_chmod_file(&pdev->dev.kobj, f71805f_probe()
|
H A D | f75375s.c | 856 err = sysfs_chmod_file(&client->dev.kobj, f75375_probe() 861 err = sysfs_chmod_file(&client->dev.kobj, f75375_probe()
|
H A D | w83795.c | 2114 err_max = sysfs_chmod_file(&client->dev.kobj, w83795_check_dynamic_in_limits() 2117 err_min = sysfs_chmod_file(&client->dev.kobj, w83795_check_dynamic_in_limits()
|
H A D | w83781d.c | 1058 err = sysfs_chmod_file(&dev->kobj, w83781d_create_files()
|
H A D | dme1737.c | 2055 if (sysfs_chmod_file(&dev->kobj, attr, mode)) { dme1737_chmod_file()
|
H A D | it87.c | 2361 if (sysfs_chmod_file(&dev->kobj, it87_probe()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-cp2112.c | 947 ret = sysfs_chmod_file(&hdev->dev.kobj, *attr, mode); chmod_sysfs_attrs()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_transport_spi.c | 1448 rc = sysfs_chmod_file(kobj, attr, attr->mode | S_IWUSR); spi_host_configure()
|
Completed in 405 milliseconds