Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dattribute_container.h41 int __must_check attribute_container_unregister(struct attribute_container *cont);
Dtransport_class.h92 if (unlikely(attribute_container_unregister(&tc->ac))) in transport_container_unregister()
/linux-3.4.99/drivers/base/
Dattribute_container.c95 attribute_container_unregister(struct attribute_container *cont) in attribute_container_unregister() function
110 EXPORT_SYMBOL_GPL(attribute_container_unregister);
Dtransport_class.c112 if (unlikely(attribute_container_unregister(&atc->container))) in anon_transport_class_unregister()
/linux-3.4.99/drivers/scsi/
Draid_class.c295 BUG_ON(attribute_container_unregister(&i->r.raid_attrs.ac)); in raid_class_release()