Searched refs:sysfs_remove_link_from_group (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/iommu/ |
D | iommu-sysfs.c | 121 sysfs_remove_link_from_group(&dev->kobj, "devices", in iommu_device_link() 133 sysfs_remove_link_from_group(&dev->kobj, "devices", dev_name(link)); in iommu_device_unlink()
|
/linux-4.4.14/fs/sysfs/ |
D | group.c | 356 void sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name, in sysfs_remove_link_from_group() function 367 EXPORT_SYMBOL_GPL(sysfs_remove_link_from_group);
|
/linux-4.4.14/include/linux/ |
D | sysfs.h | 279 void sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name, 462 static inline void sysfs_remove_link_from_group(struct kobject *kobj, in sysfs_remove_link_from_group() function
|
/linux-4.4.14/drivers/acpi/ |
D | power.c | 390 sysfs_remove_link_from_group(&adev->dev.kobj, in acpi_power_hide_list()
|