Searched refs:ldo_volt_table (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/regulator/ |
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, \
|
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, \
|
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, \
|
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, \
|
A D | mt6358-regulator.c | 65 #define MT6358_LDO(match, vreg, ldo_volt_table, \ argument 76 .n_voltages = ARRAY_SIZE(ldo_volt_table), \ 77 .volt_table = ldo_volt_table, \
|
Completed in 8 milliseconds