Lines Matching refs:lane
55 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane,
63 to_usb3_lane(struct tegra_xusb_lane *lane)
65 return container_of(lane, struct tegra_xusb_usb3_lane, base);
76 to_usb2_lane(struct tegra_xusb_lane *lane)
78 return container_of(lane, struct tegra_xusb_usb2_lane, base);
86 to_ulpi_lane(struct tegra_xusb_lane *lane)
88 return container_of(lane, struct tegra_xusb_ulpi_lane, base);
105 to_hsic_lane(struct tegra_xusb_lane *lane)
107 return container_of(lane, struct tegra_xusb_hsic_lane, base);
115 to_pcie_lane(struct tegra_xusb_lane *lane)
117 return container_of(lane, struct tegra_xusb_pcie_lane, base);
125 to_sata_lane(struct tegra_xusb_lane *lane)
127 return container_of(lane, struct tegra_xusb_sata_lane, base);
134 void (*remove)(struct tegra_xusb_lane *lane);
135 void (*iddq_enable)(struct tegra_xusb_lane *lane);
136 void (*iddq_disable)(struct tegra_xusb_lane *lane);
137 int (*enable_phy_sleepwalk)(struct tegra_xusb_lane *lane, enum usb_device_speed speed);
138 int (*disable_phy_sleepwalk)(struct tegra_xusb_lane *lane);
139 int (*enable_phy_wake)(struct tegra_xusb_lane *lane);
140 int (*disable_phy_wake)(struct tegra_xusb_lane *lane);
141 bool (*remote_wake_detected)(struct tegra_xusb_lane *lane);
144 bool tegra_xusb_lane_check(struct tegra_xusb_lane *lane, const char *function);
279 struct tegra_xusb_lane *lane;