usb_phy_type
enum usb_phy_type type = USB_PHY_TYPE_USB2;
struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type)
struct usb_phy *usb_get_phy(enum usb_phy_type type)
enum usb_phy_type type)
int usb_add_phy(struct usb_phy *x, enum usb_phy_type type)
extern int usb_add_phy(struct usb_phy *, enum usb_phy_type type);
extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
enum usb_phy_type type);
static inline struct usb_phy *usb_get_phy(enum usb_phy_type type)
enum usb_phy_type type)
static inline const char *usb_phy_type_string(enum usb_phy_type type)
enum usb_phy_type type;