Searched refs:_volt_table (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/regulator/ |
A D | mtk-dvfsrc-regulator.c | 18 #define MT_DVFSRC_REGULAR(match, _name, _volt_table) \ argument 27 .n_voltages = ARRAY_SIZE(_volt_table), \ 28 .volt_table = _volt_table, \
|
A D | mt6359-regulator.c | 95 #define MT6359_LDO(match, _name, _volt_table, \ argument 107 .n_voltages = ARRAY_SIZE(_volt_table), \ 108 .volt_table = _volt_table, \ 139 #define MT6359P_LDO1(match, _name, _ops, _volt_table, \ argument 151 .n_voltages = ARRAY_SIZE(_volt_table), \ 152 .volt_table = _volt_table, \
|
Completed in 8 milliseconds