Home
last modified time | relevance | path

Searched refs:tx_lanes (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/ufs/host/
H A Dufshcd-pltfrm.h19 u32 tx_lanes; /* number of tx lanes */ member
H A Dufshcd-pltfrm.c401 host_params->tx_lanes); in ufshcd_negotiate_pwr_params()
436 .tx_lanes = UFS_LANE_2, in ufshcd_init_host_params()
H A Dufs-qcom.c802 static void ufs_qcom_set_tx_hs_equalizer(struct ufs_hba *hba, u32 gear, u32 tx_lanes) in ufs_qcom_set_tx_hs_equalizer() argument
810 for (i = 0; i < tx_lanes; i++) { in ufs_qcom_set_tx_hs_equalizer()
/linux-6.15/drivers/usb/core/
H A Dsysfs.c196 return sysfs_emit(buf, "%d\n", udev->tx_lanes); in tx_lanes_show()
198 static DEVICE_ATTR_RO(tx_lanes);
H A Dhcd.c2880 rhdev->tx_lanes = 1; in usb_add_hcd()
2895 rhdev->tx_lanes = 2; in usb_add_hcd()
H A Dhub.c2997 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1; in hub_port_wait_reset()
3001 udev->tx_lanes = 1; in hub_port_wait_reset()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-usb307 What: /sys/bus/usb/devices/.../tx_lanes
314 direction. Devices before USB 3.2 are single lane (tx_lanes = 1)
H A Dsysfs-bus-thunderbolt165 What: /sys/bus/thunderbolt/devices/.../tx_lanes
/linux-6.15/include/linux/
H A Dusb.h662 unsigned int tx_lanes; member
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c4930 int tx_lanes = 0, i, err = 0; in ufshcd_disable_tx_lcc() local
4934 &tx_lanes); in ufshcd_disable_tx_lcc()
4937 &tx_lanes); in ufshcd_disable_tx_lcc()
4938 for (i = 0; i < tx_lanes; i++) { in ufshcd_disable_tx_lcc()
/linux-6.15/drivers/thunderbolt/
H A Dxdomain.c1836 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL);
H A Dswitch.c2009 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL);
/linux-6.15/drivers/usb/host/
H A Dxhci.c5246 hcd->self.root_hub->tx_lanes = 2; in xhci_hcd_init_usb3_data()