Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtest.c83 sw->ports[0].config.type = TB_TYPE_PORT; in alloc_host()
87 sw->ports[1].config.type = TB_TYPE_PORT; in alloc_host()
94 sw->ports[2].config.type = TB_TYPE_PORT; in alloc_host()
102 sw->ports[3].config.type = TB_TYPE_PORT; in alloc_host()
109 sw->ports[4].config.type = TB_TYPE_PORT; in alloc_host()
187 sw->ports[0].config.type = TB_TYPE_PORT; in alloc_dev_default()
191 sw->ports[1].config.type = TB_TYPE_PORT; in alloc_dev_default()
198 sw->ports[2].config.type = TB_TYPE_PORT; in alloc_dev_default()
206 sw->ports[3].config.type = TB_TYPE_PORT; in alloc_dev_default()
213 sw->ports[4].config.type = TB_TYPE_PORT; in alloc_dev_default()
[all …]
Dtb_regs.h259 TB_TYPE_PORT = 0x000001, enumerator
Deeprom.c386 if (type == TB_TYPE_PORT) { in tb_drom_parse_entry_port()
Dtb.h572 return port && port->port && port->config.type == TB_TYPE_PORT; in tb_port_is_null()
Dtb.c624 if (port->config.type != TB_TYPE_PORT) in tb_scan_port()
Dicm.c391 if ((port & ICM_PORT_TYPE_MASK) != TB_TYPE_PORT) in icm_fr_get_switch_index()
Dswitch.c704 if (port->config.type == TB_TYPE_PORT) { in tb_init_port()