Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Dphy.h15 enum usb_phy_interface { enum
29 enum usb_phy_interface usb_get_phy_mode(ofnode node);
31 static inline enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode()
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h19 enum usb_phy_interface hsphy_mode;
/rk3399_rockchip-uboot/drivers/usb/common/
H A Dcommon.c84 enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h756 enum usb_phy_interface hsphy_mode;
H A Dcore.c340 enum usb_phy_interface hsphy_mode = dwc->hsphy_mode; in dwc3_hsphy_mode_setup()