Home
last modified time | relevance | path

Searched refs:mconf (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/
H A DMakefile42 menuconfig-prog := mconf
189 hostprogs += mconf
192 mconf-objs := mconf.o $(lxdialog) mnconf-common.o $(common-objs)
194 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs)
195 $(foreach f, mconf.o $(lxdialog), \
196 $(eval HOSTCFLAGS_$f = $$(call read-file, $(obj)/mconf-cflags)))
198 $(obj)/mconf: | $(obj)/mconf-libs
199 $(addprefix $(obj)/, mconf.o $(lxdialog)): | $(obj)/mconf-cflags
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c740 struct mt792x_bss_conf *mconf; in mt7925_mac_write_txwi() local
742 mconf = vif ? mt792x_vif_to_link((struct mt792x_vif *)vif->drv_priv, in mt7925_mac_write_txwi()
744 mvif = mconf ? (struct mt76_vif_link *)&mconf->mt76 : NULL; in mt7925_mac_write_txwi()
1265 struct mt792x_bss_conf *mconf; in mt7925_vif_connect_iter() local
1273 mconf = mt792x_vif_to_link(mvif, i); in mt7925_vif_connect_iter()
1275 mt76_connac_mcu_uni_add_dev(&dev->mphy, bss_conf, &mconf->mt76, in mt7925_vif_connect_iter()
/linux/Documentation/kbuild/
H A Dkconfig.rst9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')