Lines Matching refs:n_regulators
69 unsigned int n_regulators;
136 unsigned int n_regulators;
155 unsigned int n_regulators;
548 .n_regulators = ARRAY_SIZE(da9063_regulator_info),
553 .n_regulators = ARRAY_SIZE(da9063_regulator_info) - 6,
571 for (i = regulators->n_regulators - 1; i >= 0; i--) {
593 for (i = 0; i < regl_pdata->n_regulators; i++) {
661 pdata->n_regulators = num;
689 int id, irq, n, n_regulators, ret, val;
693 if (IS_ERR(regl_pdata) || regl_pdata->n_regulators == 0) {
719 n_regulators = model->n_regulators;
721 n_regulators -= 2; /* remove BCORE1, BCORE2 */
723 n_regulators--; /* remove BCORES_MERGED */
725 n_regulators -= 2; /* remove BMEM, BIO */
727 n_regulators--; /* remove BMEM_BIO_MERGED */
731 regulator, n_regulators), GFP_KERNEL);
735 regulators->n_regulators = n_regulators;
741 while (n < regulators->n_regulators) {