Home
last modified time | relevance | path

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

/linux/sound/soc/rockchip/
H A Drockchip_sai.c53 unsigned int tx_lanes;
577 lanes = sai->tx_lanes; in rockchip_sai_hw_params()
774 lanes = &sai->tx_lanes; in rockchip_sai_path_prepare()
817 sai->tx_lanes = 1; in rockchip_sai_parse_paths()
54 unsigned int tx_lanes; global() member
/linux/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.c2891 rhdev->tx_lanes = 1; in usb_add_hcd()
2906 rhdev->tx_lanes = 2; in usb_add_hcd()
H A Dhub.c3029 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1; in hub_port_wait_reset()
3033 udev->tx_lanes = 1; in hub_port_wait_reset()
/linux/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/include/linux/
H A Dusb.h668 unsigned int tx_lanes; member
/linux/drivers/ufs/host/
H A Dufs-qcom.c962 static void ufs_qcom_set_tx_hs_equalizer(struct ufs_hba *hba, u32 gear, u32 tx_lanes) in ufs_qcom_set_tx_hs_equalizer()
970 for (i = 0; i < tx_lanes; i++) { in ufs_qcom_negotiate_pwr_mode()
952 ufs_qcom_set_tx_hs_equalizer(struct ufs_hba * hba,u32 gear,u32 tx_lanes) ufs_qcom_set_tx_hs_equalizer() argument
/linux/drivers/thunderbolt/
H A Dxdomain.c1990 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL); in tb_xdomain_alloc()
/linux/drivers/usb/host/
H A Dxhci.c5402 hcd->self.root_hub->tx_lanes = 2; in xhci_hcd_init_usb3_data()