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

/include/linux/usb/
H A Dphy.h63 struct usb_phy;
70 int (*read)(struct usb_phy *x, u32 reg);
71 int (*write)(struct usb_phy *x, u32 val, u32 reg);
74 struct usb_phy { struct
100 int (*init)(struct usb_phy *x);
101 void (*shutdown)(struct usb_phy *x);
104 int (*set_vbus)(struct usb_phy *x, int on);
107 int (*set_power)(struct usb_phy *x,
111 int (*set_suspend)(struct usb_phy *x,
119 int (*set_wakeup)(struct usb_phy *
[all...]
H A Dhcd.h109 struct usb_phy *usb_phy; member in struct:usb_hcd

Completed in 49 milliseconds