Home
last modified time | relevance | path

Searched refs:TB_TYPE_USB3_UP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h279 TB_TYPE_USB3_UP = 0x200102, enumerator
H A Dtb.c1002 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
1025 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP); in tb_tunnel_usb3()
H A Dtb.h628 return port && port->config.type == TB_TYPE_USB3_UP; in tb_port_is_usb3_up()
H A Dswitch.c1333 case TB_TYPE_USB3_UP: in tb_port_is_enabled()
H A Dtest.c296 sw->ports[16].config.type = TB_TYPE_USB3_UP; in alloc_dev_default()