Searched refs:sysfs_remove_link_from_group (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/iommu/ |
D | iommu-sysfs.c | 120 sysfs_remove_link_from_group(&iommu->dev->kobj, "devices", in iommu_device_link() 132 sysfs_remove_link_from_group(&iommu->dev->kobj, "devices", dev_name(link)); in iommu_device_unlink()
|
/Linux-v4.19/fs/sysfs/ |
D | group.c | 379 void sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name, in sysfs_remove_link_from_group() function 390 EXPORT_SYMBOL_GPL(sysfs_remove_link_from_group);
|
/Linux-v4.19/include/linux/ |
D | sysfs.h | 287 void sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name, 481 static inline void sysfs_remove_link_from_group(struct kobject *kobj, in sysfs_remove_link_from_group() function
|
/Linux-v4.19/drivers/acpi/ |
D | power.c | 391 sysfs_remove_link_from_group(&adev->dev.kobj, in acpi_power_hide_list()
|