Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dusb4_port.c246 struct device_type usb4_port_device_type = { variable
269 usb4->dev.type = &usb4_port_device_type; in usb4_port_device_add()
H A Dtb.h730 extern struct device_type usb4_port_device_type;
1322 return dev->type == &usb4_port_device_type; in tb_is_usb4_port_device()