Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
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()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy.c46 enum usb_phy_type type) in __usb_find_phy()
426 struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) in devm_usb_get_phy()
455 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy()
626 int usb_add_phy(struct usb_phy *x, enum usb_phy_type type) in usb_add_phy()
Dphy-generic.c208 enum usb_phy_type type = USB_PHY_TYPE_USB2; in usb_phy_gen_create_phy()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch13895 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);