Lines Matching refs:lane
48 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane,
56 to_usb3_lane(struct tegra_xusb_lane *lane) in to_usb3_lane() argument
58 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane()
69 to_usb2_lane(struct tegra_xusb_lane *lane) in to_usb2_lane() argument
71 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane()
79 to_ulpi_lane(struct tegra_xusb_lane *lane) in to_ulpi_lane() argument
81 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane()
98 to_hsic_lane(struct tegra_xusb_lane *lane) in to_hsic_lane() argument
100 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane()
108 to_pcie_lane(struct tegra_xusb_lane *lane) in to_pcie_lane() argument
110 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane()
118 to_sata_lane(struct tegra_xusb_lane *lane) in to_sata_lane() argument
120 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane()
127 void (*remove)(struct tegra_xusb_lane *lane);
263 struct tegra_xusb_lane *lane; member