Searched refs:ts_config (Results 1 – 5 of 5) sorted by relevance
13 struct ts_config;44 struct ts_config * (*init)(const void *, unsigned int, gfp_t);45 unsigned int (*find)(struct ts_config *,47 void (*destroy)(struct ts_config *);48 void * (*get_pattern)(struct ts_config *);49 unsigned int (*get_pattern_len)(struct ts_config *);60 struct ts_config struct78 struct ts_config *conf, argument89 void (*finish)(struct ts_config *conf, argument105 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next()[all …]
402 unsigned int to, struct ts_config *config,
15 struct ts_config __attribute__((aligned(8))) *config;
31 struct ts_config __attribute__((aligned(8))) *config;
557 if ((ts_dev != NULL) && (ts_config(ts_dev) >= 0)) { in FB_OpenMouse()