Home
last modified time | relevance | path

Searched defs:tegra_xusb_lane_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/phy/tegra/
Dxusb.h129 struct tegra_xusb_lane_ops { struct
130 struct tegra_xusb_lane *(*probe)(struct tegra_xusb_pad *pad,
133 void (*remove)(struct tegra_xusb_lane *lane);
134 void (*iddq_enable)(struct tegra_xusb_lane *lane);
135 void (*iddq_disable)(struct tegra_xusb_lane *lane);
136 int (*enable_phy_sleepwalk)(struct tegra_xusb_lane *lane, enum usb_device_speed speed);
137 int (*disable_phy_sleepwalk)(struct tegra_xusb_lane *lane);
138 int (*enable_phy_wake)(struct tegra_xusb_lane *lane);
139 int (*disable_phy_wake)(struct tegra_xusb_lane *lane);
140 bool (*remote_wake_detected)(struct tegra_xusb_lane *lane);