Home
last modified time | relevance | path

Searched refs:num_phys (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h49 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 Dxhci-dwc3.c26 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 Dxusb-padctl-common.h69 unsigned int num_phys; member
H A Dxusb-padctl-common.c53 for (i = 0; i < padctl.socdata->num_phys; i++) { in tegra_xusb_phy_get()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c949 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 Ddwc3-generic.c38 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 Dcore.c889 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 Dxusb-padctl.c319 .num_phys = ARRAY_SIZE(tegra124_phys),
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c425 .num_phys = ARRAY_SIZE(tegra210_phys),