Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dtransport_class.c121 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local
124 tclass->setup(tcont, dev, classdev); in transport_setup_classdev()
156 struct transport_container *tcont = in transport_add_class_device() local
162 if (tcont->statistics) { in transport_add_class_device()
163 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()
168 if (tcont->encryption) { in transport_add_class_device()
169 error = sysfs_create_group(&classdev->kobj, tcont->encryption); in transport_add_class_device()
180 tclass->remove(tcont, dev, classdev); in transport_add_class_device()
209 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure() local
212 tclass->configure(tcont, dev, cdev); in transport_configure()
[all …]
/linux/drivers/scsi/
H A Draid_class.c40 #define tc_to_raid_internal(tcont) ({ \ argument
42 container_of(tcont, struct raid_template, raid_attrs); \