Lines Matching defs:conf
134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state)
136 struct ts_fsm *fsm = ts_config_priv(conf);
145 block_len = conf->get_next_block(consumed, &data, conf, state); })
259 struct ts_config *conf;
282 conf = alloc_ts_config(priv_size, gfp_mask);
283 if (IS_ERR(conf))
284 return conf;
286 conf->flags = flags;
287 fsm = ts_config_priv(conf);
296 return conf;
302 static void *fsm_get_pattern(struct ts_config *conf)
304 struct ts_fsm *fsm = ts_config_priv(conf);
308 static unsigned int fsm_get_pattern_len(struct ts_config *conf)
310 struct ts_fsm *fsm = ts_config_priv(conf);