Lines Matching refs:abx500_regulator
2966 } 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()
2981 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
2982 abx500_regulator.match = ab8505_regulator_match; in abx500_get_regulator_info()
2983 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()
2985 abx500_regulator.info = ab8540_regulator_info; in abx500_get_regulator_info()
2986 abx500_regulator.info_size = ARRAY_SIZE(ab8540_regulator_info); in abx500_get_regulator_info()
2987 abx500_regulator.init = ab8540_reg_init; in abx500_get_regulator_info()
2988 abx500_regulator.init_size = AB8540_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
2989 abx500_regulator.match = ab8540_regulator_match; in abx500_get_regulator_info()
2990 abx500_regulator.match_size = ARRAY_SIZE(ab8540_regulator_match); in abx500_get_regulator_info()
2992 abx500_regulator.info = ab8500_regulator_info; in abx500_get_regulator_info()
2993 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info); in abx500_get_regulator_info()
2994 abx500_regulator.init = ab8500_reg_init; in abx500_get_regulator_info()
2995 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
2996 abx500_regulator.match = ab8500_regulator_match; in abx500_get_regulator_info()
2997 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match); in abx500_get_regulator_info()
3010 info = &abx500_regulator.info[id]; in ab8500_regulator_register()
3055 abx500_regulator.match, in ab8500_regulator_probe()
3056 abx500_regulator.match_size); in ab8500_regulator_probe()
3063 match = abx500_regulator.match; in ab8500_regulator_probe()
3064 for (i = 0; i < abx500_regulator.info_size; i++) { in ab8500_regulator_probe()