Searched refs:testmode (Results 1 - 13 of 13) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A DMakefile36 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.c33 static unsigned int testmode; variable
40 module_param(testmode, uint, 0644);
84 ar->testmode = testmode;
H A Dinit.c718 if (ar->testmode == 0)
721 ath6kl_dbg(ATH6KL_DBG_BOOT, "testmode %d\n", ar->testmode);
723 if (ar->testmode == 2) {
725 ath6kl_warn("testmode 2 not supported\n");
733 ath6kl_warn("testmode 1 not supported\n");
745 ath6kl_err("Failed to get testmode %d firmware file %s: %d\n",
746 ar->testmode, filename, ret);
808 if (ar->testmode != 2)
923 /* in testmode w
[all...]
H A Dcore.h567 unsigned int testmode; member in struct:ath6kl
/drivers/net/wireless/wl12xx/
H A DMakefile7 wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
/drivers/watchdog/
H A Dw83977f_wdt.c50 static int testmode; variable
58 module_param(testmode, int, 0);
59 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
109 if (!testmode) {
175 if (!testmode) {
503 pr_info("initialized. timeout=%d sec (nowayout=%d testmode=%d)\n",
504 timeout, nowayout, testmode);
H A Dwdt977.c60 static int testmode; variable
67 module_param(testmode, int, 0);
68 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
110 if (!testmode) {
482 pr_info("initialized. timeout=%d sec (nowayout=%d, testmode=%i)\n",
483 timeout, nowayout, testmode);
H A Dit87_wdt.c144 static int testmode = DEFAULT_TESTMODE; variable
156 module_param(testmode, int, 0);
157 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default="
229 if (testmode)
348 if (testmode) {
717 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d)\n",
719 nowayout, testmode, exclusive, nogameport);
/drivers/usb/dwc3/
H A Ddebugfs.c518 u32 testmode = 0; local
525 testmode = TEST_J;
527 testmode = TEST_K;
529 testmode = TEST_SE0_NAK;
531 testmode = TEST_PACKET;
533 testmode = TEST_FORCE_EN;
535 testmode = 0;
538 dwc3_gadget_set_test_mode(dwc, testmode);
683 file = debugfs_create_file("testmode", S_IRUGO | S_IWUSR, root,
/drivers/net/wireless/iwlwifi/
H A DMakefile22 iwlwifi-$(CONFIG_IWLWIFI_DEVICE_TESTMODE) += iwl-testmode.o
/drivers/usb/musb/
H A Dmusb_core.h310 u8 index, testmode; member in struct:musb_context_registers
H A Dmusb_core.c2163 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE);
2240 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode);
/drivers/scsi/
H A Dipr.c205 module_param_named(testmode, ipr_testmode, int, 0);
206 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");

Completed in 156 milliseconds