Searched refs:usb_phy (Results 1 – 7 of 7) sorted by relevance
111 struct sun4i_usb_phy_plat *usb_phy = &phy_data->usb_phy[phy->id]; in sun4i_usb_phy_write() local156 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_passby() local159 if (!usb_phy->pmu) in sun4i_usb_phy_passby()183 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_power_on() local207 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_power_off() local235 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_init() local319 if (usb_phy->id != 0) in sun4i_usb_phy_init()339 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_exit() local396 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_vbus_detect() local420 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_id_detect() local[all …]
122 static int omap_usb_phy_power(struct phy *usb_phy, bool on) in omap_usb_phy_power() argument124 struct udevice *dev = usb_phy->dev; in omap_usb_phy_power()149 static int omap_usb2_phy_init(struct phy *usb_phy) in omap_usb2_phy_init() argument151 struct udevice *dev = usb_phy->dev; in omap_usb2_phy_init()178 static int omap_usb2_phy_power_on(struct phy *usb_phy) in omap_usb2_phy_power_on() argument180 return omap_usb_phy_power(usb_phy, true); in omap_usb2_phy_power_on()183 static int omap_usb2_phy_power_off(struct phy *usb_phy) in omap_usb2_phy_power_off() argument185 return omap_usb_phy_power(usb_phy, false); in omap_usb2_phy_power_off()188 static int omap_usb2_phy_exit(struct phy *usb_phy) in omap_usb2_phy_exit() argument190 return omap_usb_phy_power(usb_phy, false); in omap_usb2_phy_exit()
92 static int imx8mq_usb_phy_init(struct phy *usb_phy) in imx8mq_usb_phy_init() argument94 struct udevice *dev = usb_phy->dev; in imx8mq_usb_phy_init()121 static int imx8mp_usb_phy_init(struct phy *usb_phy) in imx8mp_usb_phy_init() argument123 struct udevice *dev = usb_phy->dev; in imx8mp_usb_phy_init()160 static int imx8mpq_usb_phy_init(struct phy *usb_phy) in imx8mpq_usb_phy_init() argument162 struct udevice *dev = usb_phy->dev; in imx8mpq_usb_phy_init()166 return imx8mp_usb_phy_init(usb_phy); in imx8mpq_usb_phy_init()168 return imx8mq_usb_phy_init(usb_phy); in imx8mpq_usb_phy_init()171 static int imx8mq_usb_phy_power_on(struct phy *usb_phy) in imx8mq_usb_phy_power_on() argument173 struct udevice *dev = usb_phy->dev; in imx8mq_usb_phy_power_on()[all …]
62 static int sti_usb_phy_init(struct phy *usb_phy) in sti_usb_phy_init() argument64 struct udevice *dev = usb_phy->dev; in sti_usb_phy_init()81 static int sti_usb_phy_exit(struct phy *usb_phy) in sti_usb_phy_exit() argument83 struct udevice *dev = usb_phy->dev; in sti_usb_phy_exit()
146 char usb_phy[5]; in ehci_fsl_init() local148 usb_phy[0] = '\0'; in ehci_fsl_init()175 strcpy(usb_phy, "utmi"); in ehci_fsl_init()176 phy_type = usb_phy; in ehci_fsl_init()
369 struct usb_phy *xceiv;
126 static int musb_ulpi_read(struct usb_phy *phy, u32 offset) in musb_ulpi_read()170 static int musb_ulpi_write(struct usb_phy *phy, u32 offset, u32 data) in musb_ulpi_write()
Completed in 24 milliseconds