| /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 | filelock.h | 340 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
|
| D | perf_event.h | 206 u64 conf; member
|
| /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 | 582 #define NAND_COMMON_TIMING_PS(conf, timing_name) \ argument 583 nand_interface_is_sdr(conf) ? \ 584 nand_get_sdr_timings(conf)->timing_name : \ 585 nand_get_nvddr_timings(conf)->timing_name 587 #define NAND_COMMON_TIMING_MS(conf, timing_name) \ argument 588 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name)) 590 #define NAND_COMMON_TIMING_NS(conf, timing_name) \ argument 591 PSEC_TO_NSEC(NAND_COMMON_TIMING_PS((conf), timing_name)) 626 static bool nand_interface_is_sdr(const struct nand_interface_config *conf) in nand_interface_is_sdr() argument 628 return conf->type == NAND_SDR_IFACE; in nand_interface_is_sdr() [all …]
|
| D | nand.h | 243 struct nand_ecc_props conf; member 634 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/linux/usb/ |
| D | typec_altmode.h | 66 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 77 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
|
| D | typec_dp.h | 50 u32 conf; member
|
| /include/net/ |
| D | mac80211.h | 3038 struct ieee80211_conf conf; member 4525 struct ieee80211_key_conf *conf, 4783 struct cfg80211_nan_conf *conf); 4788 struct cfg80211_nan_conf *conf, u32 changes); 7084 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument 7086 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20() 7090 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument 7092 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus() 7093 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus() 7097 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument [all …]
|
| D | vxlan.h | 357 u8 name_assign_type, struct vxlan_config *conf);
|
| D | cfg80211.h | 4730 struct mesh_config *conf); 4735 const struct mesh_config *conf, 4938 struct cfg80211_nan_conf *conf); 4946 struct cfg80211_nan_conf *conf, 4958 const struct cfg80211_pmk_conf *conf);
|
| D | sch_generic.h | 1303 const struct tc_ratespec *conf,
|
| /include/sound/ |
| D | simple_card_utils.h | 107 #define for_each_prop_codec_conf(props, i, conf) \ argument 111 ((conf) = simple_props_to_codec_conf(props, i)); \
|