Searched refs:tcont (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/ |
H A D | transport_class.c | 125 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local 128 tclass->setup(tcont, dev, classdev); in transport_setup_classdev() 159 struct transport_container *tcont = in transport_add_class_device() local 162 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() local 195 tclass->configure(tcont, dev, cdev); in transport_configure() 222 struct transport_container *tcont = in transport_remove_classdev() local 227 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 230 if (tcont in transport_remove_classdev() [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | transport_class.c | 125 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev() local 128 tclass->setup(tcont, dev, classdev); in transport_setup_classdev() 160 struct transport_container *tcont = in transport_add_class_device() local 166 if (tcont->statistics) { in transport_add_class_device() 167 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device() 178 tclass->remove(tcont, dev, classdev); in transport_add_class_device() 207 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure() local 210 tclass->configure(tcont, dev, cdev); in transport_configure() 237 struct transport_container *tcont = in transport_remove_classdev() local 242 tclass->remove(tcont, de in transport_remove_classdev() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | raid_class.c | 40 #define tc_to_raid_internal(tcont) ({ \ 42 container_of(tcont, struct raid_template, raid_attrs); \
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | raid_class.c | 40 #define tc_to_raid_internal(tcont) ({ \ 42 container_of(tcont, struct raid_template, raid_attrs); \
|
Completed in 5 milliseconds