Searched refs:tcont (Results 1 – 2 of 2) sorted by relevance
122 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local125 tclass->setup(tcont, dev, classdev); in transport_setup_classdev()156 struct transport_container *tcont = in transport_add_class_device() local159 if (!error && tcont->statistics) in transport_add_class_device()160 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()188 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure() local191 tclass->configure(tcont, dev, cdev); in transport_configure()218 struct transport_container *tcont = in transport_remove_classdev() local223 tclass->remove(tcont, dev, classdev); in transport_remove_classdev()226 if (tcont->statistics) in transport_remove_classdev()[all …]
41 #define tc_to_raid_internal(tcont) ({ \ argument43 container_of(tcont, struct raid_template, raid_attrs); \