Searched refs:sysfs_remove_files (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 153 sysfs_remove_files(&type->kobj, in remove_mdev_supported_type() 285 sysfs_remove_files(&dev->kobj, mdev_device_attrs); in mdev_remove_sysfs_files()
|
/Linux-v4.19/include/linux/ |
D | sysfs.h | 246 void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr); 379 static inline void sysfs_remove_files(struct kobject *kobj, in sysfs_remove_files() function
|
/Linux-v4.19/drivers/platform/mips/ |
D | cpu_hwmon.c | 132 sysfs_remove_files(kobj, hwmon_cputemp[i]); in remove_sysfs_cputemp_files()
|
/Linux-v4.19/fs/sysfs/ |
D | file.c | 496 void sysfs_remove_files(struct kobject *kobj, const struct attribute **ptr) in sysfs_remove_files() function 502 EXPORT_SYMBOL_GPL(sysfs_remove_files);
|
/Linux-v4.19/drivers/fpga/ |
D | dfl-afu-main.c | 164 sysfs_remove_files(&pdev->dev.kobj, port_hdr_attrs); in port_hdr_uinit() 245 sysfs_remove_files(&pdev->dev.kobj, port_afu_attrs); in port_afu_uinit()
|
D | dfl-fme-main.c | 103 sysfs_remove_files(&pdev->dev.kobj, fme_hdr_attrs); in fme_hdr_uinit()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_sysfs.c | 635 sysfs_remove_files(&kdev->kobj, vlv_attrs); in i915_teardown_sysfs() 637 sysfs_remove_files(&kdev->kobj, gen6_attrs); in i915_teardown_sysfs()
|
/Linux-v4.19/drivers/firmware/google/ |
D | gsmi.c | 905 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_init() 927 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_exit()
|
/Linux-v4.19/fs/btrfs/ |
D | sysfs.c | 631 sysfs_remove_files(fs_info->space_info_kobj, allocation_attrs); in btrfs_sysfs_remove_mounted() 637 sysfs_remove_files(&fs_info->fs_devices->fsid_kobj, btrfs_attrs); in btrfs_sysfs_remove_mounted()
|
/Linux-v4.19/drivers/mtd/ |
D | mtdpart.c | 639 sysfs_remove_files(&priv->mtd.dev.kobj, mtd_partition_attrs); in __mtd_del_partition()
|
/Linux-v4.19/block/ |
D | genhd.c | 2016 sysfs_remove_files(&disk_to_dev(disk)->kobj, disk_events_attrs); in disk_del_events()
|