Searched refs:tcont (Results 1 – 2 of 2) sorted by relevance
121 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local124 tclass->setup(tcont, dev, classdev); in transport_setup_classdev()155 struct transport_container *tcont = in transport_add_class_device() local158 if (!error && tcont->statistics) in transport_add_class_device()159 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()187 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure() local190 tclass->configure(tcont, dev, cdev); in transport_configure()217 struct transport_container *tcont = in transport_remove_classdev() local222 tclass->remove(tcont, dev, classdev); in transport_remove_classdev()225 if (tcont->statistics) in transport_remove_classdev()[all …]
41 #define tc_to_raid_internal(tcont) ({ \ argument43 container_of(tcont, struct raid_template, raid_attrs); \