Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb_regs.h173 TB_TYPE_PORT = 0x000001, enumerator
Deeprom.c357 if (type == TB_TYPE_PORT) { in tb_drom_parse_entry_port()
Dtb.h365 return port && port->port && port->config.type == TB_TYPE_PORT; in tb_port_is_null()
Dtb.c158 if (port->config.type != TB_TYPE_PORT) in tb_scan_port()
Dswitch.c646 if (port->config.type == TB_TYPE_PORT && port->port != 0) { in tb_init_port()
Dicm.c351 if ((port & ICM_PORT_TYPE_MASK) != TB_TYPE_PORT) in icm_fr_get_switch_index()