Home
last modified time | relevance | path

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

/linux/sound/soc/rockchip/
H A Drockchip_sai.c55 unsigned int rx_lanes; member
585 lanes = sai->rx_lanes; in rockchip_sai_hw_params()
773 lanes = &sai->rx_lanes; in rockchip_sai_path_prepare()
830 sai->rx_lanes = 1; in rockchip_sai_parse_paths()
/linux/drivers/usb/core/
H A Dsysfs.c186 return sysfs_emit(buf, "%d\n", udev->rx_lanes); in rx_lanes_show()
188 static DEVICE_ATTR_RO(rx_lanes);
H A Dhcd.c2890 rhdev->rx_lanes = 1; in usb_add_hcd()
2905 rhdev->rx_lanes = 2; in usb_add_hcd()
H A Dhub.c3028 udev->rx_lanes = USB_EXT_PORT_RX_LANES(ext_portstatus) + 1; in hub_port_wait_reset()
3032 udev->rx_lanes = 1; in hub_port_wait_reset()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb298 What: /sys/bus/usb/devices/.../rx_lanes
305 direction. Devices before USB 3.2 are single lane (rx_lanes = 1)
H A Dsysfs-bus-thunderbolt151 What: /sys/bus/thunderbolt/devices/.../rx_lanes
/linux/include/linux/
H A Dusb.h667 unsigned int rx_lanes; member
/linux/drivers/thunderbolt/
H A Dxdomain.c1814 static DEVICE_ATTR(rx_lanes, 0444, rx_lanes_show, NULL);
/linux/drivers/usb/host/
H A Dxhci.c5404 hcd->self.root_hub->rx_lanes = 2; in xhci_hcd_init_usb3_data()