Home
last modified time | relevance | path

Searched refs:tb_port_find_cap (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/thunderbolt/
Dcap.c119 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap) in tb_port_find_cap() function
Dtmu.c173 cap = tb_port_find_cap(port, TB_PORT_CAP_TIME1); in tb_switch_tmu_init()
Dswitch.c746 cap = tb_port_find_cap(port, TB_PORT_CAP_PHY); in tb_init_port()
753 cap = tb_port_find_cap(port, TB_PORT_CAP_USB4); in tb_init_port()
757 cap = tb_port_find_cap(port, TB_PORT_CAP_ADAP); in tb_init_port()
Dtb.h871 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap);