Lines Matching full:retention
188 * struct samsung_retention_data: runtime pin-bank retention control data.
189 * @regs: array of PMU registers to control pad retention.
191 * @value: value to store to registers to turn off retention.
192 * @refcnt: atomic counter if retention control affects more than one bank.
193 * @priv: retention control code private data
194 * @enable: platform specific callback to enter retention mode.
195 * @disable: platform specific callback to exit retention mode.
208 * struct samsung_retention_data: represent a pin-bank retention control data.
209 * @regs: array of PMU registers to control pad retention.
211 * @value: value to store to registers to turn off retention.
212 * @refcnt: atomic counter if retention control affects more than one bank.
213 * @init: platform specific callback to initialize retention control.
229 * @retention_data: configuration data for retention control.
272 * @retention_ctrl: retention control runtime data.