Searched refs:conf (Results 1 – 14 of 14) sorted by relevance
| /include/linux/ |
| A D | textsearch.h | 78 struct ts_config *conf, 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() 128 return textsearch_next(conf, state); in textsearch_find() 137 return conf->ops->get_pattern(conf); in textsearch_get_pattern() 146 return conf->ops->get_pattern_len(conf); in textsearch_get_pattern_len() 165 struct ts_config *conf; in alloc_ts_config() local 167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config() 168 if (conf == NULL) in alloc_ts_config() [all …]
|
| A D | filelock.h | 350 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
|
| A D | perf_event.h | 200 u64 conf; member
|
| /include/linux/mfd/syscon/ |
| A D | atmel-smc.h | 98 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf); 99 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, 102 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, 104 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, 106 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, 109 const struct atmel_smc_cs_conf *conf); 112 int cs, const struct atmel_smc_cs_conf *conf); 114 struct atmel_smc_cs_conf *conf); 117 int cs, struct atmel_smc_cs_conf *conf);
|
| /include/linux/mtd/ |
| A D | rawnand.h | 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 590 #define NAND_COMMON_TIMING_NS(conf, timing_name) \ argument 628 return conf->type == NAND_SDR_IFACE; in nand_interface_is_sdr() 637 return conf->type == NAND_NVDDR_IFACE; in nand_interface_is_nvddr() 647 if (!nand_interface_is_sdr(conf)) in nand_get_sdr_timings() 650 return &conf->timings.sdr; in nand_get_sdr_timings() 660 if (!nand_interface_is_nvddr(conf)) in nand_get_nvddr_timings() [all …]
|
| A 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/ |
| A D | omap.h | 68 #define AM33XX_PADCONF(pa, conf, mux) OMAP_IOPAD_OFFSET((pa), 0x0800) (conf) (mux) argument
|
| /include/linux/usb/ |
| A D | typec_altmode.h | 65 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 75 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,
|
| A D | typec_dp.h | 50 u32 conf; member
|
| /include/net/ |
| A D | mac80211.h | 3062 struct ieee80211_conf conf; member 4562 struct ieee80211_key_conf *conf, 4829 struct cfg80211_nan_conf *conf); 7136 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument 7142 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument 7145 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus() 7149 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument 7152 conf->chandef.center_freq1 > conf->chandef.chan->center_freq; in conf_is_ht40_plus() 7156 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40() argument 7162 conf_is_ht(struct ieee80211_conf *conf) in conf_is_ht() argument [all …]
|
| A D | vxlan.h | 362 u8 name_assign_type, struct vxlan_config *conf);
|
| A D | cfg80211.h | 4824 struct mesh_config *conf); 4829 const struct mesh_config *conf, 5037 struct cfg80211_nan_conf *conf); 5045 struct cfg80211_nan_conf *conf, 5057 const struct cfg80211_pmk_conf *conf);
|
| A D | sch_generic.h | 1303 const struct tc_ratespec *conf,
|
| /include/sound/ |
| A D | simple_card_utils.h | 114 #define for_each_prop_codec_conf(props, i, conf) \ argument 118 ((conf) = simple_props_to_codec_conf(props, i)); \
|
Completed in 96 milliseconds