Lines Matching refs:lane
54 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane,
64 to_usb2_lane(struct tegra_xusb_lane *lane) in to_usb2_lane() argument
66 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane()
74 to_ulpi_lane(struct tegra_xusb_lane *lane) in to_ulpi_lane() argument
76 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane()
93 to_hsic_lane(struct tegra_xusb_lane *lane) in to_hsic_lane() argument
95 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane()
103 to_pcie_lane(struct tegra_xusb_lane *lane) in to_pcie_lane() argument
105 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane()
113 to_sata_lane(struct tegra_xusb_lane *lane) in to_sata_lane() argument
115 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane()
122 void (*remove)(struct tegra_xusb_lane *lane);
245 struct tegra_xusb_lane *lane; member