Searched refs:sysfs_create_files (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/platform/mips/
H A Dcpu_hwmon.c110 ret = sysfs_create_files(kobj, hwmon_cputemp1); create_sysfs_cputemp_files()
117 ret = sysfs_create_files(kobj, hwmon_cputemp2); create_sysfs_cputemp_files()
/linux-4.4.14/fs/sysfs/
H A Dfile.c331 int sysfs_create_files(struct kobject *kobj, const struct attribute **ptr) sysfs_create_files() function
343 EXPORT_SYMBOL_GPL(sysfs_create_files); variable
/linux-4.4.14/include/linux/
H A Dsysfs.h231 int __must_check sysfs_create_files(struct kobject *kobj,
336 static inline int sysfs_create_files(struct kobject *kobj, sysfs_create_files() function
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_sysfs.c622 ret = sysfs_create_files(&dev->primary->kdev->kobj, vlv_attrs); i915_setup_sysfs()
624 ret = sysfs_create_files(&dev->primary->kdev->kobj, gen6_attrs); i915_setup_sysfs()
/linux-4.4.14/fs/btrfs/
H A Dsysfs.c751 error = sysfs_create_files(fsid_kobj, btrfs_attrs); btrfs_sysfs_add_mounted()
773 error = sysfs_create_files(fs_info->space_info_kobj, allocation_attrs); btrfs_sysfs_add_mounted()
/linux-4.4.14/drivers/firmware/google/
H A Dgsmi.c883 ret = sysfs_create_files(gsmi_kobj, gsmi_attrs); gsmi_init()
/linux-4.4.14/drivers/mtd/
H A Dmtdpart.c574 int ret = sysfs_create_files(&new->mtd.dev.kobj, mtd_partition_attrs); mtd_add_partition_attrs()
/linux-4.4.14/drivers/md/bcache/
H A Dsuper.c2102 sysfs_create_files(bcache_kobj, files) || bcache_init()
/linux-4.4.14/drivers/hid/
H A Dwacom_sys.c1295 error = sysfs_create_files(wacom->remote_dir, remote_unpair_attrs); wacom_initialize_remote()
/linux-4.4.14/block/
H A Dgenhd.c1817 if (sysfs_create_files(&disk_to_dev(disk)->kobj, disk_events_attrs) < 0) disk_add_events()

Completed in 747 milliseconds