Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dacpi.c301 return tb_is_switch(dev) || tb_is_usb4_port_device(dev); in tb_acpi_bus_match()
351 else if (tb_is_usb4_port_device(dev)) in tb_acpi_find_companion()
Dtb.h1241 static inline bool tb_is_usb4_port_device(const struct device *dev) in tb_is_usb4_port_device() function
1248 if (tb_is_usb4_port_device(dev)) in tb_to_usb4_port_device()