Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dab8500.c2966 } abx500_regulator; variable
2971 abx500_regulator.info = ab9540_regulator_info; in abx500_get_regulator_info()
2972 abx500_regulator.info_size = ARRAY_SIZE(ab9540_regulator_info); in abx500_get_regulator_info()
2973 abx500_regulator.init = ab9540_reg_init; in abx500_get_regulator_info()
2974 abx500_regulator.init_size = AB9540_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
2975 abx500_regulator.match = ab9540_regulator_match; in abx500_get_regulator_info()
2976 abx500_regulator.match_size = ARRAY_SIZE(ab9540_regulator_match); in abx500_get_regulator_info()
2978 abx500_regulator.info = ab8505_regulator_info; in abx500_get_regulator_info()
2979 abx500_regulator.info_size = ARRAY_SIZE(ab8505_regulator_info); in abx500_get_regulator_info()
2980 abx500_regulator.init = ab8505_reg_init; in abx500_get_regulator_info()
[all …]