Home
last modified time | relevance | path

Searched refs:tb_to_usb4_port_device (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dusb4_port.c44 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in link_show()
111 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in offline_show()
119 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in offline_store()
170 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in rescan_store()
219 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in service_attr_is_visible()
H A Dacpi.c353 tb_to_usb4_port_device(dev)->port->port); in tb_acpi_find_companion()
360 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in tb_acpi_setup()
H A Dtb.h1414 static inline struct usb4_port *tb_to_usb4_port_device(struct device *dev) in tb_to_usb4_port_device() function