Searched refs:tb_port_find_cap (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | cap.c | 111 * tb_port_find_cap() - Find port capability 119 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap) in tb_port_find_cap() function
|
H A D | tmu.c | 173 cap = tb_port_find_cap(port, TB_PORT_CAP_TIME1); in tb_switch_tmu_init()
|
H A D | switch.c | 746 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()
|
H A D | tb.h | 871 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap);
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | cap.c | 111 * tb_port_find_cap() - Find port capability 119 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap) in tb_port_find_cap() function
|
H A D | switch.c | 710 cap = tb_port_find_cap(port, TB_PORT_CAP_PHY); in tb_init_port() 717 cap = tb_port_find_cap(port, TB_PORT_CAP_USB4); in tb_init_port() 736 cap = tb_port_find_cap(port, TB_PORT_CAP_ADAP); in tb_init_port()
|
H A D | tmu.c | 424 cap = tb_port_find_cap(port, TB_PORT_CAP_TIME1); in tb_switch_tmu_init()
|
H A D | tb.h | 1072 int tb_port_find_cap(struct tb_port *port, enum tb_port_cap cap);
|
Completed in 14 milliseconds