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

/linux-4.1.27/drivers/regulator/
H A Dab8500.c2966 } abx500_regulator; variable in typeref:struct:__anon8372
2971 abx500_regulator.info = ab9540_regulator_info; abx500_get_regulator_info()
2972 abx500_regulator.info_size = ARRAY_SIZE(ab9540_regulator_info); abx500_get_regulator_info()
2973 abx500_regulator.init = ab9540_reg_init; abx500_get_regulator_info()
2974 abx500_regulator.init_size = AB9540_NUM_REGULATOR_REGISTERS; abx500_get_regulator_info()
2975 abx500_regulator.match = ab9540_regulator_match; abx500_get_regulator_info()
2976 abx500_regulator.match_size = ARRAY_SIZE(ab9540_regulator_match); abx500_get_regulator_info()
2978 abx500_regulator.info = ab8505_regulator_info; abx500_get_regulator_info()
2979 abx500_regulator.info_size = ARRAY_SIZE(ab8505_regulator_info); abx500_get_regulator_info()
2980 abx500_regulator.init = ab8505_reg_init; abx500_get_regulator_info()
2981 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; abx500_get_regulator_info()
2982 abx500_regulator.match = ab8505_regulator_match; abx500_get_regulator_info()
2983 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); abx500_get_regulator_info()
2985 abx500_regulator.info = ab8540_regulator_info; abx500_get_regulator_info()
2986 abx500_regulator.info_size = ARRAY_SIZE(ab8540_regulator_info); abx500_get_regulator_info()
2987 abx500_regulator.init = ab8540_reg_init; abx500_get_regulator_info()
2988 abx500_regulator.init_size = AB8540_NUM_REGULATOR_REGISTERS; abx500_get_regulator_info()
2989 abx500_regulator.match = ab8540_regulator_match; abx500_get_regulator_info()
2990 abx500_regulator.match_size = ARRAY_SIZE(ab8540_regulator_match); abx500_get_regulator_info()
2992 abx500_regulator.info = ab8500_regulator_info; abx500_get_regulator_info()
2993 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info); abx500_get_regulator_info()
2994 abx500_regulator.init = ab8500_reg_init; abx500_get_regulator_info()
2995 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS; abx500_get_regulator_info()
2996 abx500_regulator.match = ab8500_regulator_match; abx500_get_regulator_info()
2997 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match); abx500_get_regulator_info()
3010 info = &abx500_regulator.info[id]; ab8500_regulator_register()
3055 abx500_regulator.match, ab8500_regulator_probe()
3056 abx500_regulator.match_size); ab8500_regulator_probe()
3063 match = abx500_regulator.match; ab8500_regulator_probe()
3064 for (i = 0; i < abx500_regulator.info_size; i++) { ab8500_regulator_probe()

Completed in 71 milliseconds