| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufshcd-pltfrm.h | 19 u32 tx_lanes; /* number of tx lanes */ member
|
| H A D | ufs-qcom.c | 57 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() 716 ufs_qcom_cap.tx_lanes = UFS_QCOM_LIMIT_NUM_LANES_TX; in ufs_qcom_pwr_change_notify()
|
| H A D | ufshcd-pltfrm.c | 326 pltfrm_param->tx_lanes); in ufshcd_get_pwr_dev_param()
|
| H A D | ufs-hisi.c | 297 hisi_param->tx_lanes = UFS_HISI_LIMIT_NUM_LANES_TX; in ufs_hisi_set_dev_cap()
|
| H A D | ufs-mediatek.c | 701 host_cap.tx_lanes = UFS_MTK_LIMIT_NUM_LANES_TX; in ufs_mtk_pre_pwr_change()
|
| H A D | ufs-exynos.c | 621 ufs_exynos_cap.tx_lanes = UFS_EXYNOS_LIMIT_NUM_LANES_TX; in exynos_ufs_pre_pwr_mode()
|
| H A D | ufshcd.c | 4583 int tx_lanes = 0, i, err = 0; in ufshcd_disable_tx_lcc() local 4587 &tx_lanes); in ufshcd_disable_tx_lcc() 4590 &tx_lanes); in ufshcd_disable_tx_lcc() 4591 for (i = 0; i < tx_lanes; i++) { in ufshcd_disable_tx_lcc()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 51 unsigned int tx_lanes; member 435 if (sai->tx_lanes) in rockchip_sai_hw_params() 436 lanes = sai->tx_lanes; in rockchip_sai_hw_params() 993 ucontrol->value.enumerated.item[0] = sai->tx_lanes; in rockchip_sai_tx_lanes_get() 1009 sai->tx_lanes = num; in rockchip_sai_tx_lanes_put()
|
| H A D | rockchip_i2s_tdm.c | 153 unsigned int tx_lanes; member 614 ucontrol->value.enumerated.item[0] = i2s_tdm->tx_lanes; in rockchip_i2s_tdm_tx_lanes_get() 630 i2s_tdm->tx_lanes = num; in rockchip_i2s_tdm_tx_lanes_put() 667 if (i2s_tdm->tx_lanes) in rockchip_i2s_tdm_get_lanes() 668 lanes = i2s_tdm->tx_lanes; in rockchip_i2s_tdm_get_lanes() 2572 i2s_tdm->tx_lanes = 1; in rockchip_i2s_tdm_probe() 2577 i2s_tdm->tx_lanes = val; in rockchip_i2s_tdm_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/ufs/ |
| H A D | ufs.c | 298 u32 tx_lanes, i, err = 0; in ufshcd_disable_tx_lcc() local 302 &tx_lanes); in ufshcd_disable_tx_lcc() 305 &tx_lanes); in ufshcd_disable_tx_lcc() 306 for (i = 0; i < tx_lanes; i++) { in ufshcd_disable_tx_lcc()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb | 294 What: /sys/bus/usb/devices/.../tx_lanes 301 direction. Devices before USB 3.2 are single lane (tx_lanes = 1)
|
| H A D | sysfs-bus-thunderbolt | 144 What: /sys/bus/thunderbolt/devices/.../tx_lanes
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | sysfs.c | 195 return sprintf(buf, "%d\n", udev->tx_lanes); in tx_lanes_show() 197 static DEVICE_ATTR_RO(tx_lanes);
|
| H A D | hcd.c | 2740 rhdev->tx_lanes = 1; in usb_add_hcd() 2757 rhdev->tx_lanes = 2; in usb_add_hcd()
|
| H A D | hub.c | 2861 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1; in hub_port_wait_reset() 2864 udev->tx_lanes = 1; in hub_port_wait_reset() 4836 (udev->rx_lanes == 2 && udev->tx_lanes == 2) ? in hub_port_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 654 unsigned int tx_lanes; member
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | switch.c | 1527 static DEVICE_ATTR(tx_lanes, 0444, lanes_show, NULL);
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 5246 hcd->self.root_hub->tx_lanes = 2; in xhci_gen_setup()
|