Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c87 struct ti_usb_phy { struct
117 static struct usb3_dpll_params *ti_usb3_get_dpll_params(struct ti_usb_phy *phy) in ti_usb3_get_dpll_params()
134 static int ti_usb3_dpll_wait_lock(struct ti_usb_phy *phy) in ti_usb3_dpll_wait_lock()
146 static int ti_usb3_dpll_program(struct ti_usb_phy *phy) in ti_usb3_dpll_program()
189 void ti_usb2_phy_power(struct ti_usb_phy *phy, int on) in ti_usb2_phy_power()
225 void ti_usb3_phy_power(struct ti_usb_phy *phy, int on) in ti_usb3_phy_power()
265 struct ti_usb_phy *phy; in ti_usb_phy_uboot_init()
302 struct ti_usb_phy *phy = NULL; in ti_usb_phy_uboot_exit()
H A DMakefile15 obj-$(CONFIG_USB_DWC3_PHY_OMAP) += ti_usb_phy.o