Lines Matching defs:abx500_regulator
1528 } abx500_regulator;
1533 abx500_regulator.info = ab8505_regulator_info;
1534 abx500_regulator.info_size = ARRAY_SIZE(ab8505_regulator_info);
1535 abx500_regulator.init = ab8505_reg_init;
1536 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS;
1537 abx500_regulator.match = ab8505_regulator_match;
1538 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match);
1540 abx500_regulator.info = ab8500_regulator_info;
1541 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info);
1542 abx500_regulator.init = ab8500_reg_init;
1543 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS;
1544 abx500_regulator.match = ab8500_regulator_match;
1545 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match);
1559 info = &abx500_regulator.info[id];
1603 abx500_regulator.match,
1604 abx500_regulator.match_size);
1611 match = abx500_regulator.match;
1612 for (i = 0; i < abx500_regulator.info_size; i++) {