/drivers/net/wireless/ath/ath10k/ |
D | testmode.c | 55 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 …]
|
D | Makefile | 14 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
D | core.h | 564 } testmode; member
|
D | core.c | 277 data = ar->testmode.utf->data; in ath10k_download_fw() 278 data_len = ar->testmode.utf->size; in ath10k_download_fw()
|
/drivers/watchdog/ |
D | w83977f_wdt.c | 50 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()
|
D | wdt977.c | 60 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()
|
D | it87_wdt.c | 149 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/ |
D | debugfs.c | 478 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/ |
D | core.c | 35 static unsigned int testmode; variable 44 module_param(testmode, uint, 0644); 118 ar->testmode = testmode; in ath6kl_core_init()
|
D | Makefile | 39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
D | init.c | 807 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()
|
D | core.h | 700 unsigned int testmode; member
|
/drivers/net/wireless/ti/wlcore/ |
D | Makefile | 7 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/drivers/usb/musb/ |
D | musb_core.h | 280 u8 index, testmode; member
|
D | musb_core.c | 2137 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/ |
D | ipr.c | 209 module_param_named(testmode, ipr_testmode, int, 0); 210 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");
|