Searched refs:tcont (Results 1 – 2 of 2) sorted by relevance
125 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local128 tclass->setup(tcont, dev, classdev); in transport_setup_classdev()159 struct transport_container *tcont = in transport_add_class_device() local162 if (!error && tcont->statistics) in transport_add_class_device()163 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()192 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure() local195 tclass->configure(tcont, dev, cdev); in transport_configure()222 struct transport_container *tcont = in transport_remove_classdev() local227 tclass->remove(tcont, dev, classdev); in transport_remove_classdev()230 if (tcont->statistics) in transport_remove_classdev()[all …]
40 #define tc_to_raid_internal(tcont) ({ \ argument42 container_of(tcont, struct raid_template, raid_attrs); \
Completed in 8 milliseconds