Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-stm32-usbphyc.c44 #define NUM_SUPPLIES ARRAY_SIZE(supplies_names) macro
61 struct regulator_bulk_data supplies[NUM_SUPPLIES];
238 return regulator_bulk_enable(NUM_SUPPLIES, usbphyc_phy->supplies); in stm32_usbphyc_phy_power_on()
245 return regulator_bulk_disable(NUM_SUPPLIES, usbphyc_phy->supplies); in stm32_usbphyc_phy_power_off()
381 for (i = 0; i < NUM_SUPPLIES; i++) in stm32_usbphyc_probe()
384 ret = devm_regulator_bulk_get(&phy->dev, NUM_SUPPLIES, in stm32_usbphyc_probe()