Searched refs:downstream (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Ddebugfs.c970 struct tb_port *upstream, *downstream; local
979 downstream = tb_port_at(route, parent_sw);
981 margining_port_init(downstream);
987 struct tb_port *upstream, *downstream; local
996 downstream = tb_port_at(route, parent_sw);
999 margining_port_remove(downstream);
1005 struct tb_port *downstream; local
1008 downstream = tb_port_at(xd->route, parent_sw);
1010 margining_port_init(downstream);
1016 struct tb_port *downstream; local
[all...]
H A Dtb.c481 /* Find the downstream USB4 port that leads to this router */
483 /* Find the corresponding host router USB3 downstream port */
498 * @consumed_down: Consumed downstream bandwidth (Mb/s)
546 * @consumed_down: Consumed downstream bandwidth (Mb/s)
566 bool downstream; local
615 downstream = tb_port_path_direction_downstream(src_port, dst_port);
617 if (downstream)
629 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); local
633 width = downstream ? TB_LINK_WIDTH_ASYM_RX : TB_LINK_WIDTH_ASYM_TX;
635 width = downstream
660 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); local
979 bool clx = false, clx_disabled = false, downstream; local
1084 bool clx = false, clx_disabled = false, downstream; local
2388 bool downstream; local
[all...]
/linux-master/drivers/pci/pcie/
H A Daspm.c112 * on the downstream component before the upstream. So, don't attempt to
113 * restore either until we are at the downstream component.
145 * Disable L1.2 on this downstream endpoint device first, followed
210 struct pci_dev *downstream; /* Downstream component, function 0 */ member in struct:pcie_link_state
401 /* Check downstream component if bit Slot Clock Configuration is 1 */
431 /* Configure downstream component, all functions */
588 /* Check downstream direction L0s latency */
619 struct pci_dev *child = link->downstream, *parent = link->pdev;
651 * downstream devices report (via LTR) that they can tolerate at
717 struct pci_dev *child = link->downstream, *paren
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c104 struct graphics_object_id downstream)
106 if (downstream.type == OBJECT_TYPE_CONNECTOR) {
107 switch (downstream.id) {
150 } else if (downstream.type == OBJECT_TYPE_ENCODER) {
151 switch (downstream.id) {
975 /* Active SST downstream branch device unplug*/
1230 * Does not detect downstream devices, such as MST sinks
103 get_basic_signal_type(struct graphics_object_id encoder, struct graphics_object_id downstream) argument

Completed in 231 milliseconds