Lines Matching refs:conf
138 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find() argument
140 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find()
149 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
263 struct ts_config *conf; in fsm_init() local
286 conf = alloc_ts_config(priv_size, gfp_mask); in fsm_init()
287 if (IS_ERR(conf)) in fsm_init()
288 return conf; in fsm_init()
290 conf->flags = flags; in fsm_init()
291 fsm = ts_config_priv(conf); in fsm_init()
300 return conf; in fsm_init()
306 static void *fsm_get_pattern(struct ts_config *conf) in fsm_get_pattern() argument
308 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern()
312 static unsigned int fsm_get_pattern_len(struct ts_config *conf) in fsm_get_pattern_len() argument
314 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern_len()