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