Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dab8500.c1575 } abx500_regulator; variable
1580 abx500_regulator.info = ab8505_regulator_info; in abx500_get_regulator_info()
1581 abx500_regulator.info_size = ARRAY_SIZE(ab8505_regulator_info); in abx500_get_regulator_info()
1582 abx500_regulator.init = ab8505_reg_init; in abx500_get_regulator_info()
1583 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
1584 abx500_regulator.match = ab8505_regulator_match; in abx500_get_regulator_info()
1585 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()
1587 abx500_regulator.info = ab8500_regulator_info; in abx500_get_regulator_info()
1588 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info); in abx500_get_regulator_info()
1589 abx500_regulator.init = ab8500_reg_init; in abx500_get_regulator_info()
[all …]