Searched refs:conf (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dtextsearch.h67 * @conf: search configuration
77 struct ts_config *conf,
82 * @conf: search configuration
88 void (*finish)(struct ts_config *conf,
94 * @conf: search configuration
104 static inline unsigned int textsearch_next(struct ts_config *conf, argument
107 unsigned int ret = conf->ops->find(conf, state);
109 if (conf->finish)
110 conf
123 textsearch_find(struct ts_config *conf, struct ts_state *state) argument
134 textsearch_get_pattern(struct ts_config *conf) argument
143 textsearch_get_pattern_len(struct ts_config *conf) argument
164 struct ts_config *conf; local
173 ts_config_priv(struct ts_config *conf) argument
[all...]
H A Dfs.h1085 struct file_lock *fl, struct file_lock *conf)
1084 vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) argument
/include/net/
H A Dmac80211.h1654 * @conf: &struct ieee80211_conf, device configuration, don't use.
1737 struct ieee80211_conf conf; member in struct:ieee80211_hw
2435 * interface is given in the conf parameter.
2451 * the mac_addr member of the conf structure is, however, set to the
2882 struct ieee80211_key_conf *conf,
4732 conf_is_ht20(struct ieee80211_conf *conf) argument
4734 return conf->chandef.width == NL80211_CHAN_WIDTH_20;
4738 conf_is_ht40_minus(struct ieee80211_conf *conf) argument
4740 return conf->chandef.width == NL80211_CHAN_WIDTH_40 &&
4741 conf
4745 conf_is_ht40_plus(struct ieee80211_conf *conf) argument
4752 conf_is_ht40(struct ieee80211_conf *conf) argument
4758 conf_is_ht(struct ieee80211_conf *conf) argument
[all...]
H A Dsch_generic.h789 const struct tc_ratespec *conf,
H A Dcfg80211.h2401 struct mesh_config *conf);
2406 const struct mesh_config *conf,

Completed in 116 milliseconds