*
* @min_uA: Smallest current consumers may set.
* @max_uA: Largest current consumers may set.
++++ * @ilim_uA: Maximum input current.
+++ * @system_load: Load that isn't captured by any consumer requests.
*
* @valid_modes_mask: Mask of modes which may be configured by consumers.
* @valid_ops_mask: Operations which may be performed by consumers.
* applied.
* @apply_uV: Apply the voltage constraint when initialising.
* @ramp_disable: Disable ramp delay when initialising or when setting voltage.
++++ * @soft_start: Enable soft start so that voltage ramps slowly.
+++ * @pull_down: Enable pull down when regulator is disabled.
*
* @input_uV: Input voltage for regulator when supplied by another regulator.
*
/* current output range (inclusive) - for current control */
int min_uA;
int max_uA;
++++ int ilim_uA;
+++
+++ int system_load;
/* valid regulator operating modes for this machine */
unsigned int valid_modes_mask;