Home
last modified time | relevance | path

Searched refs:regtest (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/
H A Dlibsndfile1_1.2.2.bb26 PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c144 static int regtest = HWSIM_REGTEST_DISABLED; variable
145 module_param(regtest, int, 0444);
146 MODULE_PARM_DESC(regtest, "The type of regulatory test we want to run");
6582 switch (regtest) { in init_mac80211_hwsim()