/linux-5.19.10/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 | 1544 unsigned int to, struct ts_config *config);
|
/linux-5.19.10/lib/ |
D | textsearch.c | 205 struct ts_config *conf, in get_linear_data() 231 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous() 263 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare() 267 struct ts_config *conf; in textsearch_prepare() 313 void textsearch_destroy(struct ts_config *conf) in textsearch_destroy()
|
D | ts_kmp.c | 42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find() 91 static struct ts_config *kmp_init(const void *pattern, unsigned int len, in kmp_init() 94 struct ts_config *conf; in kmp_init() 118 static void *kmp_get_pattern(struct ts_config *conf) in kmp_get_pattern() 124 static unsigned int kmp_get_pattern_len(struct ts_config *conf) in kmp_get_pattern_len()
|
D | ts_bm.c | 58 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find() 141 static struct ts_config *bm_init(const void *pattern, unsigned int len, in bm_init() 144 struct ts_config *conf; in bm_init() 168 static void *bm_get_pattern(struct ts_config *conf) in bm_get_pattern() 174 static unsigned int bm_get_pattern_len(struct ts_config *conf) in bm_get_pattern_len()
|
D | ts_fsm.c | 134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find() 255 static struct ts_config *fsm_init(const void *pattern, unsigned int len, in fsm_init() 259 struct ts_config *conf; in fsm_init() 302 static void *fsm_get_pattern(struct ts_config *conf) in fsm_get_pattern() 308 static unsigned int fsm_get_pattern_len(struct ts_config *conf) in fsm_get_pattern_len()
|
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_phc.c | 94 memcpy(config, &lif->phc->ts_config, sizeof(*config)); in ionic_lif_hwstamp_set_ts_config() 95 memset(&lif->phc->ts_config, 0, sizeof(lif->phc->ts_config)); in ionic_lif_hwstamp_set_ts_config() 149 if (rx_all != (lif->phc->ts_config.rx_filter == HWTSTAMP_FILTER_ALL)) { in ionic_lif_hwstamp_set_ts_config() 155 memcpy(&lif->phc->ts_config, config, sizeof(*config)); in ionic_lif_hwstamp_set_ts_config() 257 memcpy(&config, &lif->phc->ts_config, sizeof(config)); in ionic_lif_hwstamp_get()
|
D | ionic_lif.h | 230 struct hwtstamp_config ts_config; member
|
/linux-5.19.10/net/sched/ |
D | em_text.c | 23 struct ts_config *config; 48 struct ts_config *ts_conf; in em_text_change()
|
/linux-5.19.10/include/uapi/linux/netfilter/ |
D | xt_string.h | 32 struct ts_config __attribute__((aligned(8))) *config;
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stv0900_priv.h | 247 struct stv0900_reg *ts_config; member 320 struct stv0900_reg *ts_config; member
|
D | stv0900_core.c | 1397 intp->ts_config = p_init->ts_config; in stv0900_init_internal() 1398 if (intp->ts_config == NULL) in stv0900_init_internal() 1403 for (i = 0; intp->ts_config[i].addr != 0xffff; i++) in stv0900_init_internal() 1405 intp->ts_config[i].addr, in stv0900_init_internal() 1406 intp->ts_config[i].val); in stv0900_init_internal() 1930 init_params.ts_config = config->ts_config_regs; in stv0900_attach()
|
/linux-5.19.10/net/netfilter/ |
D | xt_string.c | 41 struct ts_config *ts_conf; in string_mt_check()
|
D | nf_conntrack_amanda.c | 61 struct ts_config *ts;
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 3495 struct hwtstamp_config ts_config, in mlx4_en_reset_config() argument 3505 if (priv->hwtstamp_config.tx_type == ts_config.tx_type && in mlx4_en_reset_config() 3506 priv->hwtstamp_config.rx_filter == ts_config.rx_filter && in mlx4_en_reset_config() 3525 memcpy(&new_prof.hwtstamp_config, &ts_config, sizeof(ts_config)); in mlx4_en_reset_config() 3543 } else if (ts_config.rx_filter == HWTSTAMP_FILTER_NONE) { in mlx4_en_reset_config() 3564 if (ts_config.rx_filter != HWTSTAMP_FILTER_NONE) { in mlx4_en_reset_config()
|
D | mlx4_en.h | 782 struct hwtstamp_config ts_config,
|
/linux-5.19.10/net/core/ |
D | skbuff.c | 3791 struct ts_config *conf, in skb_ts_get_next_block() 3797 static void skb_ts_finish(struct ts_config *conf, struct ts_state *state) in skb_ts_finish() 3815 unsigned int to, struct ts_config *config) in skb_find_text()
|