Lines Matching defs:lane
49 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane,
57 to_usb3_lane(struct tegra_xusb_lane *lane)
59 return container_of(lane, struct tegra_xusb_usb3_lane, base);
70 to_usb2_lane(struct tegra_xusb_lane *lane)
72 return container_of(lane, struct tegra_xusb_usb2_lane, base);
80 to_ulpi_lane(struct tegra_xusb_lane *lane)
82 return container_of(lane, struct tegra_xusb_ulpi_lane, base);
99 to_hsic_lane(struct tegra_xusb_lane *lane)
101 return container_of(lane, struct tegra_xusb_hsic_lane, base);
109 to_pcie_lane(struct tegra_xusb_lane *lane)
111 return container_of(lane, struct tegra_xusb_pcie_lane, base);
119 to_sata_lane(struct tegra_xusb_lane *lane)
121 return container_of(lane, struct tegra_xusb_sata_lane, base);
128 void (*remove)(struct tegra_xusb_lane *lane);
264 struct tegra_xusb_lane *lane;