Searched defs:testmode (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcore.c33 static unsigned int testmode; variable
40 module_param(testmode, uint, 0644);
84 ar->testmode = testmode;
H A Dcore.h567 unsigned int testmode; member in struct:ath6kl
/drivers/usb/dwc3/
H A Ddebugfs.c518 u32 testmode = 0; local
525 testmode = TEST_J;
527 testmode = TEST_K;
529 testmode = TEST_SE0_NAK;
531 testmode = TEST_PACKET;
533 testmode = TEST_FORCE_EN;
535 testmode = 0;
538 dwc3_gadget_set_test_mode(dwc, testmode);
683 file = debugfs_create_file("testmode", S_IRUGO | S_IWUSR, root,
/drivers/watchdog/
H A Dw83977f_wdt.c50 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) {
175 if (!testmode) {
503 pr_info("initialized. timeout=%d sec (nowayout=%d testmode=%d)\n",
504 timeout, nowayout, testmode);
H A Dwdt977.c60 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) {
482 pr_info("initialized. timeout=%d sec (nowayout=%d, testmode=%i)\n",
483 timeout, nowayout, testmode);
H A Dit87_wdt.c144 static int testmode = DEFAULT_TESTMODE; variable
156 module_param(testmode, int, 0);
157 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default="
229 if (testmode)
348 if (testmode) {
717 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d)\n",
719 nowayout, testmode, exclusive, nogameport);
/drivers/usb/musb/
H A Dmusb_core.h310 u8 index, testmode; member in struct:musb_context_registers

Completed in 108 milliseconds