Home
last modified time | relevance | path

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

/drivers/phy/allwinner/
A Dphy-sun4i-usb.c111 struct sun4i_usb_phy_plat *usb_phy = &phy_data->usb_phy[phy->id]; in sun4i_usb_phy_write() local
156 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_passby() local
159 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() local
207 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_power_off() local
235 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_init() local
319 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() local
396 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_vbus_detect() local
420 struct sun4i_usb_phy_plat *usb_phy = &data->usb_phy[phy->id]; in sun4i_usb_phy_id_detect() local
[all …]
/drivers/phy/
A Domap-usb2-phy.c122 static int omap_usb_phy_power(struct phy *usb_phy, bool on) in omap_usb_phy_power() argument
124 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() argument
151 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() argument
180 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() argument
185 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() argument
190 return omap_usb_phy_power(usb_phy, false); in omap_usb2_phy_exit()
A Dphy-imx8mq-usb.c92 static int imx8mq_usb_phy_init(struct phy *usb_phy) in imx8mq_usb_phy_init() argument
94 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() argument
123 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() argument
162 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() argument
173 struct udevice *dev = usb_phy->dev; in imx8mq_usb_phy_power_on()
[all …]
A Dsti_usb_phy.c62 static int sti_usb_phy_init(struct phy *usb_phy) in sti_usb_phy_init() argument
64 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() argument
83 struct udevice *dev = usb_phy->dev; in sti_usb_phy_exit()
/drivers/usb/host/
A Dehci-fsl.c146 char usb_phy[5]; in ehci_fsl_init() local
148 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()
/drivers/usb/musb-new/
A Dmusb_core.h369 struct usb_phy *xceiv;
A Dmusb_core.c126 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