Lines Matching refs:config
276 uint32_t flags; /* flags to support config */
308 int (*config)(struct stfsm *);
1020 struct seq_rw_config *config;
1023 for (config = cfgs; config->cmd != 0; config++)
1024 if ((config->flags & flags) == config->flags)
1025 return config;
1103 struct seq_rw_config *config;
1105 config = stfsm_search_seq_rw_configs(fsm, cfgs);
1106 if (!config) {
1107 dev_err(fsm->dev, "failed to find suitable config\n");
1111 stfsm_prepare_rw_seq(fsm, seq, config);
2069 if (info->config)
2070 ret = info->config(fsm);