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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dattribute_container.h40 int __must_check attribute_container_unregister(struct attribute_container *cont);
H A Dtransport_class.h91 if (unlikely(attribute_container_unregister(&tc->ac)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dattribute_container.c90 * attribute_container_unregister - remove a container registration
95 attribute_container_unregister(struct attribute_container *cont) function
110 EXPORT_SYMBOL_GPL(attribute_container_unregister); variable
H A Dtransport_class.c111 if (unlikely(attribute_container_unregister(&atc->container)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Draid_class.c294 BUG_ON(attribute_container_unregister(&i->r.raid_attrs.ac));

Completed in 126 milliseconds