Searched refs:TEST (Results 1 - 81 of 81) sorted by relevance

/linux-4.1.27/tools/testing/selftests/
H A Dlib.mk6 @for TEST in $(TEST_PROGS); do \
7 (./$$TEST && echo "selftests: $$TEST [PASS]") || echo "selftests: $$TEST [FAIL]"; \
27 @for TEST in $(TEST_PROGS); do \
28 echo "(./$$TEST && echo \"selftests: $$TEST [PASS]\") || echo \"selftests: $$TEST [FAIL]\""; \
/linux-4.1.27/net/mac80211/
H A Ddebugfs_sta.c66 #define TEST(flg) \ sta_flags_read() macro
71 TEST(AUTH), TEST(ASSOC), TEST(PS_STA), sta_flags_read()
72 TEST(PS_DRIVER), TEST(AUTHORIZED), sta_flags_read()
73 TEST(SHORT_PREAMBLE), sta_flags_read()
75 TEST(WDS), TEST(CLEAR_PS_FILT), sta_flags_read()
76 TEST(MFP), TEST(BLOCK_BA), TEST(PSPOLL), sta_flags_read()
77 TEST(UAPSD), TEST(SP), TEST(TDLS_PEER), sta_flags_read()
78 TEST(TDLS_PEER_AUTH), TEST(TDLS_INITIATOR), sta_flags_read()
79 TEST(TDLS_CHAN_SWITCH), TEST(TDLS_OFF_CHANNEL), sta_flags_read()
80 TEST(4ADDR_EVENT), TEST(INSERTED), sta_flags_read()
81 TEST(RATE_CONTROL), TEST(TOFFSET_KNOWN), sta_flags_read()
82 TEST(MPSP_OWNER), TEST(MPSP_RECIPIENT)); sta_flags_read()
83 #undef TEST sta_flags_read() macro
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dtest-thumb.c82 TEST( "movs.n r0, #0x5f") kprobe_thumb16_test_cases()
83 TEST( "movs.n r7, #0xa0") kprobe_thumb16_test_cases()
134 TEST( "mov lr, pc") kprobe_thumb16_test_cases()
201 TEST( "ldr r0, [sp, #0]") kprobe_thumb16_test_cases()
202 TEST( "ldr r7, [sp, #160]") kprobe_thumb16_test_cases()
209 TEST("add r0, pc, #4") kprobe_thumb16_test_cases()
210 TEST("add r7, pc, #1020") kprobe_thumb16_test_cases()
211 TEST("add r0, sp, #4") kprobe_thumb16_test_cases()
212 TEST("add r7, sp, #1020") kprobe_thumb16_test_cases()
221 TEST("add sp, #"__stringify(TEST_MEMORY_SIZE)) /* Assumes TEST_MEMORY_SIZE < 0x400 */ kprobe_thumb16_test_cases()
222 TEST("sub sp, #0x7f*4") kprobe_thumb16_test_cases()
254 TEST("push {r0}") kprobe_thumb16_test_cases()
255 TEST("push {r7}") kprobe_thumb16_test_cases()
256 TEST("push {r14}") kprobe_thumb16_test_cases()
257 TEST("push {r0-r7,r14}") kprobe_thumb16_test_cases()
258 TEST("push {r0,r2,r4,r6,r14}") kprobe_thumb16_test_cases()
259 TEST("push {r1,r3,r5,r7}") kprobe_thumb16_test_cases()
260 TEST("pop {r0}") kprobe_thumb16_test_cases()
261 TEST("pop {r7}") kprobe_thumb16_test_cases()
262 TEST("pop {r0,r2,r4,r6}") kprobe_thumb16_test_cases()
273 TEST("sev") kprobe_thumb16_test_cases()
274 TEST("nop") kprobe_thumb16_test_cases()
275 TEST("wfi") kprobe_thumb16_test_cases()
396 TEST( "ldrd r12, r14, [sp, #16]") kprobe_thumb32_test_cases()
398 TEST( "ldrd r14, r12, [sp, #16]!") kprobe_thumb32_test_cases()
400 TEST( "ldrd r7, r8, [sp], #-16") kprobe_thumb32_test_cases()
517 TEST( op s" r0, #0x00010001") \ kprobe_thumb32_test_cases()
518 TEST( op s" r11, #0xf5000000") \ kprobe_thumb32_test_cases()
519 TEST( op s" r7, #0x000af000") \ kprobe_thumb32_test_cases()
520 TEST( op s" r4, #0x00005a00") kprobe_thumb32_test_cases()
566 TEST( "cmn sp, #0x00080008") kprobe_thumb32_test_cases()
573 TEST( "cmp sp, #0x00080008") kprobe_thumb32_test_cases()
591 TEST( "add.w r0, sp, #24") kprobe_thumb32_test_cases()
592 TEST( "add.w sp, sp, #24") kprobe_thumb32_test_cases()
608 TEST( "sub.w r0, sp, #24") kprobe_thumb32_test_cases()
609 TEST( "sub.w sp, sp, #24") kprobe_thumb32_test_cases()
657 TEST( "addw r14, sp, #0xf5a") kprobe_thumb32_test_cases()
658 TEST( "addw sp, sp, #0x20") kprobe_thumb32_test_cases()
659 TEST( "addw r7, pc, #0x888") kprobe_thumb32_test_cases()
666 TEST( "subw r14, sp, #0xf5a") kprobe_thumb32_test_cases()
667 TEST( "subw sp, sp, #0x20") kprobe_thumb32_test_cases()
668 TEST( "subw r7, pc, #0x888") kprobe_thumb32_test_cases()
674 TEST("movw r0, #0") kprobe_thumb32_test_cases()
675 TEST("movw r0, #0xffff") kprobe_thumb32_test_cases()
676 TEST("movw lr, #0xffff") kprobe_thumb32_test_cases()
766 TEST("sev.w") kprobe_thumb32_test_cases()
767 TEST("nop.w") kprobe_thumb32_test_cases()
768 TEST("wfi.w") kprobe_thumb32_test_cases()
809 TEST( "blx __dummy_arm_subroutine") kprobe_thumb32_test_cases()
844 TEST("str sp, [sp]") kprobe_thumb32_test_cases()
878 TEST( "ldr"size".w r7, 3b") \ kprobe_thumb32_test_cases()
879 TEST( "ldr"size".w r7, [sp, #24]") \ kprobe_thumb32_test_cases()
912 TEST( "pli [pc, #4]") kprobe_thumb32_test_cases()
913 TEST( "pli [pc, #-4]") kprobe_thumb32_test_cases()
914 TEST( "pld [pc, #4]") kprobe_thumb32_test_cases()
915 TEST( "pld [pc, #-4]") kprobe_thumb32_test_cases()
918 TEST( __inst_thumb32(0xf8b0f400) " @ pldw [r0, #1024]") kprobe_thumb32_test_cases()
921 TEST( __inst_thumb32(0xf837fc78) " @ pldw [r7, #-120]") kprobe_thumb32_test_cases()
923 TEST( "pld [sp, #0]") kprobe_thumb32_test_cases()
H A Dtest-arm.c81 TEST( op s " r4, pc" ", #0x00005a00") kprobe_arm_test_cases()
117 TEST( op "vs" s " r7, pc, lsl #3") \ kprobe_arm_test_cases()
118 TEST( op "vs" s " r7, sp, lsr #4") \ kprobe_arm_test_cases()
125 TEST( op "eq" s " r0, #0xf5") \ kprobe_arm_test_cases()
126 TEST( op "ne" s " r11, #0xf5000000") \ kprobe_arm_test_cases()
127 TEST( op s " r7, #0x000af000") \ kprobe_arm_test_cases()
128 TEST( op s " r4, #0x00005a00") kprobe_arm_test_cases()
151 TEST("mov ip, sp") /* This has special case emulation code */ kprobe_arm_test_cases()
179 TEST("add sp, sp, #16") kprobe_arm_test_cases()
180 TEST("sub sp, sp, #8") kprobe_arm_test_cases()
181 TEST("bic sp, sp, #0x20") kprobe_arm_test_cases()
182 TEST("orr sp, sp, #0x20") kprobe_arm_test_cases()
229 TEST( "clz r4, sp") kprobe_arm_test_cases()
522 TEST( "ldrh r0, [pc, #0]") kprobe_arm_test_cases()
541 TEST( "ldrsb r0, [pc, #0]") kprobe_arm_test_cases()
560 TEST( "ldrsh r0, [pc, #0]") kprobe_arm_test_cases()
622 TEST("movw r0, #0") kprobe_arm_test_cases()
623 TEST("movw r0, #0xffff") kprobe_arm_test_cases()
624 TEST("movw lr, #0xffff") kprobe_arm_test_cases()
638 TEST("sev") kprobe_arm_test_cases()
639 TEST("nop") kprobe_arm_test_cases()
640 TEST("wfi") kprobe_arm_test_cases()
686 TEST( "ldr"byte" r0, [pc, #0]") \ kprobe_arm_test_cases()
1304 TEST( "blx __dummy_thumb_subroutine_even") kprobe_arm_test_cases()
1315 TEST( "blx __dummy_thumb_subroutine_odd") kprobe_arm_test_cases()
1339 TEST( "pli [pc, #0]") kprobe_arm_test_cases()
1346 TEST( "pld [pc, #0]") kprobe_arm_test_cases()
H A Dtest-core.h216 #define TEST(code) \ macro
H A Dtest-core.c187 * BUILDING TEST CASES
/linux-4.1.27/net/llc/
H A Dllc_s_ac.c121 * llc_sap_action_send_test_c - send TEST PDU to MAC in resp to TEST REQ
125 * Send a TEST command PDU to the MAC layer in response to a TEST REQUEST
127 * event; verify the primitive is a TEST REQUEST.
197 * llc_sap_action_test_ind - send TEST PDU to net layer via TEST IND
201 * Send a TEST response PDU to the network layer via a TEST INDICATION
H A Dllc_sap.c87 * llc_sap_rtn_pdu - Informs upper layer on rx of an UI, XID or TEST pdu.
228 * llc_build_and_send_test_pkt - TEST interface for upper layers.
234 * This function is called when upper layer wants to send a TEST pdu.
/linux-4.1.27/arch/x86/tools/
H A DMakefile18 quiet_cmd_posttest = TEST $@
21 quiet_cmd_sanitytest = TEST $@
/linux-4.1.27/arch/um/os-Linux/
H A Dexecvp.c29 #ifndef TEST
132 #ifdef TEST main()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dm66592-udc.h57 #define M66592_H_TST_PACKET 0x000C /* HOST TEST Packet */
58 #define M66592_H_TST_SE0_NAK 0x000B /* HOST TEST SE0 NAK */
59 #define M66592_H_TST_K 0x000A /* HOST TEST K */
60 #define M66592_H_TST_J 0x0009 /* HOST TEST J */
62 #define M66592_P_TST_PACKET 0x0004 /* PERI TEST Packet */
63 #define M66592_P_TST_SE0_NAK 0x0003 /* PERI TEST SE0 NAK */
64 #define M66592_P_TST_K 0x0002 /* PERI TEST K */
65 #define M66592_P_TST_J 0x0001 /* PERI TEST J */
/linux-4.1.27/include/linux/usb/
H A Dr8a66597.h182 #define H_TST_PACKET 0x000C /* HOST TEST Packet */
183 #define H_TST_SE0_NAK 0x000B /* HOST TEST SE0 NAK */
184 #define H_TST_K 0x000A /* HOST TEST K */
185 #define H_TST_J 0x0009 /* HOST TEST J */
187 #define P_TST_PACKET 0x0004 /* PERI TEST Packet */
188 #define P_TST_SE0_NAK 0x0003 /* PERI TEST SE0 NAK */
189 #define P_TST_K 0x0002 /* PERI TEST K */
190 #define P_TST_J 0x0001 /* PERI TEST J */
/linux-4.1.27/include/net/caif/
H A Dcfcnfg.h25 * @CFPHYPREF_LOOP: TEST only Loopback interface simulating modem
/linux-4.1.27/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c59 * tur_done - Handle TEST UNIT READY return status
106 * hp_sw_tur - Send TEST UNIT READY
109 * Use the TEST UNIT READY command to determine
/linux-4.1.27/drivers/scsi/
H A Daha152x.h45 #define TEST (HOSTIOPORT1+0x1e) /* test register */ macro
186 /* SCSI TEST control */
243 /* TEST REGISTER */
H A Dhpsa.h278 * how many times to retry TEST UNIT READY on a device
H A Dsd.c1559 * error test command (currently TEST UNIT READY). The result of sending
1577 * However, the TEST UNIT READY command sent during error sd_eh_action()
1585 * If the device keeps failing read/write commands but TEST UNIT sd_eh_action()
H A Dscsi_scan.c712 * XXX Devices (disk or all?) should be sent a TEST UNIT READY, scsi_probe_lun()
1432 * retry a few times (like sd.c does for TEST UNIT READY). scsi_report_lun_scan()
H A Dscsi_debug.c434 {0, 0x0, 0, F_M_ACCESS | F_RL_WLUN_OK, NULL, NULL,/* TEST UNIT READY */
1442 arr[3] = 0xff; /* TEST set and MRIE==6 */ resp_requests()
1449 arr[13] = 0xff; /* TEST set and MRIE==6 */ resp_requests()
2254 if (iec_m_pg[2] & 0x4) { /* TEST bit set */ resp_ie_l_pg()
H A Dncr53c8xx.c4146 ** Complete the 1st TEST UNIT READY command ncr_queue_command()
7706 printk ("CACHE TEST FAILED: reg dstat-sstat2 readback %x.\n",
7760 printk ("CACHE TEST FAILED: timeout.\n"); ncr_snooptest()
7767 printk ("CACHE TEST FAILED: script execution failed.\n"); ncr_snooptest()
7777 printk ("CACHE TEST FAILED: host wrote %d, ncr read %d.\n", ncr_snooptest()
7782 printk ("CACHE TEST FAILED: ncr wrote %d, host read %d.\n", ncr_snooptest()
7787 printk ("CACHE TEST FAILED: ncr wrote %d, read back %d.\n", ncr_snooptest()
/linux-4.1.27/include/net/
H A Dllc_pdu.h311 * llc_pdu_init_as_test_cmd - sets PDU as TEST
314 * Sets a PDU as TEST
326 * llc_pdu_init_as_test_rsp - build TEST response PDU
328 * @ev_skb: The received TEST command PDU frame
330 * Builds a pdu frame as a TEST response.
/linux-4.1.27/drivers/usb/misc/
H A Dusbtest.c2117 dev_info(&intf->dev, "TEST 0: NOP\n"); usbtest_ioctl()
2126 "TEST 1: write %d bytes %u times\n", usbtest_ioctl()
2141 "TEST 2: read %d bytes %u times\n", usbtest_ioctl()
2156 "TEST 3: write/%d 0..%d bytes %u times\n", usbtest_ioctl()
2172 "TEST 4: read/%d 0..%d bytes %u times\n", usbtest_ioctl()
2190 "TEST 5: write %d sglists %d entries of %d bytes\n", usbtest_ioctl()
2209 "TEST 6: read %d sglists %d entries of %d bytes\n", usbtest_ioctl()
2227 "TEST 7: write/%d %d sglists %d entries 0..%d bytes\n", usbtest_ioctl()
2245 "TEST 8: read/%d %d sglists %d entries 0..%d bytes\n", usbtest_ioctl()
2264 "TEST 9: ch9 (subset) control tests, %d times\n", usbtest_ioctl()
2277 "TEST 10: queue %d control calls, %d times\n", usbtest_ioctl()
2288 dev_info(&intf->dev, "TEST 11: unlink %d reads of %d\n", usbtest_ioctl()
2301 dev_info(&intf->dev, "TEST 12: unlink %d writes of %d\n", usbtest_ioctl()
2316 dev_info(&intf->dev, "TEST 13: set/clear %d halts\n", usbtest_ioctl()
2329 dev_info(&intf->dev, "TEST 14: %d ep0out, %d..%d vary %d\n", usbtest_ioctl()
2342 "TEST 15: write %d iso, %d entries of %d bytes\n", usbtest_ioctl()
2355 "TEST 16: read %d iso, %d entries of %d bytes\n", usbtest_ioctl()
2370 "TEST 17: write odd addr %d bytes %u times core map\n", usbtest_ioctl()
2383 "TEST 18: read odd addr %d bytes %u times core map\n", usbtest_ioctl()
2397 "TEST 19: write odd addr %d bytes %u times premapped\n", usbtest_ioctl()
2410 "TEST 20: read odd addr %d bytes %u times premapped\n", usbtest_ioctl()
2424 "TEST 21: %d ep0out odd addr, %d..%d vary %d\n", usbtest_ioctl()
2437 "TEST 22: write %d iso odd, %d entries of %d bytes\n", usbtest_ioctl()
2448 "TEST 23: read %d iso odd, %d entries of %d bytes\n", usbtest_ioctl()
2460 dev_info(&intf->dev, "TEST 24: unlink from %d queues of " usbtest_ioctl()
2480 "TEST 25: write %d bytes %u times\n", usbtest_ioctl()
2496 "TEST 26: read %d bytes %u times\n", usbtest_ioctl()
/linux-4.1.27/include/crypto/
H A Ddrbg.h103 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */
218 * TEST code
250 * TEST code
/linux-4.1.27/arch/arm/mach-omap1/
H A Did.c76 * Undocumented register in TEST BLOCK is used as fallback; This seems to
105 * Undocumented register in the TEST BLOCK is used as fallback.
/linux-4.1.27/fs/lockd/
H A Dsvcproc.c102 * TEST: Check for conflicting lock
112 dprintk("lockd: TEST called\n"); nlmsvc_proc_test()
124 dprintk("lockd: TEST status %d vers %d\n", nlmsvc_proc_test()
H A Dxdr.c146 * Encode result of a TEST/TEST_MSG call
H A Dxdr4.c138 * Encode result of a TEST/TEST_MSG call
H A Dclntproc.c122 * Initialize arguments for TEST/LOCK/UNLOCK/CANCEL calls
413 * TEST for the presence of a conflicting lock
H A Dclnt4xdr.c578 PROC(TEST, testargs, testres),
H A Dclntxdr.c576 PROC(TEST, testargs, testres),
H A Dsvc4proc.c72 * TEST: Check for conflicting lock
/linux-4.1.27/drivers/media/i2c/
H A Dtda9840.c47 #define TEST 0x04 macro
H A Dks0127.c379 /* (except STAT, 0x21, 0x22, TEST and 0x38,0x39) */ ks0127_init()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Ddef.h72 * [3] Chip type: TEST=0, NORMAL=1
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
H A Ddef.h125 /* [3] Chip type: TEST=0, NORMAL=1 */
H A Dhw.c1063 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "TEST CHIP!!!\n"); _rtl92de_read_chip_version()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dcmd.c77 wl1251_warning("TEST command failed"); wl1251_cmd_test()
94 wl1251_error("TEST command answer error: %d", wl1251_cmd_test()
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.h166 /*------- (0x0010) TEST Control Register */
503 u32 TEST_CONTROL; /* (0x0010) TEST Control */
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Drpc.h219 /* TEST RPCs */
/linux-4.1.27/drivers/dma/dw/
H A Dregs.h85 DW_REG(TEST);
/linux-4.1.27/drivers/platform/chrome/
H A Dcros_ec_lightbar.c256 "S0S3", "S3S5", "STOP", "RUN", "PULSE", "TEST", "KONAMI",
/linux-4.1.27/include/video/
H A Dcirrus.h120 #define CL_AR34 0x34 /* TEST */
/linux-4.1.27/drivers/staging/iio/light/
H A Disl29018.c540 * 1. Write 0x00 to register 0x08 (TEST) isl29018_chip_init()
550 dev_err(chip->dev, "Failed to clear isl29018 TEST reg.(%d)\n", isl29018_chip_init()
/linux-4.1.27/drivers/media/radio/
H A Dradio-gemtek.c142 #define BU2614_TEST_MASK MKMASK(TEST)
/linux-4.1.27/drivers/staging/vt6656/
H A Dmac.h216 /* Bits in the TEST register */
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c2163 dev_err(dev, "POST failed, Test case : ASIC STRESS TEST, Signature = 0x%08x\n", qlcnic_83xx_run_post()
2168 dev_err(dev, "POST failed, Test case : DDT TEST, Signature = 0x%08x\n", qlcnic_83xx_run_post()
2173 dev_err(dev, "POST failed, Test case : ASIC MEMORY TEST, Signature = 0x%08x\n", qlcnic_83xx_run_post()
2178 dev_err(dev, "POST failed, Test case : FLASH TEST, Signature = 0x%08x\n", qlcnic_83xx_run_post()
/linux-4.1.27/drivers/rtc/
H A Drtc-hym8563.c150 * CTL1 only contains TEST-mode bits apart from stop, hym8563_rtc_set_time()
/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi.c86 seq_printf(m, "TEST\t\t: 0x%08x\n", ssi_debug_gdd_show()
/linux-4.1.27/arch/m68k/include/asm/
H A Dm68360_quicc.h147 /* TEST */
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dov2640.c62 #define TEST 0x57 /* Horizontal size completion */ macro
493 { TEST, TEST_HSIZE_SET(UXGA_WIDTH) },
H A Dtw9910.c68 #define TEST 0x1F /* Test Control Register */ macro
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dplx9080.h286 #define MBX_STS_TMASK 0x0000000f /* register bits for TEST number */
/linux-4.1.27/drivers/staging/vt6655/
H A Dmac.h307 /* Bits in the TEST register */
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl257 "TEST" => \$run_test,
1655 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
2508 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
4290 doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_net.c222 * -1: Mandatory extension header that is not recognized or TEST SNDU; discard.
689 /* Mandatory extension header unknown or TEST SNDU. Drop it. */ dvb_net_ule()
/linux-4.1.27/scripts/
H A Dcheckpatch.pl3053 # TEST: allow direct testing of the type matcher.
3057 "TEST: is type\n" . $herecurr);
3060 "TEST: is not type ($1 is)\n". $herecurr);
3064 # TEST: allow direct testing of the attribute matcher.
3068 "TEST: is attr\n" . $herecurr);
3071 "TEST: is not attr ($1 is)\n". $herecurr);
H A Danalyze_suspend.py3585 print('TEST (%d/%d) START' % (i+1, multitest['count']))
3587 print('TEST (%d/%d) COMPLETE' % (i+1, multitest['count']))
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c991 printf ("CACHE TEST FAILED: reg dstat-sstat2 readback %x.\n",
1041 printf ("CACHE TEST FAILED: timeout.\n"); sym_snooptest()
1058 printf ("CACHE TEST FAILED: DMA error (dstat=0x%02x).", dstat); sym_snooptest()
1075 printf ("CACHE TEST FAILED: script execution failed.\n"); sym_snooptest()
1085 printf ("CACHE TEST FAILED: host wrote %d, chip read %d.\n", sym_snooptest()
1090 printf ("CACHE TEST FAILED: chip wrote %d, host read %d.\n", sym_snooptest()
1095 printf ("CACHE TEST FAILED: chip wrote %d, read back %d.\n", sym_snooptest()
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-tegra30.c2306 PINGROUP(kb_col0_pq0, KBC, NAND, TRACE, TEST, 0x32fc, N, N),
2307 PINGROUP(kb_col1_pq1, KBC, NAND, TRACE, TEST, 0x3300, N, N),
/linux-4.1.27/drivers/net/can/m_can/
H A Dm_can.c118 /* Test Register (TEST) */
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2500pci.h836 * TESTCSR: TEST mode selection register.
/linux-4.1.27/drivers/hsi/clients/
H A Dssi_protocol.c737 dev_notice(&cl->device, "WAKELINES TEST %s\n", ssip_rx_waketest()
/linux-4.1.27/include/uapi/scsi/fc/
H A Dfc_els.h117 [ELS_TEST] = "TEST", \
/linux-4.1.27/lib/
H A Didr.c23 #ifndef TEST // to test in user space...
/linux-4.1.27/sound/pci/lx6464es/
H A Dlx6464es.c619 /* TEST if we have access to Xilinx/MicroBlaze */ lx_init_xilinx_test()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c1742 * be 6, and xbox360 issuing INQUIRY, TEST UNIT READY and check_command()
2014 "TEST UNIT READY"); do_scsi_command()
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1323 /* TEST!! This is not the table for 8256!! */ rtl8192_phy_SwChnlStepByStep()
/linux-4.1.27/drivers/target/
H A Dtarget_core_device.c1730 case SEND_DIAGNOSTIC: /* SPC - SELF-TEST Code */ passthrough_parse_cdb()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.c845 wl1271_warning("TEST command failed"); wl1271_cmd_test()
/linux-4.1.27/drivers/usb/storage/
H A Dtransport.c584 /* Don't reset the retry counter for TEST UNIT READY commands, last_sector_hacks()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Daxnet_cs.c55 #define AXNET_TEST 0x15 /* Offset of TEST Register port */
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dhwmtm.c2092 TEST FUNCTIONS:
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_lp.h405 #define B2062_N_TEST_BUF0 B43_LP_NORTH(0x06C) /* TEST BUF0 (north) */
/linux-4.1.27/drivers/input/touchscreen/
H A Dcyttsp4_core.c308 __func__, "PANEL TEST FAIL", cyttsp4_si_get_test_data()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2326 "3013 Received LINK DIAG TEST request " lpfc_sli4_bsg_link_diag_test()
3023 "2739 Received DIAG TEST request below minimum " lpfc_bsg_diag_loopback_run()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dxirlink_cit.c2923 default: /* TEST ME unknown if this works on other models too */ cit_check_button()
/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_exch.c1038 * Special case for MDS issuing an ELS TEST with a fc_seq_lookup_recip()
/linux-4.1.27/drivers/parport/
H A Dparport_pc.c1592 ECR_WRITE(pb, ECR_TST << 5); /* TEST FIFO */ parport_ECP_supported()
/linux-4.1.27/sound/sparc/
H A Ddbri.c108 "SSP", "CHI", "NT", "TE", "CDEC", "TEST", "CDM", "RESRV"
/linux-4.1.27/fs/cifs/
H A Dcifssmb.c3837 /* BB TEST with big acls that might need to be e.g. larger than 16K */ CIFSSMBGetCIFSACL()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c828 /* !!!!! HACK TEST !!!!! ipw2100_hw_send_command()

Completed in 3145 milliseconds