Home
last modified time | relevance | path

Searched refs:rx_lanes (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/ufs/host/
H A Dufshcd-pltfrm.h18 u32 rx_lanes; /* number of rx lanes */ member
H A Dufshcd-pltfrm.c403 host_params->rx_lanes); in ufshcd_negotiate_pwr_params()
437 .rx_lanes = UFS_LANE_2, in ufshcd_init_host_params()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb298 What: /sys/bus/usb/devices/.../rx_lanes
305 direction. Devices before USB 3.2 are single lane (rx_lanes = 1)
H A Dsysfs-bus-thunderbolt151 What: /sys/bus/thunderbolt/devices/.../rx_lanes
/linux/drivers/usb/core/
H A Dhcd.c2879 rhdev->rx_lanes = 1; in usb_add_hcd()
2894 rhdev->rx_lanes = 2; in usb_add_hcd()
H A Dhub.c2996 udev->rx_lanes = USB_EXT_PORT_RX_LANES(ext_portstatus) + 1; in hub_port_wait_reset()
3000 udev->rx_lanes = 1; in hub_port_wait_reset()
/linux/drivers/thunderbolt/
H A Dswitch.c1983 static DEVICE_ATTR(rx_lanes, 0444, rx_lanes_show, NULL);
/linux/drivers/usb/host/
H A Dxhci.c5248 hcd->self.root_hub->rx_lanes = 2; in xhci_hcd_init_usb3_data()