Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb.h40 struct tegra_xusb_lane { struct
49 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane, argument
53 struct tegra_xusb_lane base;
57 to_usb3_lane(struct tegra_xusb_lane *lane) in to_usb3_lane()
63 struct tegra_xusb_lane base;
70 to_usb2_lane(struct tegra_xusb_lane *lane) in to_usb2_lane()
76 struct tegra_xusb_lane base;
80 to_ulpi_lane(struct tegra_xusb_lane *lane) in to_ulpi_lane()
86 struct tegra_xusb_lane base;
99 to_hsic_lane(struct tegra_xusb_lane *lane) in to_hsic_lane()
[all …]
H A Dxusb-tegra124.c292 struct tegra_xusb_lane *lane; in tegra124_usb3_save_context()
426 static struct tegra_xusb_lane *
452 static void tegra124_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra124_usb2_lane_remove()
466 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_init()
473 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_exit()
480 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_power_on()
569 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_usb2_phy_power_off()
675 static struct tegra_xusb_lane *
701 static void tegra124_ulpi_lane_remove(struct tegra_xusb_lane *lane) in tegra124_ulpi_lane_remove()
715 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra124_ulpi_phy_init()
[all …]
H A Dxusb-tegra210.c822 struct tegra_xusb_lane *lane; in tegra210_usb3_set_lfps_detect()
878 static struct tegra_xusb_lane *
904 static void tegra210_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra210_usb2_lane_remove()
918 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_init()
934 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_exit()
1000 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_set_mode()
1038 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_on()
1205 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_off()
1343 static struct tegra_xusb_lane *
1369 static void tegra210_hsic_lane_remove(struct tegra_xusb_lane *lane) in tegra210_hsic_lane_remove()
[all …]
H A Dxusb-tegra186.c150 static struct tegra_xusb_lane *
176 static void tegra186_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra186_usb2_lane_remove()
256 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_on()
287 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_down()
363 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_set_mode()
401 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_power_on()
480 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_init()
507 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_exit()
611 static struct tegra_xusb_lane *
626 static struct tegra_xusb_lane *
[all …]
H A Dxusb.c109 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane, in tegra_xusb_lane_parse_dt()
135 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_lane_destroy()
202 struct tegra_xusb_lane *lane; in tegra_xusb_pad_register()
314 static void tegra_xusb_lane_program(struct tegra_xusb_lane *lane) in tegra_xusb_lane_program()
336 struct tegra_xusb_lane *lane; in tegra_xusb_pad_program()
379 static bool tegra_xusb_lane_check(struct tegra_xusb_lane *lane, in tegra_xusb_lane_check()
387 struct tegra_xusb_lane *tegra_xusb_find_lane(struct tegra_xusb_padctl *padctl, in tegra_xusb_find_lane()
391 struct tegra_xusb_lane *lane, *hit = ERR_PTR(-ENODEV); in tegra_xusb_find_lane()
409 struct tegra_xusb_lane *
414 struct tegra_xusb_lane *lane, *match = ERR_PTR(-ENODEV); in tegra_xusb_port_find_lane()
[all …]