Searched refs:tb_port_is_null (Results 1 – 5 of 5) sorted by relevance
608 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()
424 if (!tb_port_is_null(port)) in usb4_switch_set_wake()760 if (!tb_port_is_null(p)) in usb4_port_idx()
324 if (!tb_port_is_null(port)) in tb_available_bandwidth()1189 if (tb_port_is_null(port)) { in tb_handle_hotplug()
568 if (tb_port_is_null(port) || tb_port_is_nhi(port)) { in path_show()
468 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null() function