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