Lines Matching full:when
108 * @boot_on: Set if the regulator is enabled when the system is initially
110 * bootloader then it will be enabled when the constraints are
112 * @apply_uV: Apply the voltage constraint when initialising.
113 * @ramp_disable: Disable ramp delay when initialising or when setting voltage.
115 * @pull_down: Enable pull down when regulator is disabled.
118 * @input_uV: Input voltage for regulator when supplied by another regulator.
120 * @state_disk: State for regulator when system is suspended in disk mode.
121 * @state_mem: State for regulator when system is suspended in mem mode.
122 * @state_standby: State for regulator when system is suspended in standby
127 * @settling_time: Time to settle down after voltage change when voltage
129 * @settling_time_up: Time to settle down after voltage increase when voltage
131 * @settling_time_down : Time to settle down after voltage decrease when
188 unsigned always_on:1; /* regulator never off when system is on */
193 unsigned pull_down:1; /* pull down resistor when regulator off */
232 * @regulator_init: Callback invoked when the regulator has been registered.