Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dab8500.c1528 } abx500_regulator; variable
1533 abx500_regulator.info = ab8505_regulator_info; in abx500_get_regulator_info()
1534 abx500_regulator.info_size = ARRAY_SIZE(ab8505_regulator_info); in abx500_get_regulator_info()
1535 abx500_regulator.init = ab8505_reg_init; in abx500_get_regulator_info()
1536 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
1537 abx500_regulator.match = ab8505_regulator_match; in abx500_get_regulator_info()
1538 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()
1540 abx500_regulator.info = ab8500_regulator_info; in abx500_get_regulator_info()
1541 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info); in abx500_get_regulator_info()
1542 abx500_regulator.init = ab8500_reg_init; in abx500_get_regulator_info()
[all …]