Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c35 struct sti_usb_phy { struct
43 static int sti_usb_phy_deassert(struct sti_usb_phy *phy) in sti_usb_phy_deassert() argument
63 struct sti_usb_phy *phy = dev_get_priv(dev); in sti_usb_phy_init()
82 struct sti_usb_phy *phy = dev_get_priv(dev); in sti_usb_phy_exit()
105 struct sti_usb_phy *priv = dev_get_priv(dev); in sti_usb_phy_probe()
173 U_BOOT_DRIVER(sti_usb_phy) = {
179 .priv_auto_alloc_size = sizeof(struct sti_usb_phy),
H A DMakefile14 obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o