Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dtransport_class.c125 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_setup_classdev()
161 attribute_container_to_transport_container(cont); in transport_add_class_device()
207 struct transport_container *tcont = attribute_container_to_transport_container(cont); in transport_configure()
238 attribute_container_to_transport_container(cont); in transport_remove_classdev()
/openbmc/linux/include/linux/
H A Dtransport_class.h61 #define attribute_container_to_transport_container(x) \ macro