Searched refs:usb_phys (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 796 struct phy *usb_phys; in dwc3_setup_phy() local 805 usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in dwc3_setup_phy() 807 if (!usb_phys) in dwc3_setup_phy() 811 ret = generic_phy_get_by_index(dev, i, &usb_phys[i]); in dwc3_setup_phy() 820 ret = generic_phy_init(&usb_phys[i]); in dwc3_setup_phy() 829 ret = generic_phy_power_on(&usb_phys[i]); in dwc3_setup_phy() 837 *array = usb_phys; in dwc3_setup_phy() 843 generic_phy_power_off(&usb_phys[i]); in dwc3_setup_phy() 846 generic_phy_exit(&usb_phys[i]); in dwc3_setup_phy() 852 generic_phy_exit(&usb_phys[i]); in dwc3_setup_phy() [all …]
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-dwc3.c | 23 struct phy *usb_phys; member 127 ret = dwc3_setup_phy(dev, &plat->usb_phys, &plat->num_phys); in xhci_dwc3_probe() 149 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
|
/openbmc/u-boot/include/ |
H A D | dwc3-uboot.h | 45 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys); 53 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, in dwc3_shutdown_phy() argument
|