| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ | 
| D | testmode.c | 45 	if (!ar->testmode.utf_monitor) {  in ath10k_tm_event_wmi()194 					       &ar->testmode.utf_mode_fw.fw_file);  in ath10k_tm_fetch_firmware()
 200 	ret = ath10k_tm_fetch_utf_firmware_api_1(ar, &ar->testmode.utf_mode_fw.fw_file);  in ath10k_tm_fetch_firmware()
 209 	utf_mode_fw = &ar->testmode.utf_mode_fw;  in ath10k_tm_fetch_firmware()
 246 	if (WARN_ON(ar->testmode.utf_mode_fw.fw_file.firmware != NULL)) {  in ath10k_tm_cmd_utf_start()
 258 	if (ar->testmode.utf_mode_fw.fw_file.codeswap_data &&  in ath10k_tm_cmd_utf_start()
 259 	    ar->testmode.utf_mode_fw.fw_file.codeswap_len) {  in ath10k_tm_cmd_utf_start()
 261 						&ar->testmode.utf_mode_fw.fw_file);  in ath10k_tm_cmd_utf_start()
 271 	ar->testmode.utf_monitor = true;  in ath10k_tm_cmd_utf_start()
 275 		   ar->testmode.utf_mode_fw.fw_file.wmi_op_version);  in ath10k_tm_cmd_utf_start()
 [all …]
 
 | 
| D | Makefile | 19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
 | 
| D | core.h | 1170 	} testmode;  member
 | 
| /Linux-v5.4/drivers/watchdog/ | 
| D | w83977f_wdt.c | 45 static	int testmode;  variable53 module_param(testmode, int, 0);
 54 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
 104 	if (!testmode) {  in wdt_start()
 170 	if (!testmode) {  in wdt_stop()
 499 		timeout, nowayout, testmode);  in w83977f_wdt_init()
 
 | 
| D | it87_wdt.c | 87 static int testmode = DEFAULT_TESTMODE;  variable93 module_param(testmode, int, 0);
 94 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default="
 165 	if (testmode)  in _wdt_update_timeout()
 341 		chip_type, chip_rev, timeout, nowayout, testmode);  in it87_wdt_init()
 
 | 
| D | wdt977.c | 56 static	int testmode;  variable63 module_param(testmode, int, 0);
 64 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
 106 	if (!testmode) {  in wdt977_start()
 479 		timeout, nowayout, testmode);  in wd977_init()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | core.c | 36 static unsigned int testmode;  variable46 module_param(testmode, uint, 0644);
 120 	ar->testmode = testmode;  in ath6kl_core_init()
 
 | 
| D | Makefile | 39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
 | 
| D | init.c | 817 	if (ar->testmode == 0)  in ath6kl_fetch_testmode_file()820 	ath6kl_dbg(ATH6KL_DBG_BOOT, "testmode %d\n", ar->testmode);  in ath6kl_fetch_testmode_file()
 822 	if (ar->testmode == 2) {  in ath6kl_fetch_testmode_file()
 845 			   ar->testmode, filename, ret);  in ath6kl_fetch_testmode_file()
 907 	if (ar->testmode != 2)  in ath6kl_fetch_testscript_file()
 1413 	if (ar->testmode != 2)  in ath6kl_upload_testscript()
 
 | 
| D | core.h | 699 	unsigned int testmode;  member
 | 
| /Linux-v5.4/drivers/usb/dwc2/ | 
| D | debugfs.c | 33 	u32			testmode = 0;  in testmode_write()  local40 		testmode = TEST_J;  in testmode_write()
 42 		testmode = TEST_K;  in testmode_write()
 44 		testmode = TEST_SE0_NAK;  in testmode_write()
 46 		testmode = TEST_PACKET;  in testmode_write()
 48 		testmode = TEST_FORCE_EN;  in testmode_write()
 50 		testmode = 0;  in testmode_write()
 53 	dwc2_hsotg_set_test_mode(hsotg, testmode);  in testmode_write()
 
 | 
| D | core.h | 1385 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode);1411 					   int testmode)  in dwc2_hsotg_set_test_mode()  argument
 
 | 
| D | gadget.c | 1556 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode)  in dwc2_hsotg_set_test_mode()  argument1561 	switch (testmode) {  in dwc2_hsotg_set_test_mode()
 1567 		dctl |= testmode << DCTL_TSTCTL_SHIFT;  in dwc2_hsotg_set_test_mode()
 
 | 
| /Linux-v5.4/drivers/usb/dwc3/ | 
| D | debugfs.c | 502 	u32			testmode = 0;  in dwc3_testmode_write()  local509 		testmode = TEST_J;  in dwc3_testmode_write()
 511 		testmode = TEST_K;  in dwc3_testmode_write()
 513 		testmode = TEST_SE0_NAK;  in dwc3_testmode_write()
 515 		testmode = TEST_PACKET;  in dwc3_testmode_write()
 517 		testmode = TEST_FORCE_EN;  in dwc3_testmode_write()
 519 		testmode = 0;  in dwc3_testmode_write()
 522 	dwc3_gadget_set_test_mode(dwc, testmode);  in dwc3_testmode_write()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ | 
| D | Makefile | 10 wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
 | 
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ | 
| D | Makefile | 8 wlcore-$(CONFIG_NL80211_TESTMODE)	+= testmode.o
 | 
| /Linux-v5.4/Documentation/watchdog/ | 
| D | watchdog-parameters.rst | 287     testmode:676     testmode:
 677 	Watchdog testmode (1 = no reboot), default=0
 702     testmode:
 703 	Watchdog testmode (1 = no reboot), default=0
 
 | 
| /Linux-v5.4/net/wireless/ | 
| D | Kconfig | 41 	bool "nl80211 testmode command"43 	  The nl80211 testmode command helps implementing things like
 
 | 
| /Linux-v5.4/arch/mips/include/asm/octeon/ | 
| D | cvmx-sriox-defs.h | 1054 		uint64_t testmode:1;  member1076 		uint64_t testmode:1;
 1081 		uint64_t testmode:1;  member
 1101 		uint64_t testmode:1;
 
 | 
| /Linux-v5.4/Documentation/driver-api/usb/ | 
| D | dwc3.rst | 205 ``testmode``225 ``testmode``
 228 When read, ``testmode`` will print out a name of one of the specified
 
 | 
| /Linux-v5.4/drivers/usb/musb/ | 
| D | musb_core.h | 257 	u8 index, testmode;  member
 | 
| D | musb_core.c | 2496 	musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE);  in musb_save_context()2568 	musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode);  in musb_restore_context()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | ipr.c | 197 module_param_named(testmode, ipr_testmode, int, 0);198 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");
 
 |