Searched refs:OV12D2Q_NUM_SUPPLIES (Results 1 – 1 of 1) sorted by relevance
113 #define OV12D2Q_NUM_SUPPLIES ARRAY_SIZE(ov12d2q_supply_names) macro143 struct regulator_bulk_data supplies[OV12D2Q_NUM_SUPPLIES];2569 ret = regulator_bulk_enable(OV12D2Q_NUM_SUPPLIES, ov12d2q->supplies); in __ov12d2q_power_on()2632 regulator_bulk_disable(OV12D2Q_NUM_SUPPLIES, ov12d2q->supplies); in __ov12d2q_power_off()3012 for (i = 0; i < OV12D2Q_NUM_SUPPLIES; i++) in ov12d2q_configure_regulators()3016 OV12D2Q_NUM_SUPPLIES, in ov12d2q_configure_regulators()