Home
last modified time | relevance | path

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

/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.h140 #define __cond_export_sym(sym, sec, ns, conf) \ argument
141 ___cond_export_sym(sym, sec, ns, conf)
Dperf_event.h178 u64 conf; member
Dfs.h1337 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
/include/linux/mfd/syscon/
Datmel-smc.h96 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf);
97 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf,
100 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf,
102 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
104 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf,
107 const struct atmel_smc_cs_conf *conf);
110 int cs, const struct atmel_smc_cs_conf *conf);
112 struct atmel_smc_cs_conf *conf);
115 int cs, struct atmel_smc_cs_conf *conf);
/include/linux/mtd/
Drawnand.h578 #define NAND_COMMON_TIMING_PS(conf, timing_name) \ argument
579 nand_interface_is_sdr(conf) ? \
580 nand_get_sdr_timings(conf)->timing_name : \
581 nand_get_nvddr_timings(conf)->timing_name
583 #define NAND_COMMON_TIMING_MS(conf, timing_name) \ argument
584 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
586 #define NAND_COMMON_TIMING_NS(conf, timing_name) \ argument
587 PSEC_TO_NSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
622 static bool nand_interface_is_sdr(const struct nand_interface_config *conf) in nand_interface_is_sdr() argument
624 return conf->type == NAND_SDR_IFACE; in nand_interface_is_sdr()
[all …]
Dnand.h240 struct nand_ecc_props conf; member
587 return &nand->ecc.ctx.conf; in nanddev_get_ecc_conf()
/include/dt-bindings/pinctrl/
Domap.h68 #define AM33XX_PADCONF(pa, conf, mux) OMAP_IOPAD_OFFSET((pa), 0x0800) (conf) (mux) argument
/include/asm-generic/
Dexport.h74 #define __cond_export_sym(sym, val, sec, conf) \ argument
75 ___cond_export_sym(sym, val, sec, conf)
/include/linux/usb/
Dtypec_altmode.h64 int (*notify)(struct typec_altmode *altmode, unsigned long conf,
75 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
Dtypec_dp.h49 u32 conf; member
/include/net/
Dmac80211.h2650 struct ieee80211_conf conf; member
4041 struct ieee80211_key_conf *conf,
4281 struct cfg80211_nan_conf *conf);
4286 struct cfg80211_nan_conf *conf, u32 changes);
6411 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument
6413 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
6417 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument
6419 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
6420 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
6424 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument
[all …]
Dvxlan.h297 u8 name_assign_type, struct vxlan_config *conf);
Dcfg80211.h4412 struct mesh_config *conf);
4417 const struct mesh_config *conf,
4616 struct cfg80211_nan_conf *conf);
4624 struct cfg80211_nan_conf *conf,
4636 const struct cfg80211_pmk_conf *conf);
Dsch_generic.h1275 const struct tc_ratespec *conf,
/include/linux/amba/
Dbus.h102 #define AMBA_LINUX_ID(conf, rev, part) \ argument
103 (((conf) & 0xff) << 24 | ((rev) & 0xf) << 20 | \
/include/sound/
Dsimple_card_utils.h100 #define for_each_prop_codec_conf(props, i, conf) \ argument
104 ((conf) = simple_props_to_codec_conf(props, i)); \