Lines Matching defs:port

276 	u8 port;  member
304 struct tb_port *port; member
330 struct tb_port *port; member
552 static inline bool tb_is_upstream_port(const struct tb_port *port) in tb_is_upstream_port()
565 u8 port; in tb_port_at() local
579 static inline bool tb_port_has_remote(const struct tb_port *port) in tb_port_has_remote()
591 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null()
596 static inline bool tb_port_is_nhi(const struct tb_port *port) in tb_port_is_nhi()
601 static inline bool tb_port_is_pcie_down(const struct tb_port *port) in tb_port_is_pcie_down()
606 static inline bool tb_port_is_pcie_up(const struct tb_port *port) in tb_port_is_pcie_up()
611 static inline bool tb_port_is_dpin(const struct tb_port *port) in tb_port_is_dpin()
616 static inline bool tb_port_is_dpout(const struct tb_port *port) in tb_port_is_dpout()
621 static inline bool tb_port_is_usb3_down(const struct tb_port *port) in tb_port_is_usb3_down()
626 static inline bool tb_port_is_usb3_up(const struct tb_port *port) in tb_port_is_usb3_up()
659 static inline int tb_port_read(struct tb_port *port, void *buffer, in tb_port_read()
673 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write()
710 #define tb_port_WARN(port, fmt, arg...) \ argument
712 #define tb_port_warn(port, fmt, arg...) \ argument
714 #define tb_port_info(port, fmt, arg...) \ argument
716 #define tb_port_dbg(port, fmt, arg...) \ argument
1065 static inline bool tb_port_use_credit_allocation(const struct tb_port *port) in tb_port_use_credit_allocation()
1189 static inline u64 tb_downstream_route(struct tb_port *port) in tb_downstream_route()
1407 static inline int tb_acpi_power_on_retimers(struct tb_port *port) { return 0; } in tb_acpi_power_on_retimers()
1408 static inline int tb_acpi_power_off_retimers(struct tb_port *port) { return 0; } in tb_acpi_power_off_retimers()