Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 49) sorted by relevance

12

/linux-4.19.296/include/linux/
Dtextsearch.h78 struct ts_config *conf,
89 void (*finish)(struct ts_config *conf,
105 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next() argument
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
110 if (conf->finish) in textsearch_next()
111 conf->finish(conf, state); in textsearch_next()
124 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find() argument
128 return textsearch_next(conf, state); in textsearch_find()
135 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern() argument
137 return conf->ops->get_pattern(conf); in textsearch_get_pattern()
[all …]
Dexport.h112 #define __cond_export_sym(sym, sec, conf) \ argument
113 ___cond_export_sym(sym, sec, conf)
/linux-4.19.296/lib/
Dtextsearch.c209 struct ts_config *conf, in get_linear_data() argument
235 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous() argument
241 conf->get_next_block = get_linear_data; in textsearch_find_continuous()
245 return textsearch_find(conf, state); in textsearch_find_continuous()
271 struct ts_config *conf; in textsearch_prepare() local
293 conf = ops->init(pattern, len, gfp_mask, flags); in textsearch_prepare()
294 if (IS_ERR(conf)) { in textsearch_prepare()
295 err = PTR_ERR(conf); in textsearch_prepare()
299 conf->ops = ops; in textsearch_prepare()
300 return conf; in textsearch_prepare()
[all …]
Dts_kmp.c46 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find() argument
48 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_find()
51 const int icase = conf->flags & TS_IGNORECASE; in kmp_find()
54 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
98 struct ts_config *conf; in kmp_init() local
104 conf = alloc_ts_config(priv_size, gfp_mask); in kmp_init()
105 if (IS_ERR(conf)) in kmp_init()
106 return conf; in kmp_init()
108 conf->flags = flags; in kmp_init()
109 kmp = ts_config_priv(conf); in kmp_init()
[all …]
Dts_bm.c62 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find() argument
64 struct ts_bm *bm = ts_config_priv(conf); in bm_find()
68 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find()
73 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
150 struct ts_config *conf; in bm_init() local
156 conf = alloc_ts_config(priv_size, gfp_mask); in bm_init()
157 if (IS_ERR(conf)) in bm_init()
158 return conf; in bm_init()
160 conf->flags = flags; in bm_init()
161 bm = ts_config_priv(conf); in bm_init()
[all …]
Dts_fsm.c138 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find() argument
140 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find()
149 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
263 struct ts_config *conf; in fsm_init() local
286 conf = alloc_ts_config(priv_size, gfp_mask); in fsm_init()
287 if (IS_ERR(conf)) in fsm_init()
288 return conf; in fsm_init()
290 conf->flags = flags; in fsm_init()
291 fsm = ts_config_priv(conf); in fsm_init()
300 return conf; in fsm_init()
[all …]
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_cmx.c161 struct dsp_conf *conf; in dsp_cmx_debug() local
170 if (odsp->conf) in dsp_cmx_debug()
171 printk(" (Conf %d)", odsp->conf->id); in dsp_cmx_debug()
177 list_for_each_entry(conf, &conf_ilist, list) { in dsp_cmx_debug()
178 printk(KERN_DEBUG "* Conf %d (%p)\n", conf->id, conf); in dsp_cmx_debug()
179 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug()
200 struct dsp_conf *conf; in dsp_cmx_search_conf() local
208 list_for_each_entry(conf, &conf_ilist, list) in dsp_cmx_search_conf()
209 if (conf->id == id) in dsp_cmx_search_conf()
210 return conf; in dsp_cmx_search_conf()
[all …]
Ddsp_core.c210 else if (dsp->conf && dsp->conf->software) in dsp_rx_off_member()
245 if (!dsp->conf) { in dsp_rx_off()
250 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_rx_off()
368 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
382 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
402 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
419 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
427 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
437 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
465 dsp_cmx_hardware(dsp->conf, dsp); in dsp_control_req()
[all …]
Ddsp.h192 struct dsp_conf *conf; member
246 extern void dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp);
253 extern int dsp_cmx_del_conf(struct dsp_conf *conf);
/linux-4.19.296/include/linux/mfd/syscon/
Datmel-smc.h99 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf);
100 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf,
103 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf,
105 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
107 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf,
110 const struct atmel_smc_cs_conf *conf);
113 int cs, const struct atmel_smc_cs_conf *conf);
115 struct atmel_smc_cs_conf *conf);
118 int cs, struct atmel_smc_cs_conf *conf);
/linux-4.19.296/drivers/memory/
Datmel-ebi.c40 struct atmel_ebi_dev_config *conf);
43 struct atmel_ebi_dev_config *conf);
45 struct atmel_ebi_dev_config *conf);
64 int (*converter)(struct atmel_smc_cs_conf *conf,
79 struct atmel_ebi_dev_config *conf) in at91sam9_ebi_get_config() argument
81 atmel_smc_cs_conf_get(ebid->ebi->smc.regmap, conf->cs, in at91sam9_ebi_get_config()
82 &conf->smcconf); in at91sam9_ebi_get_config()
86 struct atmel_ebi_dev_config *conf) in sama5_ebi_get_config() argument
89 conf->cs, &conf->smcconf); in sama5_ebi_get_config()
172 struct atmel_ebi_dev_config *conf) in atmel_ebi_xslate_smc_config() argument
[all …]
/linux-4.19.296/drivers/iio/adc/
Dad7793.c159 u16 conf; member
187 st->conf &= ~AD7793_CONF_CHAN_MASK; in ad7793_set_channel()
188 st->conf |= AD7793_CONF_CHAN(channel); in ad7793_set_channel()
190 return ad_sd_write_reg(&st->sd, AD7793_REG_CONF, 2, st->conf); in ad7793_set_channel()
288 st->conf = 0; in ad7793_setup()
293 st->conf |= AD7793_CONF_REFSEL(pdata->refsel); in ad7793_setup()
295 st->conf |= AD7793_CONF_VBIAS(pdata->bias_voltage); in ad7793_setup()
297 st->conf |= AD7793_CONF_BUF; in ad7793_setup()
300 st->conf |= AD7793_CONF_BOOST; in ad7793_setup()
302 st->conf |= AD7793_CONF_BO_EN; in ad7793_setup()
[all …]
Dti_am335x_adc.c39 struct dma_slave_config conf; member
267 dma->conf.src_maxburst = dma->fifo_thresh + 1; in tiadc_start_dma()
268 dmaengine_slave_config(dma->chan, &dma->conf); in tiadc_start_dma()
545 dma->conf.direction = DMA_DEV_TO_MEM; in tiadc_request_dma()
546 dma->conf.src_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in tiadc_request_dma()
547 dma->conf.src_addr = adc_dev->mfd_tscadc->tscadc_phys_base + REG_FIFO1; in tiadc_request_dma()
/linux-4.19.296/drivers/regulator/
Dda9055-regulator.c74 struct da9055_conf_reg conf; member
217 ret = da9055_reg_read(regulator->da9055, info->conf.reg); in da9055_regulator_get_voltage_sel()
221 ret &= info->conf.sel_mask; in da9055_regulator_get_voltage_sel()
249 ret = da9055_reg_update(regulator->da9055, info->conf.reg, in da9055_regulator_set_voltage_sel()
250 info->conf.sel_mask, DA9055_SEL_REG_A); in da9055_regulator_set_voltage_sel()
264 ret = da9055_reg_read(regulator->da9055, info->conf.reg); in da9055_regulator_set_voltage_sel()
268 ret &= info->conf.sel_mask; in da9055_regulator_set_voltage_sel()
288 ret = da9055_reg_update(regulator->da9055, info->conf.reg, in da9055_regulator_set_suspend_voltage()
289 info->conf.sel_mask, DA9055_SEL_REG_B); in da9055_regulator_set_suspend_voltage()
309 return da9055_reg_update(regulator->da9055, info->conf.reg, in da9055_suspend_enable()
[all …]
Dpv88060-regulator.c60 unsigned int conf; /* buck configuration register */ member
88 ret = regmap_read(rdev->regmap, info->conf, &data); in pv88060_buck_get_mode()
127 return regmap_update_bits(rdev->regmap, info->conf, in pv88060_buck_set_mode()
142 info->conf, in pv88060_set_current_limit()
157 ret = regmap_read(rdev->regmap, info->conf, &data); in pv88060_get_current_limit()
208 .conf = PV88060_REG_##regl_name##_CONF1,\
Dpv88090-regulator.c49 unsigned int conf; member
110 ret = regmap_read(rdev->regmap, info->conf, &data); in pv88090_buck_get_mode()
149 return regmap_update_bits(rdev->regmap, info->conf, in pv88090_buck_set_mode()
164 info->conf, in pv88090_set_current_limit()
179 ret = regmap_read(rdev->regmap, info->conf, &data); in pv88090_get_current_limit()
230 .conf = PV88090_REG_##regl_name##_CONF1, \
/linux-4.19.296/drivers/iio/accel/
Dmma9553.c188 struct mma9553_conf_regs conf; member
293 config = mma9553_set_bits(data->conf.config, 1, in mma9553_set_config()
401 sizeof(data->conf) / sizeof(u16), in mma9553_init()
402 (u16 *)&data->conf); in mma9553_init()
420 data->conf.sleepmin = MMA9553_DEFAULT_SLEEPMIN; in mma9553_init()
421 data->conf.sleepmax = MMA9553_DEFAULT_SLEEPMAX; in mma9553_init()
422 data->conf.sleepthd = MMA9553_DEFAULT_SLEEPTHD; in mma9553_init()
423 data->conf.config = mma9553_set_bits(data->conf.config, 1, in mma9553_init()
429 data->conf.config = mma9553_set_bits(data->conf.config, 1, in mma9553_init()
433 sizeof(data->conf) / sizeof(u16), in mma9553_init()
[all …]
/linux-4.19.296/drivers/misc/
Dad525x_dpot.h18 #define DPOT_UID(conf) (conf & 0x3F) argument
19 #define DPOT_MAX_POS(conf) ((conf >> 6) & 0xF) argument
20 #define DPOT_WIPERS(conf) ((conf >> 10) & 0xFF) argument
21 #define DPOT_FEAT(conf) (conf >> 18) argument
/linux-4.19.296/drivers/rtc/
Drtc-rv3029c2.c585 u8 conf; /* trickle config bits */ member
589 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
593 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
597 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
601 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K,
604 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K |
608 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K,
611 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_80K,
614 .conf = RV3029_TRICKLE_1K,
617 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_20K |
[all …]
/linux-4.19.296/include/net/
Dmac80211.h2295 struct ieee80211_conf conf; member
3590 struct ieee80211_key_conf *conf,
3815 struct cfg80211_nan_conf *conf);
3820 struct cfg80211_nan_conf *conf, u32 changes);
5758 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument
5760 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
5764 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument
5766 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
5767 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
5771 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument
[all …]
/linux-4.19.296/include/asm-generic/
Dexport.h73 #define __cond_export_sym(sym, val, sec, conf) \
74 ___cond_export_sym(sym, val, sec, conf)
/linux-4.19.296/include/linux/usb/
Dtypec_altmode.h63 int (*notify)(struct typec_altmode *altmode, unsigned long conf,
73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
/linux-4.19.296/drivers/media/dvb-frontends/
Dmn88443x.c679 struct mn88443x_config *conf = client->dev.platform_data; in mn88443x_probe() local
696 if (IS_ERR(chip->mclk) && !conf) { in mn88443x_probe()
704 if (ret && !conf) { in mn88443x_probe()
717 if (conf) { in mn88443x_probe()
718 chip->mclk = conf->mclk; in mn88443x_probe()
719 chip->if_freq = conf->if_freq; in mn88443x_probe()
720 chip->reset_gpio = conf->reset_gpio; in mn88443x_probe()
722 *conf->fe = &chip->fe; in mn88443x_probe()
/linux-4.19.296/include/linux/amba/
Dbus.h60 #define AMBA_LINUX_ID(conf, rev, part) \ argument
61 (((conf) & 0xff) << 24 | ((rev) & 0xf) << 20 | \
/linux-4.19.296/fs/nfsd/
Dnfs4state.c2502 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local
2568 conf = find_confirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()
2569 if (conf) { in nfsd4_exchange_id()
2570 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
2571 bool verfs_match = same_verf(&verf, &conf->cl_verifier); in nfsd4_exchange_id()
2574 if (!clp_used_exchangeid(conf)) { /* buggy client */ in nfsd4_exchange_id()
2578 if (!nfsd4_mach_creds_match(conf, rqstp)) { in nfsd4_exchange_id()
2595 if (client_has_state(conf)) { in nfsd4_exchange_id()
2602 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R; in nfsd4_exchange_id()
2606 conf = NULL; in nfsd4_exchange_id()
[all …]

12