Home
last modified time | relevance | path

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

/linux/sound/soc/rockchip/
H A Drockchip_sai.c54 unsigned int tx_lanes; member
582 lanes = sai->tx_lanes; in rockchip_sai_hw_params()
777 lanes = &sai->tx_lanes; in rockchip_sai_path_prepare()
820 sai->tx_lanes = 1; in rockchip_sai_parse_paths()
/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/thunderbolt/
H A Dxdomain.c1840 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL);
/linux/drivers/usb/host/
H A Dxhci.c5405 hcd->self.root_hub->tx_lanes = 2; in xhci_hcd_init_usb3_data()