Searched defs:usb_phy (Results 1 – 2 of 2) sorted by relevance
74 struct usb_phy { struct79 enum usb_phy_type type; argument81 enum usb_phy_events last_event; argument86 struct usb_phy_io_ops *io_ops; argument100 int (*init)(struct usb_phy *x); argument101 void (*shutdown)(struct usb_phy *x); argument104 int (*set_vbus)(struct usb_phy *x, int on); argument107 int (*set_power)(struct usb_phy *x, argument111 int (*set_suspend)(struct usb_phy *x, argument119 int (*set_wakeup)(struct usb_phy *x, bool enabled); argument[all …]
109 struct usb_phy *usb_phy; member