Home
last modified time | relevance | path

Searched refs:attribute_container_unregister (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dattribute_container.h40 int __must_check attribute_container_unregister(struct attribute_container *cont);
H A Dtransport_class.h97 if (unlikely(attribute_container_unregister(&tc->ac))) in transport_container_unregister()
/openbmc/linux/drivers/base/
H A Dattribute_container.c93 attribute_container_unregister(struct attribute_container *cont) in attribute_container_unregister() function
109 EXPORT_SYMBOL_GPL(attribute_container_unregister);
H A Dtransport_class.c115 if (unlikely(attribute_container_unregister(&atc->container))) in anon_transport_class_unregister()
/openbmc/linux/drivers/scsi/
H A Draid_class.c246 BUG_ON(attribute_container_unregister(&i->r.raid_attrs.ac)); in raid_class_release()