Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dusb4_port.c44 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in link_show()
76 static int usb4_port_offline(struct usb4_port *usb4) in usb4_port_offline()
100 static void usb4_port_online(struct usb4_port *usb4) in usb4_port_online()
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()
241 struct usb4_port *usb4 = container_of(dev, struct usb4_port, dev); in usb4_port_device_release()
261 struct usb4_port *usb4; in usb4_port_device_add()
307 void usb4_port_device_remove(struct usb4_port *usb4) in usb4_port_device_remove()
[all …]
H A Dacpi.c188 struct usb4_port *usb4 = port->usb4; in tb_acpi_retimer_set_power()
340 struct usb4_port *usb4 = tb_to_usb4_port_device(dev); in tb_acpi_setup()
H A Dtb.h289 struct usb4_port *usb4;
316 struct usb4_port { struct
1461 static inline struct usb4_port *tb_to_usb4_port_device(struct device *dev) in tb_to_usb4_port_device()
1464 return container_of(dev, struct usb4_port, dev); in tb_to_usb4_port_device()
1468 struct usb4_port *usb4_port_device_add(struct tb_port *port);
1469 void usb4_port_device_remove(struct usb4_port *usb4);
1470 int usb4_port_device_resume(struct usb4_port *usb4);
1472 static inline bool usb4_port_device_is_offline(const struct usb4_port *usb4) in usb4_port_device_is_offline()
H A DMakefile6 thunderbolt-objs += usb4_port.o nvm.o retimer.o quirks.o clx.o
H A Dretimer.c591 struct usb4_port *usb4; in tb_retimer_remove_all()
H A Dusb4.c165 struct usb4_port *usb4; in usb4_switch_check_wakes()
411 struct usb4_port *usb4; in usb4_switch_set_wake()
1038 struct usb4_port *usb4; in usb4_switch_add_ports()
H A Ddebugfs.c1600 struct usb4_port *usb4 = port->usb4; in margining_eye_write()
1627 struct usb4_port *usb4 = port->usb4; in margining_eye_show()