Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/tegra/
Dxusb.h130 struct tegra_xusb_lane_ops { struct
131 struct tegra_xusb_lane *(*probe)(struct tegra_xusb_pad *pad,
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);