Searched refs:tx_lanes (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/phy/ |
D | phy-qcom-ufs.h | 34 int ufs_qcom_phy_set_tx_lane_enable(struct phy *phy, u32 tx_lanes);
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufs-qcom.c | 59 static int ufs_qcom_get_connected_tx_lanes(struct ufs_hba *hba, u32 *tx_lanes) in ufs_qcom_get_connected_tx_lanes() argument 64 UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), tx_lanes); in ufs_qcom_get_connected_tx_lanes() 194 u32 tx_lanes; in ufs_qcom_link_startup_post_change() local 197 err = ufs_qcom_get_connected_tx_lanes(hba, &tx_lanes); in ufs_qcom_link_startup_post_change() 201 err = ufs_qcom_phy_set_tx_lane_enable(phy, tx_lanes); in ufs_qcom_link_startup_post_change() 616 u32 tx_lanes; /* number of tx lanes */ member 680 qcom_param->tx_lanes); in ufs_qcom_get_pwr_dev_param() 948 ufs_qcom_cap.tx_lanes = UFS_QCOM_LIMIT_NUM_LANES_TX; in ufs_qcom_pwr_change_notify()
|
D | ufs-hisi.c | 280 u32 tx_lanes; /* number of tx lanes */ member 345 min_t(u32, dev_max->lane_tx, hisi_param->tx_lanes); in ufs_hisi_get_pwr_dev_param() 378 hisi_param->tx_lanes = UFS_HISI_LIMIT_NUM_LANES_TX; in ufs_hisi_set_dev_cap()
|
D | ufshcd.c | 4284 int tx_lanes, i, err = 0; in ufshcd_disable_tx_lcc() local 4288 &tx_lanes); in ufshcd_disable_tx_lcc() 4291 &tx_lanes); in ufshcd_disable_tx_lcc() 4292 for (i = 0; i < tx_lanes; i++) { in ufshcd_disable_tx_lcc()
|
/Linux-v4.19/drivers/phy/qualcomm/ |
D | phy-qcom-ufs.c | 536 int ufs_qcom_phy_set_tx_lane_enable(struct phy *generic_phy, u32 tx_lanes) in ufs_qcom_phy_set_tx_lane_enable() argument 547 tx_lanes); in ufs_qcom_phy_set_tx_lane_enable()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 271 What: /sys/bus/usb/devices/.../tx_lanes 278 direction. Devices before USB 3.2 are single lane (tx_lanes = 1)
|
/Linux-v4.19/drivers/usb/core/ |
D | sysfs.c | 194 return sprintf(buf, "%d\n", udev->tx_lanes); in tx_lanes_show() 196 static DEVICE_ATTR_RO(tx_lanes);
|
D | hcd.c | 2804 rhdev->tx_lanes = 1; in usb_add_hcd() 2821 rhdev->tx_lanes = 2; in usb_add_hcd()
|
D | hub.c | 2765 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1; in hub_port_wait_reset() 2768 udev->tx_lanes = 1; in hub_port_wait_reset() 4674 (udev->rx_lanes == 2 && udev->tx_lanes == 2) ? in hub_port_init()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 640 unsigned int tx_lanes; member
|