Lines Matching full:retention
221 * struct samsung_retention_data: runtime pin-bank retention control data.
222 * @regs: array of PMU registers to control pad retention.
224 * @value: value to store to registers to turn off retention.
225 * @refcnt: atomic counter if retention control affects more than one bank.
226 * @priv: retention control code private data
227 * @enable: platform specific callback to enter retention mode.
228 * @disable: platform specific callback to exit retention mode.
241 * struct samsung_retention_data: represent a pin-bank retention control data.
242 * @regs: array of PMU registers to control pad retention.
244 * @value: value to store to registers to turn off retention.
245 * @refcnt: atomic counter if retention control affects more than one bank.
246 * @init: platform specific callback to initialize retention control.
262 * @retention_data: configuration data for retention control.
306 * @retention_ctrl: retention control runtime data.