| /linux/drivers/watchdog/ |
| H A D | w83977f_wdt.c | 45 static int testmode; variable 53 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()
|
| H A D | it87_wdt.c | 103 static int testmode = DEFAULT_TESTMODE; variable 109 module_param(testmode, int, 0); 110 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default=" 174 if (testmode) in _wdt_update_timeout() 397 chip_type, chip_rev, timeout, nowayout, testmode); in it87_wdt_init()
|
| H A D | wdt977.c | 56 static int testmode; variable 63 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/drivers/net/wireless/ath/ath6kl/ |
| H A D | core.c | 36 static unsigned int testmode; variable 46 module_param(testmode, uint, 0644); 120 ar->testmode = testmode; in ath6kl_core_init()
|
| H A D | Makefile | 39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
| H A 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()
|
| H A D | core.h | 699 unsigned int testmode; member
|
| /linux/drivers/usb/dwc2/ |
| H A D | debugfs.c | 33 u32 testmode = 0; in testmode_write() local 40 testmode = USB_TEST_J; in testmode_write() 42 testmode = USB_TEST_K; in testmode_write() 44 testmode = USB_TEST_SE0_NAK; in testmode_write() 46 testmode = USB_TEST_PACKET; in testmode_write() 48 testmode = USB_TEST_FORCE_ENABLE; in testmode_write() 50 testmode = 0; in testmode_write() 53 dwc2_hsotg_set_test_mode(hsotg, testmode); in testmode_write()
|
| H A D | gadget.c | 1597 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode) in dwc2_hsotg_set_test_mode() argument 1602 switch (testmode) { in dwc2_hsotg_set_test_mode() 1608 dctl |= testmode << DCTL_TSTCTL_SHIFT; in dwc2_hsotg_set_test_mode()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | Makefile | 11 wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | Makefile | 8 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | Makefile | 25 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
| H A D | core.h | 1071 } testmode; member
|
| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 277 testmode: 678 testmode: 679 Watchdog testmode (1 = no reboot), default=0 704 testmode: 705 Watchdog testmode (1 = no reboot), default=0
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | Makefile | 19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.sh | 28 testmode="" 111 testmode="$OPTARG" 346 if [ -n "$testmode" ]; then 347 extra_args+=" -m $testmode"
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sriox-defs.h | 1054 uint64_t testmode:1; member 1076 uint64_t testmode:1; 1081 uint64_t testmode:1; member 1101 uint64_t testmode:1;
|
| /linux/Documentation/driver-api/usb/ |
| H A D | dwc3.rst | 205 ``testmode`` 225 ``testmode`` 228 When read, ``testmode`` will print out a name of one of the specified
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.h | 266 u8 index, testmode; member
|
| H A D | musb_core.c | 2667 musb->context.testmode = musb_readb(musb_base, MUSB_TESTMODE); in musb_save_context() 2733 musb_writeb(musb_base, MUSB_TESTMODE, musb->context.testmode); in musb_restore_context()
|