Searched defs:usb_phy (Results 1 – 2 of 2) sorted by relevance
89201 struct usb_phy *usb_phy; member89364 struct usb_phy { struct89368 enum usb_phy_type type; argument89369 enum usb_phy_events last_event; argument89372 struct usb_phy_io_ops *io_ops; argument89387 int (*init)(struct usb_phy *); argument89388 void (*shutdown)(struct usb_phy *); argument89389 int (*set_vbus)(struct usb_phy *, int); argument89390 int (*set_power)(struct usb_phy *, unsigned int); argument89391 int (*set_suspend)(struct usb_phy *, int); argument[all …]
98937 struct usb_phy *usb_phy; member99100 struct usb_phy { struct99104 enum usb_phy_type type; argument99105 enum usb_phy_events last_event; argument99108 struct usb_phy_io_ops *io_ops; argument99123 int (*init)(struct usb_phy *); argument99124 void (*shutdown)(struct usb_phy *); argument99125 int (*set_vbus)(struct usb_phy *, int); argument99126 int (*set_power)(struct usb_phy *, unsigned int); argument99127 int (*set_suspend)(struct usb_phy *, int); argument[all …]