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

/linux-master/drivers/ufs/host/
H A Dufshcd-pltfrm.h19 u32 tx_lanes; /* number of tx lanes */ member in struct:ufs_host_params
H A Dufshcd-pltfrm.c405 host_params->tx_lanes);
440 .tx_lanes = UFS_LANE_2,
/linux-master/drivers/usb/core/
H A Dsysfs.c196 return sysfs_emit(buf, "%d\n", udev->tx_lanes);
198 static DEVICE_ATTR_RO(tx_lanes);
H A Dhcd.c2872 rhdev->tx_lanes = 1;
2887 rhdev->tx_lanes = 2;
H A Dhub.c2983 udev->tx_lanes = USB_EXT_PORT_TX_LANES(ext_portstatus) + 1;
2987 udev->tx_lanes = 1;
/linux-master/include/linux/
H A Dusb.h578 * @tx_lanes: number of tx lanes in use, USB 3.2 adds dual-lane support
653 unsigned int tx_lanes; member in struct:usb_device
/linux-master/drivers/thunderbolt/
H A Dswitch.c2009 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL);
H A Dxdomain.c1836 static DEVICE_ATTR(tx_lanes, 0444, tx_lanes_show, NULL);
/linux-master/drivers/ufs/core/
H A Dufshcd.c4875 int tx_lanes = 0, i, err = 0; local
4879 &tx_lanes);
4882 &tx_lanes);
4883 for (i = 0; i < tx_lanes; i++) {
/linux-master/drivers/usb/host/
H A Dxhci.c5154 hcd->self.root_hub->tx_lanes = 2;

Completed in 500 milliseconds