Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dnhi_ops.c130 if (tb_switch_is_icm(tb->root_switch)) { in icl_nhi_suspend()
153 if (!tb_switch_is_icm(tb->root_switch)) in icl_nhi_suspend_noirq()
Dswitch.c667 if (tb_switch_is_icm(port->sw)) in tb_port_unlock()
1310 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
2152 if (!tb_route(sw) && !tb_switch_is_icm(sw)) in tb_switch_add_dma_port()
2251 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_update_link_attributes()
2369 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_configure_link()
2399 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_unconfigure_link()
Dtmu.c163 if (tb_switch_is_icm(sw)) in tb_switch_tmu_init()
Dtb.h815 static inline bool tb_switch_is_icm(const struct tb_switch *sw) in tb_switch_is_icm() function