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

/linux-4.1.27/arch/arm/mach-ux500/
H A Dboard-mop500-regulators.c189 static struct ab8500_regulator_reg_init ab8500_reg_init[] = { variable in typeref:struct:ab8500_regulator_reg_init
980 .reg_init = ab8500_reg_init,
981 .num_reg_init = ARRAY_SIZE(ab8500_reg_init),
1011 for (i = ARRAY_SIZE(ab8500_reg_init) - 1; i >= 0; i--) { ab8500_modify_reg_init()
1012 if (ab8500_reg_init[i].id == id) { ab8500_modify_reg_init()
1013 u8 initval = ab8500_reg_init[i].value; ab8500_modify_reg_init()
1015 ab8500_reg_init[i].value = initval; ab8500_modify_reg_init()
1017 BUG_ON(mask & ~ab8500_reg_init[i].mask); ab8500_modify_reg_init()
/linux-4.1.27/drivers/regulator/
H A Dab8500.c1792 struct ab8500_reg_init { struct
1806 static struct ab8500_reg_init ab8500_reg_init[] = { variable in typeref:struct:ab8500_reg_init
1977 static struct ab8500_reg_init ab8505_reg_init[] = {
2247 static struct ab8500_reg_init ab9540_reg_init[] = {
2522 static struct ab8500_reg_init ab8540_reg_init[] = {
2962 struct ab8500_reg_init *init;
2994 abx500_regulator.init = ab8500_reg_init; abx500_get_regulator_info()

Completed in 105 milliseconds