Home
last modified time | relevance | path

Searched refs:usb4_port (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/thunderbolt/ !
Dusb4_port.c44 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in link_show()
74 static int usb4_port_offline(struct usb4_port *usb4) in usb4_port_offline()
98 static void usb4_port_online(struct usb4_port *usb4) in usb4_port_online()
109 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in offline_show()
117 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in offline_store()
168 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in rescan_store()
217 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in service_attr_is_visible()
239 struct usb4_port *usb4 = container_of(dev, struct usb4_port, dev); in usb4_port_device_release()
257 struct usb4_port *usb4_port_device_add(struct tb_port *port) in usb4_port_device_add()
259 struct usb4_port *usb4; in usb4_port_device_add()
[all …]
Dtb.h260 struct usb4_port *usb4;
282 struct usb4_port { struct
1214 static inline struct usb4_port *tb_to_usb4_port_device(struct device *dev) in tb_to_usb4_port_device()
1217 return container_of(dev, struct usb4_port, dev); in tb_to_usb4_port_device()
1221 struct usb4_port *usb4_port_device_add(struct tb_port *port);
1222 void usb4_port_device_remove(struct usb4_port *usb4);
1223 int usb4_port_device_resume(struct usb4_port *usb4);
DMakefile5 thunderbolt-objs += usb4_port.o nvm.o retimer.o quirks.o
Dacpi.c207 struct usb4_port *usb4 = port->usb4; in tb_acpi_retimer_set_power()
375 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in tb_acpi_setup()
Dretimer.c451 struct usb4_port *usb4; in tb_retimer_scan()
539 struct usb4_port *usb4; in tb_retimer_remove_all()
Dusb4.c992 struct usb4_port *usb4; in usb4_switch_add_ports()