Searched refs:num_phys (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | dwc3-uboot.h | 49 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys); 50 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys); 53 int *num_phys) in dwc3_setup_phy() argument 59 int num_phys) in dwc3_shutdown_phy() argument
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-dwc3.c | 26 int num_phys; member 131 ret = dwc3_setup_phy(dev, &plat->usb_phys, &plat->num_phys); in xhci_dwc3_probe() 174 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | xusb-padctl-common.h | 69 unsigned int num_phys; member
|
| H A D | xusb-padctl-common.c | 53 for (i = 0; i < padctl.socdata->num_phys; i++) { in tegra_xusb_phy_get()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 949 int num_phys; member 958 int dwc2_phy_setup(struct udevice *dev, struct phy **array, int *num_phys) in dwc2_phy_setup() argument 1004 *num_phys = count; in dwc2_phy_setup() 1024 void dwc2_phy_shutdown(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc2_phy_shutdown() argument 1028 for (i = 0; i < num_phys; i++) { in dwc2_phy_shutdown() 1163 ret = dwc2_phy_setup(dev, &priv->phys, &priv->num_phys); in dwc2_udc_otg_probe() 1213 dwc2_phy_shutdown(dev, priv->phys, priv->num_phys); in dwc2_udc_otg_remove()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | dwc3-generic.c | 38 int num_phys; member 70 rc = dwc3_setup_phy(dev, &priv->phys, &priv->num_phys); in dwc3_generic_probe() 96 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_remove()
|
| H A D | core.c | 889 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy() argument 934 *num_phys = count; in dwc3_setup_phy() 953 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() argument 957 for (i = 0; i < num_phys; i++) { in dwc3_shutdown_phy()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/ |
| H A D | xusb-padctl.c | 319 .num_phys = ARRAY_SIZE(tegra124_phys),
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 425 .num_phys = ARRAY_SIZE(tegra210_phys),
|