/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | testmode.c | 56 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi() 190 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware() 196 ret = ath10k_tm_fetch_utf_firmware_api_1(ar, &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware() 205 utf_mode_fw = &ar->testmode.utf_mode_fw; in ath10k_tm_fetch_firmware() 242 if (WARN_ON(ar->testmode.utf_mode_fw.fw_file.firmware != NULL)) { in ath10k_tm_cmd_utf_start() 254 if (ar->testmode.utf_mode_fw.fw_file.codeswap_data && in ath10k_tm_cmd_utf_start() 255 ar->testmode.utf_mode_fw.fw_file.codeswap_len) { in ath10k_tm_cmd_utf_start() 257 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_cmd_utf_start() 267 ar->testmode.utf_monitor = true; in ath10k_tm_cmd_utf_start() 271 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 | 1099 } testmode; member
|
/Linux-v4.19/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 | it87_wdt.c | 96 static int testmode = DEFAULT_TESTMODE; variable 102 module_param(testmode, int, 0); 103 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default=" 174 if (testmode) in _wdt_update_timeout() 350 chip_type, chip_rev, timeout, nowayout, testmode); in it87_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()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | debugfs.c | 396 u32 testmode = 0; in dwc3_testmode_write() local 403 testmode = TEST_J; in dwc3_testmode_write() 405 testmode = TEST_K; in dwc3_testmode_write() 407 testmode = TEST_SE0_NAK; in dwc3_testmode_write() 409 testmode = TEST_PACKET; in dwc3_testmode_write() 411 testmode = TEST_FORCE_EN; in dwc3_testmode_write() 413 testmode = 0; in dwc3_testmode_write() 416 dwc3_gadget_set_test_mode(dwc, testmode); in dwc3_testmode_write()
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | core.c | 36 static unsigned int testmode; variable 46 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-v4.19/drivers/usb/dwc2/ |
D | debugfs.c | 33 u32 testmode = 0; in testmode_write() local 40 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 | 1346 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode); 1371 int testmode) in dwc2_hsotg_set_test_mode() argument
|
D | gadget.c | 1468 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode) in dwc2_hsotg_set_test_mode() argument 1473 switch (testmode) { in dwc2_hsotg_set_test_mode() 1479 dctl |= testmode << DCTL_TSTCTL_SHIFT; in dwc2_hsotg_set_test_mode()
|
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
D | Makefile | 10 wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | Makefile | 8 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/Linux-v4.19/Documentation/watchdog/ |
D | watchdog-parameters.txt | 151 testmode: Watchdog test mode (1 = no reboot), default=0 376 testmode: Watchdog testmode (1 = no reboot), default=0 390 testmode: Watchdog testmode (1 = no reboot), default=0
|
/Linux-v4.19/net/wireless/ |
D | Kconfig | 40 bool "nl80211 testmode command" 42 The nl80211 testmode command helps implementing things like
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/usb/musb/ |
D | musb_core.h | 257 u8 index, testmode; member
|
D | musb_core.c | 2512 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE); in musb_save_context() 2584 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode); in musb_restore_context()
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.c | 211 module_param_named(testmode, ipr_testmode, int, 0); 212 MODULE_PARM_DESC(testmode, "DANGEROUS!!! Allows unsupported configurations");
|