Home
last modified time | relevance | path

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

/include/linux/usb/
Dphy.h74 struct usb_phy { struct
79 enum usb_phy_type type; argument
81 enum usb_phy_events last_event; argument
86 struct usb_phy_io_ops *io_ops; argument
100 int (*init)(struct usb_phy *x); argument
101 void (*shutdown)(struct usb_phy *x); argument
104 int (*set_vbus)(struct usb_phy *x, int on); argument
107 int (*set_power)(struct usb_phy *x, argument
111 int (*set_suspend)(struct usb_phy *x, argument
119 int (*set_wakeup)(struct usb_phy *x, bool enabled); argument
[all …]
Dhcd.h109 struct usb_phy *usb_phy; member