Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A 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()
2212 if (!tb_port_is_null(port)) in tb_switch_default_link_ports()
2217 !tb_port_is_null(&sw->ports[i + 1])) in tb_switch_default_link_ports()
H A Dusb4.c425 if (!tb_port_is_null(port)) in usb4_switch_set_wake()
761 if (!tb_port_is_null(p)) in usb4_port_idx()
H A Dtb.c328 if (!tb_port_is_null(port)) in tb_available_bandwidth()
1193 if (tb_port_is_null(port)) { in tb_handle_hotplug()
H A Ddebugfs.c568 if (tb_port_is_null(port) || tb_port_is_nhi(port)) { in path_show()
H A Dtb.h468 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null() function