Home
last modified time | relevance | path

Searched refs:sysfs_remove_files (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/vfio/mdev/
Dmdev_sysfs.c153 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/
Dsysfs.h246 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/
Dcpu_hwmon.c132 sysfs_remove_files(kobj, hwmon_cputemp[i]); in remove_sysfs_cputemp_files()
/Linux-v4.19/fs/sysfs/
Dfile.c496 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/
Ddfl-afu-main.c164 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()
Ddfl-fme-main.c103 sysfs_remove_files(&pdev->dev.kobj, fme_hdr_attrs); in fme_hdr_uinit()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_sysfs.c635 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/
Dgsmi.c905 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/
Dsysfs.c631 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/
Dmtdpart.c639 sysfs_remove_files(&priv->mtd.dev.kobj, mtd_partition_attrs); in __mtd_del_partition()
/Linux-v4.19/block/
Dgenhd.c2016 sysfs_remove_files(&disk_to_dev(disk)->kobj, disk_events_attrs); in disk_del_events()