/Linux-v4.19/include/linux/ |
D | textsearch.h | 13 struct ts_config; 42 struct ts_config * (*init)(const void *, unsigned int, gfp_t, int); 43 unsigned int (*find)(struct ts_config *, 45 void (*destroy)(struct ts_config *); 46 void * (*get_pattern)(struct ts_config *); 47 unsigned int (*get_pattern_len)(struct ts_config *); 59 struct ts_config struct 78 struct ts_config *conf, argument 89 void (*finish)(struct ts_config *conf, argument 105 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next() [all …]
|
D | skbuff.h | 1108 unsigned int to, struct ts_config *config);
|
/Linux-v4.19/lib/ |
D | textsearch.c | 209 struct ts_config *conf, in get_linear_data() 235 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous() 267 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare() 271 struct ts_config *conf; in textsearch_prepare() 317 void textsearch_destroy(struct ts_config *conf) in textsearch_destroy()
|
D | ts_kmp.c | 46 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find() 95 static struct ts_config *kmp_init(const void *pattern, unsigned int len, in kmp_init() 98 struct ts_config *conf; in kmp_init() 122 static void *kmp_get_pattern(struct ts_config *conf) in kmp_get_pattern() 128 static unsigned int kmp_get_pattern_len(struct ts_config *conf) in kmp_get_pattern_len()
|
D | ts_bm.c | 62 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find() 145 static struct ts_config *bm_init(const void *pattern, unsigned int len, in bm_init() 148 struct ts_config *conf; in bm_init() 172 static void *bm_get_pattern(struct ts_config *conf) in bm_get_pattern() 178 static unsigned int bm_get_pattern_len(struct ts_config *conf) in bm_get_pattern_len()
|
D | ts_fsm.c | 138 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find() 259 static struct ts_config *fsm_init(const void *pattern, unsigned int len, in fsm_init() 263 struct ts_config *conf; in fsm_init() 306 static void *fsm_get_pattern(struct ts_config *conf) in fsm_get_pattern() 312 static unsigned int fsm_get_pattern_len(struct ts_config *conf) in fsm_get_pattern_len()
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-sx8.c | 183 static int start(struct dvb_frontend *fe, u32 flags, u32 modmask, u32 ts_config) in start() argument 231 ((ts_config & SX8_TSCONFIG_MODE_MASK) > in start() 270 sx8_base->iq_mode = (ts_config > 1); in start() 282 ddb_mci_config(&state->mci, ts_config); in start() 310 u32 ts_config) in start_iq() argument 337 sx8_base->iq_mode = (ts_config > 1); in start_iq() 354 ddb_mci_config(&state->mci, ts_config); in start_iq() 363 u32 ts_config = SX8_TSCONFIG_MODE_NORMAL, iq_mode = 0, isi; in set_parameters() local 373 ts_config = (SX8_TSCONFIG_TSHEADER | SX8_TSCONFIG_MODE_IQ); in set_parameters() 399 stat = start(fe, 3, mask, ts_config); in set_parameters() [all …]
|
/Linux-v4.19/net/sched/ |
D | em_text.c | 27 struct ts_config *config; 52 struct ts_config *ts_conf; in em_text_change()
|
/Linux-v4.19/include/uapi/linux/netfilter/ |
D | xt_string.h | 32 struct ts_config __attribute__((aligned(8))) *config;
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0900_priv.h | 257 struct stv0900_reg *ts_config; member 330 struct stv0900_reg *ts_config; member
|
D | stv0900_core.c | 1407 intp->ts_config = p_init->ts_config; in stv0900_init_internal() 1408 if (intp->ts_config == NULL) in stv0900_init_internal() 1413 for (i = 0; intp->ts_config[i].addr != 0xffff; i++) in stv0900_init_internal() 1415 intp->ts_config[i].addr, in stv0900_init_internal() 1416 intp->ts_config[i].val); in stv0900_init_internal() 1940 init_params.ts_config = config->ts_config_regs; in stv0900_attach()
|
/Linux-v4.19/net/netfilter/ |
D | xt_string.c | 44 struct ts_config *ts_conf; in string_mt_check()
|
D | nf_conntrack_amanda.c | 62 struct ts_config *ts;
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 3573 struct hwtstamp_config ts_config, in mlx4_en_reset_config() argument 3583 if (priv->hwtstamp_config.tx_type == ts_config.tx_type && in mlx4_en_reset_config() 3584 priv->hwtstamp_config.rx_filter == ts_config.rx_filter && in mlx4_en_reset_config() 3603 memcpy(&new_prof.hwtstamp_config, &ts_config, sizeof(ts_config)); in mlx4_en_reset_config() 3621 } else if (ts_config.rx_filter == HWTSTAMP_FILTER_NONE) { in mlx4_en_reset_config() 3642 if (ts_config.rx_filter != HWTSTAMP_FILTER_NONE) { in mlx4_en_reset_config()
|
D | mlx4_en.h | 793 struct hwtstamp_config ts_config,
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 3346 struct ts_config *conf, in skb_ts_get_next_block() 3352 static void skb_ts_finish(struct ts_config *conf, struct ts_state *state) in skb_ts_finish() 3370 unsigned int to, struct ts_config *config) in skb_find_text()
|