Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dtestmode.c55 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi()
162 if (WARN_ON(ar->testmode.utf != NULL)) { in ath10k_tm_cmd_utf_start()
172 ret = request_firmware(&ar->testmode.utf, filename, ar->dev); in ath10k_tm_cmd_utf_start()
181 ar->testmode.utf_monitor = true; in ath10k_tm_cmd_utf_start()
186 sizeof(ar->testmode.orig_fw_features)); in ath10k_tm_cmd_utf_start()
188 memcpy(ar->testmode.orig_fw_features, ar->fw_features, in ath10k_tm_cmd_utf_start()
225 memcpy(ar->fw_features, ar->testmode.orig_fw_features, in ath10k_tm_cmd_utf_start()
228 release_firmware(ar->testmode.utf); in ath10k_tm_cmd_utf_start()
229 ar->testmode.utf = NULL; in ath10k_tm_cmd_utf_start()
246 ar->testmode.utf_monitor = false; in __ath10k_tm_cmd_utf_stop()
[all …]
DMakefile14 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
Dcore.h564 } testmode; member
Dcore.c277 data = ar->testmode.utf->data; in ath10k_download_fw()
278 data_len = ar->testmode.utf->size; in ath10k_download_fw()
/drivers/watchdog/
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) { in wdt_start()
175 if (!testmode) { in wdt_stop()
504 timeout, nowayout, testmode); in w83977f_wdt_init()
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) { in wdt977_start()
483 timeout, nowayout, testmode); in wd977_init()
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) in wdt_update_timeout()
364 if (testmode) { in wdt_get_status()
737 nowayout, testmode, exclusive, nogameport, nocir); in it87_wdt_init()
/drivers/usb/dwc3/
Ddebugfs.c478 u32 testmode = 0; in dwc3_testmode_write() local
485 testmode = TEST_J; in dwc3_testmode_write()
487 testmode = TEST_K; in dwc3_testmode_write()
489 testmode = TEST_SE0_NAK; in dwc3_testmode_write()
491 testmode = TEST_PACKET; in dwc3_testmode_write()
493 testmode = TEST_FORCE_EN; in dwc3_testmode_write()
495 testmode = 0; in dwc3_testmode_write()
498 dwc3_gadget_set_test_mode(dwc, testmode); in dwc3_testmode_write()
/drivers/net/wireless/ath/ath6kl/
Dcore.c35 static unsigned int testmode; variable
44 module_param(testmode, uint, 0644);
118 ar->testmode = testmode; in ath6kl_core_init()
DMakefile39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
Dinit.c807 if (ar->testmode == 0) in ath6kl_fetch_testmode_file()
810 ath6kl_dbg(ATH6KL_DBG_BOOT, "testmode %d\n", ar->testmode); in ath6kl_fetch_testmode_file()
812 if (ar->testmode == 2) { in ath6kl_fetch_testmode_file()
835 ar->testmode, filename, ret); in ath6kl_fetch_testmode_file()
897 if (ar->testmode != 2) in ath6kl_fetch_testscript_file()
1389 if (ar->testmode != 2) in ath6kl_upload_testscript()
Dcore.h700 unsigned int testmode; member
/drivers/net/wireless/ti/wlcore/
DMakefile7 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
/drivers/usb/musb/
Dmusb_core.h280 u8 index, testmode; member
Dmusb_core.c2137 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE); in musb_save_context()
2210 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode); in musb_restore_context()
/drivers/scsi/
Dipr.c209 module_param_named(testmode, ipr_testmode, int, 0);
210 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");