Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A 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()
H A Dquirks.c34 if (tb_switch_is_icm(sw)) in quirk_usb3_maximum_bandwidth()
H A Dswitch.c620 if (tb_switch_is_icm(port->sw)) in tb_port_unlock()
1710 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
2729 if (!tb_route(sw) && !tb_switch_is_icm(sw)) in tb_switch_add_dma_port()
2825 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_update_link_attributes()
2857 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_link_init()
3155 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_configure_link()
3183 if (!tb_route(sw) || tb_switch_is_icm(sw)) in tb_switch_unconfigure_link()
3210 if (tb_switch_is_icm(sw)) in tb_switch_credits_init()
3222 if (tb_switch_is_icm(sw)) in tb_switch_port_hotplug_enable()
H A Dclx.c213 if (tb_switch_is_icm(sw)) in tb_switch_clx_init()
H A Dtmu.c414 if (tb_switch_is_icm(sw)) in tb_switch_tmu_init()
H A Dtb.h1006 * tb_switch_is_icm() - Is the switch handled by ICM firmware
1014 static inline bool tb_switch_is_icm(const struct tb_switch *sw) in tb_switch_is_icm() function
H A Dusb4.c1040 if (tb_switch_is_icm(sw) || !tb_switch_is_usb4(sw)) in usb4_switch_add_ports()