/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 | 140 #define __cond_export_sym(sym, sec, ns, conf) \ argument 141 ___cond_export_sym(sym, sec, ns, conf)
|
D | perf_event.h | 178 u64 conf; member
|
D | fs.h | 1337 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/linux/mtd/ |
D | rawnand.h | 578 #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 …]
|
D | nand.h | 240 struct nand_ecc_props conf; member 587 return &nand->ecc.ctx.conf; in nanddev_get_ecc_conf()
|
/include/dt-bindings/pinctrl/ |
D | omap.h | 68 #define AM33XX_PADCONF(pa, conf, mux) OMAP_IOPAD_OFFSET((pa), 0x0800) (conf) (mux) argument
|
/include/asm-generic/ |
D | export.h | 74 #define __cond_export_sym(sym, val, sec, conf) \ argument 75 ___cond_export_sym(sym, val, sec, conf)
|
/include/linux/usb/ |
D | typec_altmode.h | 64 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 75 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
|
D | typec_dp.h | 49 u32 conf; member
|
/include/net/ |
D | mac80211.h | 2650 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 …]
|
D | vxlan.h | 297 u8 name_assign_type, struct vxlan_config *conf);
|
D | cfg80211.h | 4412 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);
|
D | sch_generic.h | 1275 const struct tc_ratespec *conf,
|
/include/linux/amba/ |
D | bus.h | 102 #define AMBA_LINUX_ID(conf, rev, part) \ argument 103 (((conf) & 0xff) << 24 | ((rev) & 0xf) << 20 | \
|
/include/sound/ |
D | simple_card_utils.h | 100 #define for_each_prop_codec_conf(props, i, conf) \ argument 104 ((conf) = simple_props_to_codec_conf(props, i)); \
|