Home
last modified time | relevance | path

Searched refs:tegra_xusb_lane (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/phy/tegra/
Dxusb.h45 struct tegra_xusb_lane { struct
54 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane, argument
58 struct tegra_xusb_lane base;
64 to_usb2_lane(struct tegra_xusb_lane *lane) in to_usb2_lane()
70 struct tegra_xusb_lane base;
74 to_ulpi_lane(struct tegra_xusb_lane *lane) in to_ulpi_lane()
80 struct tegra_xusb_lane base;
93 to_hsic_lane(struct tegra_xusb_lane *lane) in to_hsic_lane()
99 struct tegra_xusb_lane base;
103 to_pcie_lane(struct tegra_xusb_lane *lane) in to_pcie_lane()
[all …]
Dxusb-tegra124.c300 struct tegra_xusb_lane *lane; in tegra124_usb3_save_context()
434 static struct tegra_xusb_lane *
460 static void tegra124_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra124_usb2_lane_remove()
474 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_init()
481 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_exit()
488 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_power_on()
577 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_power_off()
683 static struct tegra_xusb_lane *
709 static void tegra124_ulpi_lane_remove(struct tegra_xusb_lane *lane) in tegra124_ulpi_lane_remove()
723 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_ulpi_phy_init()
[all …]
Dxusb-tegra210.c814 struct tegra_xusb_lane *lane; in tegra210_usb3_set_lfps_detect()
870 static struct tegra_xusb_lane *
896 static void tegra210_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra210_usb2_lane_remove()
910 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_init()
926 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_exit()
933 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_on()
1058 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_off()
1169 static struct tegra_xusb_lane *
1195 static void tegra210_hsic_lane_remove(struct tegra_xusb_lane *lane) in tegra210_hsic_lane_remove()
1209 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_hsic_phy_init()
[all …]
Dxusb.c105 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane, in tegra_xusb_lane_parse_dt()
131 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_lane_destroy()
198 struct tegra_xusb_lane *lane; in tegra_xusb_pad_register()
310 static void tegra_xusb_lane_program(struct tegra_xusb_lane *lane) in tegra_xusb_lane_program()
328 struct tegra_xusb_lane *lane; in tegra_xusb_pad_program()
371 static bool tegra_xusb_lane_check(struct tegra_xusb_lane *lane, in tegra_xusb_lane_check()
379 struct tegra_xusb_lane *tegra_xusb_find_lane(struct tegra_xusb_padctl *padctl, in tegra_xusb_find_lane()
383 struct tegra_xusb_lane *lane, *hit = ERR_PTR(-ENODEV); in tegra_xusb_find_lane()
401 struct tegra_xusb_lane *
406 struct tegra_xusb_lane *lane, *match = ERR_PTR(-ENODEV); in tegra_xusb_port_find_lane()