Home
last modified time | relevance | path

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

/linux/drivers/phy/tegra/
H A Dxusb.h397 struct tegra_xusb_padctl_ops { struct
399 (*probe)(struct device *dev,
401 void (*remove)(struct tegra_xusb_padctl *padctl);
403 int (*suspend_noirq)(struct tegra_xusb_padctl *padctl);
404 int (*resume_noirq)(struct tegra_xusb_padctl *padctl);
428 const struct tegra_xusb_padctl_ops *ops; argument