Searched refs:ts_config (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/
H A Dtextsearch.h13 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 *);
53 * struct ts_config - search configuration
59 struct ts_config struct
78 struct ts_config *conf,
89 void (*finish)(struct ts_config *con
[all...]
H A Dskbuff.h285 struct ts_config;
1431 unsigned int to, struct ts_config *config);
/linux-master/include/uapi/linux/netfilter/
H A Dxt_string.h32 struct ts_config __attribute__((aligned(8))) *config;
/linux-master/lib/
H A Dtextsearch.c80 * struct ts_config *conf;
205 struct ts_config *conf,
231 unsigned int textsearch_find_continuous(struct ts_config *conf,
263 struct ts_config *textsearch_prepare(const char *algo, const void *pattern,
267 struct ts_config *conf;
313 void textsearch_destroy(struct ts_config *conf)
H A Dts_kmp.c42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state)
91 static struct ts_config *kmp_init(const void *pattern, unsigned int len,
94 struct ts_config *conf;
118 static void *kmp_get_pattern(struct ts_config *conf)
124 static unsigned int kmp_get_pattern_len(struct ts_config *conf)
H A Dts_bm.c76 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state)
160 static struct ts_config *bm_init(const void *pattern, unsigned int len,
163 struct ts_config *conf;
187 static void *bm_get_pattern(struct ts_config *conf)
193 static unsigned int bm_get_pattern_len(struct ts_config *conf)
H A Dts_fsm.c134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state)
255 static struct ts_config *fsm_init(const void *pattern, unsigned int len,
259 struct ts_config *conf;
302 static void *fsm_get_pattern(struct ts_config *conf)
308 static unsigned int fsm_get_pattern_len(struct ts_config *conf)
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c174 static int start(struct dvb_frontend *fe, u32 flags, u32 modmask, u32 ts_config) argument
222 ((ts_config & SX8_TSCONFIG_MODE_MASK) >
261 sx8_base->iq_mode = (ts_config > 1);
273 ddb_mci_config(&state->mci, ts_config);
301 u32 ts_config)
328 sx8_base->iq_mode = (ts_config > 1);
345 ddb_mci_config(&state->mci, ts_config);
354 u32 ts_config = SX8_TSCONFIG_MODE_NORMAL, iq_mode = 0, isi; local
364 ts_config = (SX8_TSCONFIG_TSHEADER | SX8_TSCONFIG_MODE_IQ);
390 stat = start(fe, 3, mask, ts_config);
300 start_iq(struct dvb_frontend *fe, u32 flags, u32 roll_off, u32 ts_config) argument
[all...]
/linux-master/net/sched/
H A Dem_text.c23 struct ts_config *config;
48 struct ts_config *ts_conf;
/linux-master/net/netfilter/
H A Dxt_string.c41 struct ts_config *ts_conf;
H A Dnf_conntrack_amanda.c61 struct ts_config *ts;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c94 memcpy(config, &lif->phc->ts_config, sizeof(*config));
95 memset(&lif->phc->ts_config, 0, sizeof(lif->phc->ts_config));
149 if (rx_all != (lif->phc->ts_config.rx_filter == HWTSTAMP_FILTER_ALL)) {
155 memcpy(&lif->phc->ts_config, config, sizeof(*config));
257 memcpy(&config, &lif->phc->ts_config, sizeof(config));
H A Dionic_lif.h253 struct mutex config_lock; /* lock for ts_config */
254 struct hwtstamp_config ts_config; member in struct:ionic_phc
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_priv.h247 struct stv0900_reg *ts_config; member in struct:stv0900_init_params
320 struct stv0900_reg *ts_config; member in struct:stv0900_internal
H A Dstv0900_core.c1397 intp->ts_config = p_init->ts_config;
1398 if (intp->ts_config == NULL)
1403 for (i = 0; intp->ts_config[i].addr != 0xffff; i++)
1405 intp->ts_config[i].addr,
1406 intp->ts_config[i].val);
1930 init_params.ts_config = config->ts_config_regs;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3442 struct hwtstamp_config ts_config,
3452 if (priv->hwtstamp_config.tx_type == ts_config.tx_type &&
3453 priv->hwtstamp_config.rx_filter == ts_config.rx_filter &&
3472 memcpy(&new_prof.hwtstamp_config, &ts_config, sizeof(ts_config));
3490 } else if (ts_config.rx_filter == HWTSTAMP_FILTER_NONE) {
3511 if (ts_config.rx_filter != HWTSTAMP_FILTER_NONE) {
3441 mlx4_en_reset_config(struct net_device *dev, struct hwtstamp_config ts_config, netdev_features_t features) argument
H A Dmlx4_en.h792 struct hwtstamp_config ts_config,
/linux-master/net/core/
H A Dskbuff.c4393 struct ts_config *conf,
4399 static void skb_ts_finish(struct ts_config *conf, struct ts_state *state)
4417 unsigned int to, struct ts_config *config)

Completed in 287 milliseconds