/external/u-boot/include/ |
D | dwc3-uboot.h | 46 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys); 47 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys); 50 int *num_phys) in dwc3_setup_phy() argument 56 int num_phys) in dwc3_shutdown_phy() argument
|
/external/u-boot/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 82 int num_phys; member 351 if (args->args_count >= data->cfg->num_phys) in sun4i_usb_phy_xlate() 432 for (i = 0; i < data->cfg->num_phys; i++) { in sun4i_usb_phy_probe() 504 .num_phys = 3, 513 .num_phys = 2, 522 .num_phys = 3, 531 .num_phys = 3, 540 .num_phys = 2, 549 .num_phys = 2, 558 .num_phys = 3, [all …]
|
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/ |
D | network_WiFi_VerifyAttenuator.py | 81 for i in range(self.num_phys): 254 for other_instance in [x for x in range(self.num_phys) 294 self.num_phys = len(self.context.router.iw_runner.list_phys()) 297 for instance in range(self.num_phys): 298 if self.num_phys > 1:
|
/external/u-boot/drivers/usb/host/ |
D | xhci-dwc3.c | 24 int num_phys; member 129 ret = dwc3_setup_phy(dev, &plat->usb_phys, &plat->num_phys); in xhci_dwc3_probe() 172 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
|
/external/u-boot/drivers/usb/dwc3/ |
D | dwc3-generic.c | 37 int num_phys; member 59 rc = dwc3_setup_phy(dev, &priv->phys, &priv->num_phys); in dwc3_generic_probe() 82 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_remove()
|
D | core.c | 838 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy() argument 883 *num_phys = count; in dwc3_setup_phy() 902 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() argument 906 for (i = 0; i < num_phys; i++) { in dwc3_shutdown_phy()
|
/external/u-boot/drivers/usb/gadget/ |
D | dwc2_udc_otg.c | 944 int num_phys; member 953 int dwc2_phy_setup(struct udevice *dev, struct phy **array, int *num_phys) in dwc2_phy_setup() argument 999 *num_phys = count; in dwc2_phy_setup() 1019 void dwc2_phy_shutdown(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc2_phy_shutdown() argument 1023 for (i = 0; i < num_phys; i++) { in dwc2_phy_shutdown() 1159 ret = dwc2_phy_setup(dev, &priv->phys, &priv->num_phys); in dwc2_udc_otg_probe() 1209 dwc2_phy_shutdown(dev, priv->phys, priv->num_phys); in dwc2_udc_otg_remove()
|
/external/u-boot/arch/arm/mach-tegra/ |
D | xusb-padctl-common.h | 68 unsigned int num_phys; member
|
D | xusb-padctl-common.c | 52 for (i = 0; i < padctl.socdata->num_phys; i++) { in tegra_xusb_phy_get()
|
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | xusb-padctl.c | 318 .num_phys = ARRAY_SIZE(tegra124_phys),
|
/external/u-boot/arch/arm/mach-tegra/tegra210/ |
D | xusb-padctl.c | 424 .num_phys = ARRAY_SIZE(tegra210_phys),
|