Searched refs:sti_usb_phy (Results 1 – 2 of 2) sorted by relevance
35 struct sti_usb_phy { struct43 static int sti_usb_phy_deassert(struct sti_usb_phy *phy) in sti_usb_phy_deassert() argument63 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),
14 obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o