Searched refs:limits_array (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | pv88060-regulator.c | 145 #define PV88060_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 162 .curr_table = limits_array,\ 163 .n_current_limits = ARRAY_SIZE(limits_array),\
|
| H A D | pv88090-regulator.c | 161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 178 .curr_table = limits_array, \ 179 .n_current_limits = ARRAY_SIZE(limits_array), \
|
| H A D | pv88080-regulator.c | 268 #define PV88080_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 281 .curr_table = limits_array, \ 282 .n_current_limits = ARRAY_SIZE(limits_array), \
|