Searched refs:conf (Results 51 - 75 of 738) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/typec/altmodes/
H A Ddisplayport.c79 unsigned long conf; local
82 if (dp->data.conf) {
83 state = get_count_order(DP_CONF_GET_PIN_ASSIGN(dp->data.conf));
84 conf = TYPEC_MODAL_STATE(state);
86 conf = TYPEC_STATE_USB;
89 return typec_altmode_notify(dp->alt, conf, &dp->data);
95 u32 conf; local
98 conf = (dp->data.conf & DP_CONF_SIGNALLING_MASK) >> DP_CONF_SIGNALLING_SHIFT;
104 conf |
204 dp_altmode_configure_vdm(struct dp_altmode *dp, u32 conf) argument
228 dp_altmode_configure_vdm_cable(struct dp_altmode *dp, u32 conf) argument
517 u32 conf; local
616 u32 conf; local
[all...]
/linux-master/include/linux/mfd/syscon/
H A Datmel-smc.h96 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);
/linux-master/net/mac80211/
H A Dkey.c138 !(key->conf.flags & (IEEE80211_KEY_FLAG_GENERATE_MMIC |
156 if (sta && !(key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE) &&
168 if (!(key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
174 if (key->conf.link_id >= 0 && sdata->vif.active_links &&
175 !(sdata->vif.active_links & BIT(key->conf.link_id)))
179 sta ? &sta->sta : NULL, &key->conf);
184 if (!(key->conf.flags & (IEEE80211_KEY_FLAG_GENERATE_MMIC |
189 WARN_ON((key->conf.flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) &&
190 (key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV));
192 WARN_ON((key->conf
[all...]
H A Dchan.c74 struct ieee80211_chanctx_conf *conf; local
76 conf = rcu_dereference_protected(link->conf->chanctx_conf,
78 if (!conf)
81 return container_of(conf, struct ieee80211_chanctx, conf);
124 .oper = ctx->conf.def,
125 .ap = ctx->conf.ap,
169 struct ieee80211_bss_conf *link_conf = link->conf;
261 * ctx->conf
622 struct ieee80211_chanctx_conf *conf = &ctx->conf; local
745 struct ieee80211_chanctx_conf *conf = &ctx->conf; local
820 struct ieee80211_chanctx_conf *conf; local
978 struct ieee80211_chanctx_conf *conf; local
1706 struct ieee80211_chanctx_conf *conf; local
1927 struct ieee80211_chanctx_conf *conf; local
2004 struct ieee80211_chanctx_conf *conf; local
[all...]
/linux-master/drivers/staging/vt6656/
H A Dpower.c102 struct ieee80211_conf *conf = &hw->conf; local
105 if (conf->listen_interval > 1) {
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-hdmi.c34 hdmi_phy->conf->hdmi_phy_enable_tmds(hdmi_phy);
42 hdmi_phy->conf->hdmi_phy_disable_tmds(hdmi_phy);
52 if (hdmi_phy->conf->hdmi_phy_configure)
53 return hdmi_phy->conf->hdmi_phy_configure(phy, opts);
61 if (hdmi_phy && hdmi_phy->conf &&
62 hdmi_phy->conf->hdmi_phy_enable_tmds &&
63 hdmi_phy->conf->hdmi_phy_disable_tmds)
74 clk_init->flags = hdmi_phy->conf->flags;
75 clk_init->ops = hdmi_phy->conf->hdmi_phy_clk_ops;
114 hdmi_phy->conf
[all...]
/linux-master/tools/testing/selftests/alsa/
H A DMakefile19 TEST_FILES := conf.d pcm-test.conf
23 $(OUTPUT)/libatest.so: conf.c alsa-local.h
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c207 u8 conf; /* configuration register 8 */ member in struct:ns2501_configuration
234 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
254 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
273 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
382 const struct ns2501_configuration *conf; member in struct:ns2501_priv
553 const struct ns2501_configuration *conf; local
610 conf = ns2501_modes + mode_idx;
611 ns->conf = conf;
613 ns2501_writeb(dvo, NS2501_REG8, conf
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c28 struct omap3isp_h3a_af_config *conf = priv; local
48 pax1 = ((conf->paxel.width >> 1) - 1) << AF_PAXW_SHIFT;
50 pax1 |= (conf->paxel.height >> 1) - 1;
55 pax2 = ((conf->paxel.line_inc >> 1) - 1) << AF_LINE_INCR_SHIFT;
57 pax2 |= (conf->paxel.v_cnt - 1) << AF_VT_COUNT_SHIFT;
59 pax2 |= (conf->paxel.h_cnt - 1);
64 paxstart = conf->paxel.h_start << AF_HZ_START_SHIFT;
66 paxstart |= conf->paxel.v_start;
71 isp_reg_writel(af->isp, conf->iir.h_start,
79 coef |= conf
147 h3a_af_get_buf_size(struct omap3isp_h3a_af_config *conf) argument
[all...]
/linux-master/Documentation/admin-guide/aoe/
H A Dautoload.sh5 f=/etc/modprobe.d/aoe.conf
/linux-master/scripts/package/
H A Dmkspec18 if grep -q CONFIG_MODULES=y include/config/auto.conf; then
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dantenna.c90 static inline bool ath_ant_div_comb_alt_check(struct ath_hw_antcomb_conf *conf, argument
99 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA2 &&
100 conf->alt_lna_conf == ATH_ANT_DIV_COMB_LNA1)
103 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA1 &&
104 conf->alt_lna_conf == ATH_ANT_DIV_COMB_LNA2)
107 switch (conf->div_group) {
194 struct ath_hw_antcomb_conf *conf)
196 /* set alt to the conf with maximun ratio */
203 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA2)
204 conf
193 ath_ant_set_alt_ratio(struct ath_ant_comb *antcomb, struct ath_hw_antcomb_conf *conf) argument
589 ath_ant_try_scan(struct ath_ant_comb *antcomb, struct ath_hw_antcomb_conf *conf, int curr_alt_set, int alt_rssi_avg, int main_rssi_avg) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_cn9k_pf.c109 struct octep_config *conf = oct->conf; local
115 q_no += conf->pf_ring_cfg.srn;
139 q_no += CFG_GET_PORTS_PF_SRN(oct->conf);
160 for (q = 0; q < CFG_GET_PORTS_ACTIVE_IO_RINGS(oct->conf); q++) {
180 struct octep_config *conf = oct->conf; local
182 u64 pf_srn = CFG_GET_PORTS_PF_SRN(oct->conf);
185 for (q = 0; q < CFG_GET_PORTS_ACTIVE_IO_RINGS(conf); q++) {
202 struct octep_config *conf local
[all...]
H A Doctep_cnxk_pf.c129 struct octep_config *conf = oct->conf; local
135 q_no += conf->pf_ring_cfg.srn;
159 q_no += CFG_GET_PORTS_PF_SRN(oct->conf);
183 for (q = 0; q < CFG_GET_PORTS_ACTIVE_IO_RINGS(oct->conf); q++) {
203 struct octep_config *conf = oct->conf; local
205 u64 pf_srn = CFG_GET_PORTS_PF_SRN(oct->conf);
208 for (q = 0; q < CFG_GET_PORTS_ACTIVE_IO_RINGS(conf); q++) {
225 struct octep_config *conf local
[all...]
/linux-master/drivers/md/
H A Draid0.c40 struct r0conf *conf = mddev->private; local
41 int raid_disks = conf->strip_zone[0].nb_dev;
44 conf->nr_strip_zones, conf->nr_strip_zones==1?"":"s");
45 for (j = 0; j < conf->nr_strip_zones; j++) {
49 for (k = 0; k < conf->strip_zone[j].nb_dev; k++)
51 conf->devlist[j * raid_disks + k]->bdev);
54 zone_size = conf->strip_zone[j].zone_end - zone_start;
57 (unsigned long long)conf->strip_zone[j].dev_start>>1,
59 zone_start = conf
70 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); local
300 find_zone(struct r0conf *conf, sector_t *sectorp) argument
325 struct r0conf *conf = mddev->private; local
368 free_conf(struct mddev *mddev, struct r0conf *conf) argument
377 struct r0conf *conf = priv; local
397 struct r0conf *conf; local
455 struct r0conf *conf = mddev->private; local
555 struct r0conf *conf = mddev->private; local
[all...]
H A Draid5-cache.c39 #define R5C_FULL_STRIPE_FLUSH_BATCH(conf) (conf->max_nr_stripes / 4)
195 static inline sector_t r5c_tree_index(struct r5conf *conf, argument
198 sector_div(sect, conf->chunk_sectors);
292 r5c_return_dev_pending_writes(struct r5conf *conf, struct r5dev *dev) argument
299 dev->sector + RAID5_STRIPE_SECTORS(conf)) {
300 wbi2 = r5_next_bio(conf, wbi, dev->sector);
301 md_write_end(conf->mddev);
307 void r5c_handle_cached_data_endio(struct r5conf *conf, argument
315 r5c_return_dev_pending_writes(conf,
327 r5c_check_stripe_cache_usage(struct r5conf *conf) argument
355 r5c_check_cached_full_stripe(struct r5conf *conf) argument
400 r5c_log_required_to_flush_cache(struct r5conf *conf) argument
421 struct r5conf *conf = log->rdev->mddev->private; local
454 struct r5conf *conf = sh->raid_conf; local
688 struct r5conf *conf = mddev->private; local
866 struct r5conf *conf = mddev->private; local
995 struct r5conf *conf = sh->raid_conf; local
1153 r5c_calculate_new_cp(struct r5conf *conf) argument
1178 struct r5conf *conf = log->rdev->mddev->private; local
1226 struct r5conf *conf = log->rdev->mddev->private; local
1365 r5c_flush_stripe(struct r5conf *conf, struct stripe_head *sh) argument
1398 r5c_flush_cache(struct r5conf *conf, int num) argument
1423 r5c_do_reclaim(struct r5conf *conf) argument
1500 struct r5conf *conf = log->rdev->mddev->private; local
1553 struct r5conf *conf = mddev->private; local
1594 r5l_log_disk_error(struct r5conf *conf) argument
1812 struct r5conf *conf = mddev->private; local
1834 struct r5conf *conf = mddev->private; local
1864 r5l_recovery_replay_one_stripe(struct r5conf *conf, struct stripe_head *sh, struct r5l_recovery_ctx *ctx) argument
1916 r5c_recovery_alloc_stripe( struct r5conf *conf, sector_t stripe_sect, int noblock) argument
1997 struct r5conf *conf = mddev->private; local
2071 struct r5conf *conf = mddev->private; local
2419 struct r5conf *conf = mddev->private; local
2527 struct r5conf *conf; local
2568 struct r5conf *conf; local
2627 r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
2753 struct r5conf *conf = sh->raid_conf; local
2779 struct r5conf *conf = sh->raid_conf; local
2795 r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s) argument
2882 struct r5conf *conf = sh->raid_conf; local
2936 r5c_big_stripe_cached(struct r5conf *conf, sector_t sect) argument
3035 struct r5conf *conf = mddev->private; local
3044 struct r5conf *conf = mddev->private; local
3056 r5l_init_log(struct r5conf *conf, struct md_rdev *rdev) argument
3159 r5l_exit_log(struct r5conf *conf) argument
[all...]
/linux-master/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c334 struct telemetry_debugfs_conf *conf = debugfs_conf; local
362 if (evtlog[index].telem_evtid == conf->pss_idle_id) {
363 pss_idle[conf->pss_idle_evts - 1] =
365 conf->pss_idle_data[conf->pss_idle_evts - 1].bit_pos) &
369 TELEM_CHECK_AND_PARSE_EVTS(conf->pss_idle_id,
370 conf->pss_idle_evts - 1,
372 conf->pss_idle_data, TELEM_MASK_BIT);
374 TELEM_CHECK_AND_PARSE_EVTS(conf->pcs_idle_blkd_id,
375 conf
506 struct telemetry_debugfs_conf *conf = debugfs_conf; local
766 struct telemetry_debugfs_conf *conf = debugfs_conf; local
800 struct telemetry_debugfs_conf *conf = debugfs_conf; local
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_vf_device.h32 struct octeon_config *conf; member in struct:octeon_cn23xx_vf
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profile_scale.sh56 sysctl_set net.ipv6.conf.$h1.disable_ipv6 1
57 sysctl_set net.ipv6.conf.$h2.disable_ipv6 1
70 sysctl_restore net.ipv6.conf.$h2.disable_ipv6
71 sysctl_restore net.ipv6.conf.$h1.disable_ipv6
/linux-master/drivers/staging/vt6655/
H A Dpower.c127 struct ieee80211_conf *conf = &hw->conf; local
130 if (conf->listen_interval > 1) {
132 priv->wake_up_count = conf->listen_interval;
/linux-master/lib/
H A Dts_bm.c76 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) argument
78 struct ts_bm *bm = ts_config_priv(conf);
82 const u8 icase = conf->flags & TS_IGNORECASE;
87 text_len = conf->get_next_block(consumed, &text, conf, state);
163 struct ts_config *conf; local
169 conf = alloc_ts_config(priv_size, gfp_mask);
170 if (IS_ERR(conf))
171 return conf;
173 conf
187 bm_get_pattern(struct ts_config *conf) argument
193 bm_get_pattern_len(struct ts_config *conf) argument
[all...]
/linux-master/security/tomoyo/
H A DMakefile10 sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/$x.conf.default, $^) /dev/null); \
14 $(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(src)/policy/*.conf.default) FORCE
/linux-master/scripts/kconfig/
H A DMakefile41 config-prog := conf
59 localyesconfig localmodconfig: $(obj)/conf
73 # These targets map 1:1 to the commandline options of 'conf'
84 $(simple-targets): $(obj)/conf
89 savedefconfig: $(obj)/conf
92 defconfig: $(obj)/conf
101 %_defconfig: $(obj)/conf
108 %.config: $(obj)/conf
120 testconfig: $(obj)/conf
171 # conf
[all...]
/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c150 struct dsp_conf *conf; local
159 if (odsp->conf)
160 printk(" (Conf %d)", odsp->conf->id);
166 list_for_each_entry(conf, &conf_ilist, list) {
167 printk(KERN_DEBUG "* Conf %d (%p)\n", conf->id, conf);
168 list_for_each_entry(member, &conf->mlist, list) {
189 struct dsp_conf *conf; local
197 list_for_each_entry(conf, &conf_ilist, list)
198 if (conf
209 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) argument
300 struct dsp_conf *conf; local
326 dsp_cmx_del_conf(struct dsp_conf *conf) argument
373 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) argument
1056 struct dsp_conf *conf; local
1300 struct dsp_conf *conf = dsp->conf; local
1619 struct dsp_conf *conf; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dps.c187 struct rtw_lps_conf *conf = &rtwdev->lps_conf; local
189 conf->state = RTW_ALL_ON;
190 conf->awake_interval = 1;
191 conf->rlbm = 0;
192 conf->smart_ps = 0;
231 struct rtw_lps_conf *conf = &rtwdev->lps_conf; local
233 conf->state = RTW_RF_OFF;
234 conf->awake_interval = 1;
235 conf->rlbm = 1;
236 conf
248 struct rtw_lps_conf *conf = &rtwdev->lps_conf; local
261 struct rtw_lps_conf *conf = &rtwdev->lps_conf; local
[all...]

Completed in 521 milliseconds

1234567891011>>