Searched refs:tb_find_cap (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/thunderbolt/ |
H A D | cap.c | 75 * tb_find_cap() - find a capability 80 int tb_find_cap(struct tb_port *port, enum tb_cfg_space space, enum tb_cap cap) tb_find_cap() function
|
H A D | switch.c | 195 cap = tb_find_cap(port, TB_CFG_PORT, TB_CAP_PHY); tb_init_port() 388 /* minimum setup for tb_find_cap and tb_drom_read to work */ tb_switch_alloc() 393 cap = tb_find_cap(&sw->ports[0], TB_CFG_SWITCH, TB_CAP_PLUG_EVENTS); tb_switch_alloc()
|
H A D | tb.c | 124 cap = tb_find_cap(&sw->ports[i], TB_CFG_PORT, TB_CAP_PCIE); tb_find_unused_down_port() 168 cap = tb_find_cap(up_port, TB_CFG_PORT, TB_CAP_PCIE); tb_activate_pcie_devices()
|
H A D | tb.h | 236 int tb_find_cap(struct tb_port *port, enum tb_cfg_space space, enum tb_cap cap);
|
H A D | tunnel_pci.c | 150 int cap = tb_find_cap(port, TB_CFG_PORT, TB_CAP_PCIE); tb_pci_port_active()
|
Completed in 102 milliseconds