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

/linux-master/drivers/base/
H A Dtransport_class.c125 struct transport_container *tcont = attribute_container_to_transport_container(cont); local
128 tclass->setup(tcont, dev, classdev);
160 struct transport_container *tcont = local
166 if (tcont->statistics) {
167 error = sysfs_create_group(&classdev->kobj, tcont->statistics);
178 tclass->remove(tcont, dev, classdev);
207 struct transport_container *tcont = attribute_container_to_transport_container(cont); local
210 tclass->configure(tcont, dev, cdev);
237 struct transport_container *tcont = local
242 tclass->remove(tcont, de
[all...]
/linux-master/drivers/scsi/
H A Draid_class.c40 #define tc_to_raid_internal(tcont) ({ \
42 container_of(tcont, struct raid_template, raid_attrs); \

Completed in 113 milliseconds