Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/
Dhci_bcm.c50 #define BCM_NUM_SUPPLIES 2 macro
131 struct regulator_bulk_data supplies[BCM_NUM_SUPPLIES];
256 err = regulator_bulk_enable(BCM_NUM_SUPPLIES, in bcm_gpio_set_power()
294 regulator_bulk_disable(BCM_NUM_SUPPLIES, in bcm_gpio_set_power()
315 regulator_bulk_disable(BCM_NUM_SUPPLIES, dev->supplies); in bcm_gpio_set_power()
1116 err = devm_regulator_bulk_get(dev->dev, BCM_NUM_SUPPLIES, in bcm_get_resources()