Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dcap.c119 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap) in tb_port_find_cap() function
H A Dtmu.c424 cap = tb_port_find_cap(port, TB_PORT_CAP_TIME1); in tb_switch_tmu_init()
H A Dswitch.c717 cap = tb_port_find_cap(port, TB_PORT_CAP_PHY); in tb_init_port()
724 cap = tb_port_find_cap(port, TB_PORT_CAP_USB4); in tb_init_port()
743 cap = tb_port_find_cap(port, TB_PORT_CAP_ADAP); in tb_init_port()
H A Dtb.h1111 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap);