/linux-4.1.27/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() 190 ar->testmode.orig_wmi_op_version = ar->wmi.op_version; in ath10k_tm_cmd_utf_start() 226 memcpy(ar->fw_features, ar->testmode.orig_fw_features, in ath10k_tm_cmd_utf_start() 228 ar->wmi.op_version = ar->testmode.orig_wmi_op_version; in ath10k_tm_cmd_utf_start() 230 release_firmware(ar->testmode.utf); in ath10k_tm_cmd_utf_start() [all …]
|
D | Makefile | 16 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
D | core.h | 679 } testmode; member
|
D | core.c | 414 data = ar->testmode.utf->data; in ath10k_download_fw() 415 data_len = ar->testmode.utf->size; in ath10k_download_fw()
|
/linux-4.1.27/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 | 150 static int testmode = DEFAULT_TESTMODE; variable 165 module_param(testmode, int, 0); 166 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default=" 238 if (testmode) in wdt_update_timeout() 365 if (testmode) { in wdt_get_status() 739 nowayout, testmode, exclusive, nogameport, nocir); in it87_wdt_init()
|
/linux-4.1.27/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()
|
/linux-4.1.27/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
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | Makefile | 7 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 157 testmode: Watchdog test mode (1 = no reboot), default=0 374 testmode: Watchdog testmode (1 = no reboot), default=0 388 testmode: Watchdog testmode (1 = no reboot), default=0
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 897 static int s3c_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode) in s3c_hsotg_set_test_mode() argument 902 switch (testmode) { in s3c_hsotg_set_test_mode() 908 dctl |= testmode << DCTL_TSTCTL_SHIFT; in s3c_hsotg_set_test_mode() 3407 u32 testmode = 0; in testmode_write() local 3414 testmode = TEST_J; in testmode_write() 3416 testmode = TEST_K; in testmode_write() 3418 testmode = TEST_SE0_NAK; in testmode_write() 3420 testmode = TEST_PACKET; in testmode_write() 3422 testmode = TEST_FORCE_EN; in testmode_write() 3424 testmode = 0; in testmode_write() [all …]
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 33 bool "nl80211 testmode command" 36 The nl80211 testmode command helps implementing things like
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 1118 uint64_t testmode:1; member 1140 uint64_t testmode:1; 1146 uint64_t testmode:1; member 1166 uint64_t testmode:1;
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.h | 283 u8 index, testmode; member
|
D | musb_core.c | 2270 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE); in musb_save_context() 2343 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode); in musb_restore_context()
|
/linux-4.1.27/drivers/scsi/ |
D | ipr.c | 210 module_param_named(testmode, ipr_testmode, int, 0); 211 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");
|