Home
last modified time | relevance | path

Searched refs:tb_port_is_null (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/thunderbolt/
Dswitch.c608 if (tb_switch_is_usb4(port->sw) && !tb_port_is_null(port)) in tb_port_add_nfc_credits()
669 if (!tb_port_is_null(port)) in tb_port_unlock()
681 if (!tb_port_is_null(port)) in __tb_port_enable()
2213 if (!tb_port_is_null(port)) in tb_switch_default_link_ports()
2218 !tb_port_is_null(&sw->ports[i + 1])) in tb_switch_default_link_ports()
Dusb4.c424 if (!tb_port_is_null(port)) in usb4_switch_set_wake()
760 if (!tb_port_is_null(p)) in usb4_port_idx()
Dtb.c324 if (!tb_port_is_null(port)) in tb_available_bandwidth()
1189 if (tb_port_is_null(port)) { in tb_handle_hotplug()
Ddebugfs.c568 if (tb_port_is_null(port) || tb_port_is_nhi(port)) { in path_show()
Dtb.h468 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null() function