Searched refs:sysfs_remove_files (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/net/bonding/ |
H A D | bond_sysfs_slave.c | 139 sysfs_remove_files(&slave->kobj, slave_attrs); in bond_sysfs_slave_del()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_ccs_mode.c | 173 sysfs_remove_files(gt->sysfs, gt_ccs_mode_attrs); in xe_gt_ccs_mode_sysfs_fini()
|
H A D | xe_hw_engine_class_sysfs.c | 546 sysfs_remove_files(kobj, files); in kobj_xe_hw_engine_class_fini() 579 sysfs_remove_files(kobj, defaults); in hw_engine_class_defaults_fini()
|
H A D | xe_gt_freq.c | 246 sysfs_remove_files(kobj, freq_attrs); in freq_fini()
|
H A D | xe_device_sysfs.c | 295 sysfs_remove_files(&xe->drm.dev->kobj, auto_link_downgrade_attrs); in xe_device_sysfs_fini()
|
H A D | xe_gt_idle.c | 335 sysfs_remove_files(kobj, gt_idle_attrs); in gt_idle_fini()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.c | 905 sysfs_remove_files(&xcp_cfg->kobj, xcp_attrs); in amdgpu_xcp_cfg_sysfs_init() 917 sysfs_remove_files(&xcp_cfg->kobj, xcp_attrs); in amdgpu_xcp_cfg_sysfs_init() 942 sysfs_remove_files(&xcp_cfg->kobj, xcp_attrs); in amdgpu_xcp_cfg_sysfs_init() 963 sysfs_remove_files(&xcp_cfg->kobj, xcp_attrs); in amdgpu_xcp_cfg_sysfs_fini()
|
/linux/include/linux/ |
H A D | sysfs.h | 421 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attr); 577 static inline void sysfs_remove_files(struct kobject *kobj, in sysfs_remove_files() function
|
/linux/drivers/firmware/google/ |
H A D | gsmi.c | 1037 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_init() 1078 sysfs_remove_files(gsmi_kobj, gsmi_attrs); in gsmi_exit()
|
/linux/fs/sysfs/ |
H A D | file.c | 552 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_remove_files() function 559 EXPORT_SYMBOL_GPL(sysfs_remove_files);
|
/linux/fs/btrfs/ |
H A D | sysfs.c | 1755 sysfs_remove_files(fs_info->space_info_kobj, allocation_attrs); in btrfs_sysfs_remove_mounted() 1760 sysfs_remove_files(fs_info->discard_kobj, discard_attrs); in btrfs_sysfs_remove_mounted() 1766 sysfs_remove_files(fs_info->debug_kobj, btrfs_debug_mount_attrs); in btrfs_sysfs_remove_mounted() 1773 sysfs_remove_files(fsid_kobj, btrfs_attrs); in btrfs_sysfs_remove_mounted()
|
/linux/drivers/mtd/ |
H A D | mtdpart.c | 316 sysfs_remove_files(&mtd->dev.kobj, mtd_partition_attrs); in __mtd_del_partition()
|
/linux/arch/s390/kernel/ |
H A D | uv.c | 836 sysfs_remove_files(uv_kobj, uv_prot_virt_attrs); in uv_sysfs_init()
|
/linux/drivers/clk/ |
H A D | clk-si5341.c | 1813 sysfs_remove_files(&client->dev.kobj, si5341_attributes); in si5341_remove()
|