Home
last modified time | relevance | path

Searched refs:sysfs_break_active_protection (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dsysfs.h280 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj,
416 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
/openbmc/linux/arch/s390/pci/
H A Dpci_sysfs.c70 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in recover_store()
/openbmc/linux/fs/sysfs/
H A Dfile.c444 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
457 EXPORT_SYMBOL_GPL(sysfs_break_active_protection);
/openbmc/linux/drivers/usb/core/
H A Dport.c71 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in disable_show()
126 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in disable_store()
H A Dsysfs.c1184 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in interface_authorized_store()
/openbmc/linux/drivers/scsi/
H A Dscsi_sysfs.c769 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in sdev_store_delete()
/openbmc/linux/drivers/md/
H A Dmd.c3625 kn = sysfs_break_active_protection(kobj, attr); in rdev_attr_store()