Home
last modified time | relevance | path

Searched refs:usb_phy_type (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/usb/
H A Dphy.h36 enum usb_phy_type { enum
93 enum usb_phy_type type;
161 extern int usb_add_phy(struct usb_phy *, enum usb_phy_type type);
218 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
220 enum usb_phy_type type);
235 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy()
241 enum usb_phy_type type) in devm_usb_get_phy()
350 static inline const char *usb_phy_type_string(enum usb_phy_type type) in usb_phy_type_string()