Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vfio/mdev/
Dmdev_sysfs.c150 sysfs_remove_files(&type->kobj, in remove_mdev_supported_type()
278 sysfs_remove_files(&dev->kobj, mdev_device_attrs); in mdev_remove_sysfs_files()
/Linux-v5.4/drivers/firmware/
Dturris-mox-rwtm.c348 sysfs_remove_files(rwtm_to_kobj(rwtm), mox_rwtm_attrs); in turris_mox_rwtm_probe()
358 sysfs_remove_files(rwtm_to_kobj(rwtm), mox_rwtm_attrs); in turris_mox_rwtm_remove()
/Linux-v5.4/include/linux/
Dsysfs.h255 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attr);
390 static inline void sysfs_remove_files(struct kobject *kobj, in sysfs_remove_files() function
/Linux-v5.4/drivers/platform/mips/
Dcpu_hwmon.c134 sysfs_remove_files(kobj, hwmon_cputemp[i]); in remove_sysfs_cputemp_files()
/Linux-v5.4/fs/sysfs/
Dfile.c496 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_remove_files() function
503 EXPORT_SYMBOL_GPL(sysfs_remove_files);
/Linux-v5.4/drivers/staging/kpc2000/kpc_dma/
Dkpc_dma_driver.c185 sysfs_remove_files(&(ldev->pldev->dev.kobj), ndd_attr_list); in kpc_dma_remove()
/Linux-v5.4/drivers/staging/kpc2000/kpc2000/
Dcore.c474 sysfs_remove_files(&pdev->dev.kobj, kp_attr_list); in kp2000_pcie_probe()
507 sysfs_remove_files(&pdev->dev.kobj, kp_attr_list); in kp2000_pcie_remove()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_sysfs.c630 sysfs_remove_files(&kdev->kobj, vlv_attrs); in i915_teardown_sysfs()
632 sysfs_remove_files(&kdev->kobj, gen6_attrs); in i915_teardown_sysfs()
/Linux-v5.4/drivers/firmware/google/
Dgsmi.c995 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_init()
1032 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_exit()
/Linux-v5.4/fs/btrfs/
Dsysfs.c731 sysfs_remove_files(fs_info->space_info_kobj, allocation_attrs); in btrfs_sysfs_remove_mounted()
737 sysfs_remove_files(&fs_info->fs_devices->fsid_kobj, btrfs_attrs); in btrfs_sysfs_remove_mounted()
/Linux-v5.4/drivers/mtd/
Dmtdpart.c650 sysfs_remove_files(&priv->mtd.dev.kobj, mtd_partition_attrs); in __mtd_del_partition()
/Linux-v5.4/block/
Dgenhd.c2072 sysfs_remove_files(&disk_to_dev(disk)->kobj, disk_events_attrs); in disk_del_events()