Searched refs:tcont (Results 1 - 2 of 2) sorted by relevance

/drivers/base/
H A Dtransport_class.c122 struct transport_container *tcont = attribute_container_to_transport_container(cont); local
125 tclass->setup(tcont, dev, classdev);
156 struct transport_container *tcont = local
159 if (!error && tcont->statistics)
160 error = sysfs_create_group(&classdev->kobj, tcont->statistics);
188 struct transport_container *tcont = attribute_container_to_transport_container(cont); local
191 tclass->configure(tcont, dev, cdev);
218 struct transport_container *tcont = local
223 tclass->remove(tcont, dev, classdev);
226 if (tcont
[all...]
/drivers/scsi/
H A Draid_class.c41 #define tc_to_raid_internal(tcont) ({ \
43 container_of(tcont, struct raid_template, raid_attrs); \

Completed in 189 milliseconds