Lines Matching defs:supplies
29 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)];
313 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies);
342 return regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies);
387 return regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies);
454 for (i = 0; i < ARRAY_SIZE(ctx->supplies); i++)
455 ctx->supplies[i].supply = regulator_names[i];
457 ret = devm_regulator_bulk_get(&dsi->dev, ARRAY_SIZE(ctx->supplies),
458 ctx->supplies);