Lines Matching defs:config
103 * @config: configuration params that this fills up
106 struct palmas_pwron_config *config)
114 memset(config, 0, sizeof(*config));
116 /* Default config parameters */
117 config->long_press_time_val = ARRAY_SIZE(lpk_times) - 1;
127 config->long_press_time_val = i;
139 config->pwron_debounce_val = i;
146 lpk_times[config->long_press_time_val]);
161 struct palmas_pwron_config config;
165 palmas_pwron_params_ofinit(dev, &config);
188 val = FIELD_PREP(PALMAS_LPK_TIME_MASK, config.long_press_time_val) |
189 FIELD_PREP(PALMAS_PWRON_DEBOUNCE_MASK, config.pwron_debounce_val);