/include/linux/ |
D | textsearch.h | 78 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 …]
|
D | export.h | 149 #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)
|
D | perf_event.h | 164 u64 conf; member
|
D | fs.h | 1267 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
|
/include/linux/mfd/syscon/ |
D | atmel-smc.h | 96 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/ |
D | export.h | 73 #define __cond_export_sym(sym, val, sec, conf) \ argument 74 ___cond_export_sym(sym, val, sec, conf)
|
/include/linux/usb/ |
D | typec_altmode.h | 63 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 73 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
|
D | typec_dp.h | 49 u32 conf; member
|
/include/net/ |
D | mac80211.h | 2470 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 …]
|
D | vxlan.h | 293 u8 name_assign_type, struct vxlan_config *conf);
|
D | cfg80211.h | 3700 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);
|
D | sch_generic.h | 1249 const struct tc_ratespec *conf,
|
/include/linux/amba/ |
D | bus.h | 96 #define AMBA_LINUX_ID(conf, rev, part) \ argument 97 (((conf) & 0xff) << 24 | ((rev) & 0xf) << 20 | \
|
/include/uapi/linux/ |
D | lightnvm.h | 109 struct nvm_ioctl_create_conf conf; member
|
/include/linux/mtd/ |
D | rawnand.h | 509 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/ |
D | simple_card_utils.h | 68 int conf; /* number of codec_conf */ member
|