/linux/drivers/regulator/ |
H A D | mt6331-regulator.c | 72 #define MT6331_LDO_AO(match, vreg, ldo_volt_table, vosel, vosel_mask) \ argument 81 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 82 .volt_table = ldo_volt_table, \ 88 #define MT6331_LDO_S(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 99 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 100 .volt_table = ldo_volt_table, \ 112 #define MT6331_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 124 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 125 .volt_table = ldo_volt_table, \
|
H A D | mt6332-regulator.c | 100 #define MT6332_LDO_AO(match, vreg, ldo_volt_table, vosel, vosel_mask) \ argument 109 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 110 .volt_table = ldo_volt_table, \ 116 #define MT6332_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 126 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 127 .volt_table = ldo_volt_table, \
|
H A D | 88pm800-regulator.c | 116 #define PM800_LDO(match, vreg, ereg, ebit, amax, ldo_volt_table) \ argument 126 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 131 .volt_table = ldo_volt_table, \
|
H A D | mt6380-regulator.c | 115 #define MT6380_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 125 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 126 .volt_table = ldo_volt_table, \
|
H A D | mt6357-regulator.c | 59 #define MT6357_LDO(match, vreg, ldo_volt_table, \ argument 70 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 71 .volt_table = ldo_volt_table, \
|
H A D | mt6397-regulator.c | 65 #define MT6397_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 75 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 76 .volt_table = ldo_volt_table, \
|
H A D | mt6323-regulator.c | 63 #define MT6323_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument 73 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 74 .volt_table = ldo_volt_table, \
|