Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/ufs/
Dufshcd-pltfrm.h19 u32 tx_lanes; /* number of tx lanes */ member
Dufs-qcom.c57 static int ufs_qcom_get_connected_tx_lanes(struct ufs_hba *hba, u32 *tx_lanes) in ufs_qcom_get_connected_tx_lanes() argument
62 UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), tx_lanes); in ufs_qcom_get_connected_tx_lanes()
195 u32 tx_lanes; in ufs_qcom_link_startup_post_change() local
197 return ufs_qcom_get_connected_tx_lanes(hba, &tx_lanes); in ufs_qcom_link_startup_post_change()
816 ufs_qcom_cap.tx_lanes = UFS_QCOM_LIMIT_NUM_LANES_TX; in ufs_qcom_pwr_change_notify()
Dufs-mediatek.c174 host_cap.tx_lanes = UFS_MTK_LIMIT_NUM_LANES_TX; in ufs_mtk_pre_pwr_change()
Dufshcd-pltfrm.c350 pltfrm_param->tx_lanes); in ufshcd_get_pwr_dev_param()
Dufs-hisi.c297 hisi_param->tx_lanes = UFS_HISI_LIMIT_NUM_LANES_TX; in ufs_hisi_set_dev_cap()
Dufshcd.c4326 int tx_lanes, i, err = 0; in ufshcd_disable_tx_lcc() local
4330 &tx_lanes); in ufshcd_disable_tx_lcc()
4333 &tx_lanes); in ufshcd_disable_tx_lcc()
4334 for (i = 0; i < tx_lanes; i++) { in ufshcd_disable_tx_lcc()
/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-ufs.c492 int ufs_qcom_phy_set_tx_lane_enable(struct phy *generic_phy, u32 tx_lanes) in ufs_qcom_phy_set_tx_lane_enable() argument
503 tx_lanes); in ufs_qcom_phy_set_tx_lane_enable()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-usb288 What: /sys/bus/usb/devices/.../tx_lanes
295 direction. Devices before USB 3.2 are single lane (tx_lanes = 1)
/Linux-v5.4/drivers/usb/core/
Dsysfs.c195 return sprintf(buf, "%d\n", udev->tx_lanes); in tx_lanes_show()
197 static DEVICE_ATTR_RO(tx_lanes);
Dhcd.c2714 rhdev->tx_lanes = 1; in usb_add_hcd()
2731 rhdev->tx_lanes = 2; in usb_add_hcd()
Dhub.c2818 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1; in hub_port_wait_reset()
2821 udev->tx_lanes = 1; in hub_port_wait_reset()
4741 (udev->rx_lanes == 2 && udev->tx_lanes == 2) ? in hub_port_init()
/Linux-v5.4/include/linux/
Dusb.h638 unsigned int tx_lanes; member
/Linux-v5.4/drivers/usb/host/
Dxhci.c5173 hcd->self.root_hub->tx_lanes = 2; in xhci_gen_setup()