NUM_SUPPLIES       61 drivers/phy/st/phy-stm32-usbphyc.c 	struct regulator_bulk_data supplies[NUM_SUPPLIES];
NUM_SUPPLIES      238 drivers/phy/st/phy-stm32-usbphyc.c 	return regulator_bulk_enable(NUM_SUPPLIES, usbphyc_phy->supplies);
NUM_SUPPLIES      245 drivers/phy/st/phy-stm32-usbphyc.c 	return regulator_bulk_disable(NUM_SUPPLIES, usbphyc_phy->supplies);
NUM_SUPPLIES      381 drivers/phy/st/phy-stm32-usbphyc.c 		for (i = 0; i < NUM_SUPPLIES; i++)
NUM_SUPPLIES      384 drivers/phy/st/phy-stm32-usbphyc.c 		ret = devm_regulator_bulk_get(&phy->dev, NUM_SUPPLIES,