Lines Matching full:router

44  * @vops: Router vendor specific NVM operations (optional)
94 * struct tb_switch_tmu - Structure holding router TMU configuration
97 * @mode: TMU mode related to the upstream router. Reflects the HW
98 * setting. Don't care for host router.
99 * @mode_request: TMU mode requested to set. Related to upstream router.
100 * Don't care for host router.
154 * @max_usb3_credits: Router preferred number of buffers for USB 3.x
155 * @min_dp_aux_credits: Router preferred minimum number of buffers for DP AUX
156 * @min_dp_main_credits: Router preferred minimum number of buffers for DP MAIN
157 * @max_pcie_credits: Router preferred number of buffers for PCIe
158 * @max_dma_credits: Router preferred number of buffers for DMA/P2P
159 * @clx: CLx states on the upstream link of the router
164 * In USB4 terminology this structure represents a router.
317 * @index: Retimer index facing the router USB4 port
432 * Support paths from the farthest (depth 6) router to the host and back
433 * to the same level (not necessarily to the same router).
476 * @usb4_switch_op: Optional proxy for USB4 router operations. If set
477 * this will be called whenever USB4 router operation is
479 * native USB4 router operation is called.
483 * router operation.
854 * tb_switch_downstream_port() - Return downstream facing port of parent router
855 * @sw: Device router pointer
858 * the parent router.
976 * @sw: Router whose mode to check
979 * Checks if given router TMU mode is configured to @mode. Note the
980 * router TMU might not be enabled to this mode.
990 * @sw: Router whose TMU mode to check
1010 * @sw: Router to check for the CLx
1013 * Checks if the specified CLx is enabled on the router upstream link.
1016 * Not applicable for a host router.
1171 * tb_xdomain_downstream_port() - Return downstream facing port of parent router
1199 * usb4_switch_version() - Returns USB4 version of the router
1200 * @sw: Router to check
1202 * Returns major version of USB4 router (%1 for v1, %2 for v2 and so
1203 * on). Can be called to pre-USB4 router too and in that case returns %0.
1214 * Returns true if the @sw is USB4 compliant router, false otherwise.