Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 16 of 16) 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.h149 #define __cond_export_sym(sym, sec, conf) \ argument
150 ___cond_export_sym(sym, sec, conf)
159 #define __cond_export_ns_sym(sym, sec, ns, conf) \ argument
160 ___cond_export_ns_sym(sym, sec, ns, conf)
Dperf_event.h164 u64 conf; member
Dfs.h1267 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/asm-generic/
Dexport.h73 #define __cond_export_sym(sym, val, sec, conf) \ argument
74 ___cond_export_sym(sym, val, sec, conf)
/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,
Dtypec_dp.h49 u32 conf; member
/include/net/
Dmac80211.h2470 struct ieee80211_conf conf; member
3800 struct ieee80211_key_conf *conf,
4034 struct cfg80211_nan_conf *conf);
4039 struct cfg80211_nan_conf *conf, u32 changes);
6021 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument
6023 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
6027 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument
6029 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
6030 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
6034 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument
[all …]
Dvxlan.h293 u8 name_assign_type, struct vxlan_config *conf);
Dcfg80211.h3700 struct mesh_config *conf);
3705 const struct mesh_config *conf,
3902 struct cfg80211_nan_conf *conf);
3910 struct cfg80211_nan_conf *conf,
3922 const struct cfg80211_pmk_conf *conf);
Dsch_generic.h1249 const struct tc_ratespec *conf,
/include/linux/amba/
Dbus.h96 #define AMBA_LINUX_ID(conf, rev, part) \ argument
97 (((conf) & 0xff) << 24 | ((rev) & 0xf) << 20 | \
/include/uapi/linux/
Dlightnvm.h109 struct nvm_ioctl_create_conf conf; member
/include/linux/mtd/
Drawnand.h509 nand_get_sdr_timings(const struct nand_data_interface *conf) in nand_get_sdr_timings() argument
511 if (conf->type != NAND_SDR_IFACE) in nand_get_sdr_timings()
514 return &conf->timings.sdr; in nand_get_sdr_timings()
943 const struct nand_data_interface *conf);
/include/sound/
Dsimple_card_utils.h68 int conf; /* number of codec_conf */ member