/linux/drivers/net/wireless/ath/ath10k/ |
H A D | testmode.c | 6 #include "testmode.h" 38 "testmode event wmi cmd_id %d skb %pK skb->len %d\n", in ath10k_tm_event_wmi() 45 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi() 50 /* Only testmode.c should be handling events from utf firmware, in ath10k_tm_event_wmi() 61 "failed to allocate skb for testmode wmi event\n"); in ath10k_tm_event_wmi() 68 "failed to put testmode wmi event cmd attribute: %d\n", in ath10k_tm_event_wmi() 77 "failed to put testmode wmi event cmd_id: %d\n", in ath10k_tm_event_wmi() 86 "failed to copy skb to testmode wmi event: %d\n", in ath10k_tm_event_wmi() 106 "testmode cmd get version_major %d version_minor %d\n", in ath10k_tm_cmd_get_version() 150 ath10k_dbg(ar, ATH10K_DBG_TESTMODE, "testmode fw request '%s': %d\n", in ath10k_tm_fetch_utf_firmware_api_1() [all …]
|
H A D | testmode_i.h | 6 /* "API" level of the ath10k testmode interface. Bump it after every 32 /* All ath10k testmode interface commands specified in 36 /* Returns the supported ath10k testmode interface version in 39 * testmode interface
|
H A D | Makefile | 19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | testmode.c | 7 #include "testmode.h" 60 ath11k_warn(ab, "testmode event not handled due to invalid pdev\n"); in ath11k_tm_wmi_event_unsegmented() 72 "failed to allocate skb for unsegmented testmode wmi event\n"); in ath11k_tm_wmi_event_unsegmented() 79 ath11k_warn(ab, "failed to populate testmode unsegmented event\n"); in ath11k_tm_wmi_event_unsegmented() 90 ath11k_warn(ab, "Failed to send testmode event to higher layers\n"); in ath11k_tm_wmi_event_unsegmented() 116 ath11k_warn(ab, "testmode event not handled due to invalid pdev id: %d\n", in ath11k_tm_process_event() 123 ath11k_warn(ab, "testmode event not handled due to absence of pdev\n"); in ath11k_tm_process_event() 137 ab->testmode.expected_seq = 0; in ath11k_tm_process_event() 138 ab->testmode.data_pos = 0; in ath11k_tm_process_event() 141 data_pos = ab->testmode.data_pos; in ath11k_tm_process_event() [all …]
|
H A D | testmode_i.h | 7 /* "API" level of the ath11k testmode interface. Bump it after every 34 /* All ath11k testmode interface commands specified in 38 /* Returns the supported ath11k testmode interface version in 41 * testmode interface
|
H A D | Makefile | 25 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/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() 498 pr_info("initialized. timeout=%d sec (nowayout=%d testmode=%d)\n", in w83977f_wdt_init() 499 timeout, nowayout, testmode); in w83977f_wdt_init()
|
H A D | it87_wdt.c | 101 static int testmode = DEFAULT_TESTMODE; variable 107 module_param(testmode, int, 0); 108 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default=" 172 if (testmode) in _wdt_update_timeout() 394 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d)\n", in it87_wdt_init() 395 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() 478 pr_info("initialized. timeout=%d sec (nowayout=%d, testmode=%i)\n", in wd977_init() 479 timeout, nowayout, testmode); in wd977_init()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | testmode.c | 41 bool testmode = false, normal = false; in mt7921_tm_set() local 52 testmode = true; in mt7921_tm_set() 55 if (testmode) { in mt7921_tm_set() 56 /* Make sure testmode running on full power mode */ in mt7921_tm_set()
|
H A D | Makefile | 9 mt7921-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | testmode.c | 18 #include "testmode.h" 55 ath6kl_warn("failed to allocate testmode rx skb!\n"); in ath6kl_tm_rx_event() 66 ath6kl_warn("nla_put failed on testmode rx skb!\n"); in ath6kl_tm_rx_event()
|
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 | 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() 824 ath6kl_warn("testmode 2 not supported\n"); in ath6kl_fetch_testmode_file() 832 ath6kl_warn("testmode 1 not supported\n"); in ath6kl_fetch_testmode_file() 840 set_bit(TESTMODE, &ar->flag); in ath6kl_fetch_testmode_file() 844 ath6kl_err("Failed to get testmode %d firmware file %s: %d\n", 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() 1042 /* in testmode we already might have a fw file */ in ath6kl_fetch_fw_apin() [all …]
|
/linux/drivers/usb/dwc3/ |
H A D | debugfs.c | 531 u32 testmode = 0; in dwc3_testmode_write() local 539 testmode = USB_TEST_J; in dwc3_testmode_write() 541 testmode = USB_TEST_K; in dwc3_testmode_write() 543 testmode = USB_TEST_SE0_NAK; in dwc3_testmode_write() 545 testmode = USB_TEST_PACKET; in dwc3_testmode_write() 547 testmode = USB_TEST_FORCE_ENABLE; in dwc3_testmode_write() 549 testmode = 0; in dwc3_testmode_write() 556 dwc3_gadget_set_test_mode(dwc, testmode); in dwc3_testmode_write() 1034 debugfs_create_file("testmode", 0644, root, dwc, in dwc3_debugfs_init()
|
/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() 301 debugfs_create_file("testmode", 0644, root, hsotg, &testmode_fops); in dwc2_hsotg_create_debug()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | testmode.h | 65 * enum iwl_mvm_testmode_attrs - testmode attributes inside NL80211_ATTR_TESTDATA 83 * enum iwl_mvm_testmode_commands - MVM testmode commands
|
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | testmode.c | 22 #include "testmode.h" 59 "testmode cmd wmi msg_id 0x%04X msg_len %d buf %pK buf_len %d\n", in wcn36xx_tm_cmd_ptt()
|
H A D | Makefile | 11 wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | vendor_cmd.c | 80 wl1271_debug(DEBUG_CMD, "testmode cmd smart config stop"); in wlcore_vendor_cmd_smart_config_stop() 113 wl1271_debug(DEBUG_CMD, "testmode cmd smart config set group key"); in wlcore_vendor_cmd_smart_config_set_group_key()
|
H A D | Makefile | 8 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | Makefile | 8 mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | Makefile | 13 mt7615-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/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/usb/musb/ |
H A D | musb_debugfs.c | 31 { "Testmode", MUSB_TESTMODE, 8 }, 332 debugfs_create_file("testmode", S_IRUGO | S_IWUSR, root, musb, in musb_init_debugfs()
|