Lines Matching refs:tcont
125 struct transport_container *tcont = attribute_container_to_transport_container(cont);
128 tclass->setup(tcont, dev, classdev);
159 struct transport_container *tcont =
162 if (!error && tcont->statistics)
163 error = sysfs_create_group(&classdev->kobj, tcont->statistics);
192 struct transport_container *tcont = attribute_container_to_transport_container(cont);
195 tclass->configure(tcont, dev, cdev);
222 struct transport_container *tcont =
227 tclass->remove(tcont, dev, classdev);
230 if (tcont->statistics)
231 sysfs_remove_group(&classdev->kobj, tcont->statistics);