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

/drivers/net/wireless/ath/ath10k/
H A Dtestmode.c17 #include "testmode.h"
48 "testmode event wmi cmd_id %d skb %p skb->len %d\n",
55 if (!ar->testmode.utf_monitor) {
60 /* Only testmode.c should be handling events from utf firmware,
71 "failed to allocate skb for testmode wmi event\n");
78 "failed to to put testmode wmi event cmd attribute: %d\n",
87 "failed to to put testmode wmi even cmd_id: %d\n",
96 "failed to copy skb to testmode wmi event: %d\n",
116 "testmode cmd get version_major %d version_minor %d\n",
147 ath10k_dbg(ar, ATH10K_DBG_TESTMODE, "testmode cm
[all...]
H A DMakefile14 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h564 } testmode; member in struct:ath10k
H A Dcore.c29 #include "testmode.h"
277 data = ar->testmode.utf->data;
278 data_len = ar->testmode.utf->size;
/drivers/net/wireless/ath/ath6kl/
H A DMakefile39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.c35 static unsigned int testmode; variable
44 module_param(testmode, uint, 0644);
118 ar->testmode = testmode;
H A Dinit.c807 if (ar->testmode == 0)
810 ath6kl_dbg(ATH6KL_DBG_BOOT, "testmode %d\n", ar->testmode);
812 if (ar->testmode == 2) {
814 ath6kl_warn("testmode 2 not supported\n");
822 ath6kl_warn("testmode 1 not supported\n");
834 ath6kl_err("Failed to get testmode %d firmware file %s: %d\n",
835 ar->testmode, filename, ret);
897 if (ar->testmode != 2)
1020 /* in testmode w
[all...]
H A Dcore.h700 unsigned int testmode; member in struct:ath6kl
/drivers/net/wireless/ti/wlcore/
H A DMakefile7 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
/drivers/watchdog/
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 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 Dit87_wdt.c149 static int testmode = DEFAULT_TESTMODE; variable
164 module_param(testmode, int, 0);
165 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default="
237 if (testmode)
364 if (testmode) {
735 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d nocir=%d)\n",
737 nowayout, testmode, exclusive, nogameport, nocir);
/drivers/usb/dwc3/
H A Ddebugfs.c478 u32 testmode = 0; local
485 testmode = TEST_J;
487 testmode = TEST_K;
489 testmode = TEST_SE0_NAK;
491 testmode = TEST_PACKET;
493 testmode = TEST_FORCE_EN;
495 testmode = 0;
498 dwc3_gadget_set_test_mode(dwc, testmode);
662 file = debugfs_create_file("testmode", S_IRUGO | S_IWUSR, root,
/drivers/usb/musb/
H A Dmusb_core.h280 u8 index, testmode; member in struct:musb_context_registers
H A Dmusb_core.c2128 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE);
2201 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode);
/drivers/scsi/
H A Dipr.c209 module_param_named(testmode, ipr_testmode, int, 0);
210 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");

Completed in 253 milliseconds