Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dtransport_class.c121 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev()
156 attribute_container_to_transport_container(cont); in transport_add_class_device()
187 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure()
218 attribute_container_to_transport_container(cont); in transport_remove_classdev()
/Linux-v4.19/include/linux/
Dtransport_class.h62 #define attribute_container_to_transport_container(x) \ macro