Searched refs:sti_usb_phy (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/phy/
H A Dsti_usb_phy.c38 struct sti_usb_phy { struct
46 static int sti_usb_phy_deassert(struct sti_usb_phy *phy)
66 struct sti_usb_phy *phy = dev_get_priv(dev);
85 struct sti_usb_phy *phy = dev_get_priv(dev);
108 struct sti_usb_phy *priv = dev_get_priv(dev);
176 U_BOOT_DRIVER(sti_usb_phy) = { variable
177 .name = "sti_usb_phy",
182 .priv_auto = sizeof(struct sti_usb_phy),
H A DMakefile24 obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o

Completed in 41 milliseconds