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

/linux-master/include/linux/
H A Dattribute_container.h39 int attribute_container_register(struct attribute_container *cont);
H A Dtransport_class.h92 return attribute_container_register(&tc->ac);
/linux-master/drivers/base/
H A Dtransport_class.c96 error = attribute_container_register(&atc->container);
H A Dattribute_container.c67 * attribute_container_register - register an attribute container
73 attribute_container_register(struct attribute_container *cont) function
85 EXPORT_SYMBOL_GPL(attribute_container_register); variable
/linux-master/drivers/scsi/
H A Draid_class.c228 attribute_container_register(&i->r.raid_attrs.ac);

Completed in 293 milliseconds