/linux-4.1.27/arch/powerpc/lib/ |
H A D | feature-fixups-test.S | 194 #define MAKE_MACRO_TEST(TYPE) \ 195 globl(ftr_fixup_test_ ##TYPE##_macros) \ 198 BEGIN_##TYPE##_SECTION \ 202 END_##TYPE##_SECTION(0, 1) \ 206 BEGIN_##TYPE##_SECTION \ 210 END_##TYPE##_SECTION(0, 0) \ 214 BEGIN_##TYPE##_SECTION \ 217 BEGIN_##TYPE##_SECTION_NESTED(80) \ 220 END_##TYPE##_SECTION_NESTED(0, 1, 80) \ 223 END_##TYPE##_SECTION(0, 0) \ 227 BEGIN_##TYPE##_SECTION \ 230 BEGIN_##TYPE##_SECTION_NESTED(80) \ 233 END_##TYPE##_SECTION_NESTED(0, 0, 80) \ 236 END_##TYPE##_SECTION(0, 1) \ 240 BEGIN_##TYPE##_SECTION \ 243 BEGIN_##TYPE##_SECTION_NESTED(80) \ 246 END_##TYPE##_SECTION_NESTED(0, 0, 80) \ 249 END_##TYPE##_SECTION(0, 0) \ 253 BEGIN_##TYPE##_SECTION \ 257 ##TYPE##_SECTION_ELSE \ 260 ALT_##TYPE##_SECTION_END(0, 0) \ 264 BEGIN_##TYPE##_SECTION \ 268 ##TYPE##_SECTION_ELSE \ 272 ALT_##TYPE##_SECTION_END(0, 1) \ 276 BEGIN_##TYPE##_SECTION \ 280 ##TYPE##_SECTION_ELSE \ 282 ALT_##TYPE##_SECTION_END(0, 1) \ 287 BEGIN_##TYPE##_SECTION \ 289 BEGIN_##TYPE##_SECTION_NESTED(95) \ 292 END_##TYPE##_SECTION_NESTED(0, 1, 95) \ 294 ##TYPE##_SECTION_ELSE \ 297 ALT_##TYPE##_SECTION_END(0, 0) \ 301 BEGIN_##TYPE##_SECTION \ 305 ##TYPE##_SECTION_ELSE \ 307 BEGIN_##TYPE##_SECTION_NESTED(95) \ 309 END_##TYPE##_SECTION_NESTED(0, 1, 95) \ 311 ALT_##TYPE##_SECTION_END(0, 0) \ 315 BEGIN_##TYPE##_SECTION \ 319 ##TYPE##_SECTION_ELSE \ 321 BEGIN_##TYPE##_SECTION_NESTED(95) \ 323 END_##TYPE##_SECTION_NESTED(0, 1, 95) \ 325 ALT_##TYPE##_SECTION_END(0, 1) \ 329 BEGIN_##TYPE##_SECTION \ 331 BEGIN_##TYPE##_SECTION_NESTED(95) \ 333 ##TYPE##_SECTION_ELSE_NESTED(95) \ 335 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) \ 337 END_##TYPE##_SECTION(0, 0) \ 341 BEGIN_##TYPE##_SECTION \ 343 BEGIN_##TYPE##_SECTION_NESTED(95) \ 345 ##TYPE##_SECTION_ELSE_NESTED(95) \ 347 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) \ 349 END_##TYPE##_SECTION(0, 0) \ 353 BEGIN_##TYPE##_SECTION \ 355 BEGIN_##TYPE##_SECTION_NESTED(95) \ 357 ##TYPE##_SECTION_ELSE_NESTED(95) \ 359 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) \ 361 END_##TYPE##_SECTION(0, 1) \ 365 BEGIN_##TYPE##_SECTION \ 367 BEGIN_##TYPE##_SECTION_NESTED(95) \ 369 ##TYPE##_SECTION_ELSE_NESTED(95) \ 371 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) \ 373 ##TYPE##_SECTION_ELSE \ 375 BEGIN_##TYPE##_SECTION_NESTED(94) \ 377 ##TYPE##_SECTION_ELSE_NESTED(94) \ 379 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) \ 381 ALT_##TYPE##_SECTION_END(0, 0) \ 385 BEGIN_##TYPE##_SECTION \ 387 BEGIN_##TYPE##_SECTION_NESTED(95) \ 389 ##TYPE##_SECTION_ELSE_NESTED(95) \ 391 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) \ 393 ##TYPE##_SECTION_ELSE \ 395 BEGIN_##TYPE##_SECTION_NESTED(94) \ 397 ##TYPE##_SECTION_ELSE_NESTED(94) \ 399 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) \ 401 ALT_##TYPE##_SECTION_END(0, 0) \ 405 BEGIN_##TYPE##_SECTION \ 407 BEGIN_##TYPE##_SECTION_NESTED(95) \ 409 ##TYPE##_SECTION_ELSE_NESTED(95) \ 411 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) \ 413 ##TYPE##_SECTION_ELSE \ 415 BEGIN_##TYPE##_SECTION_NESTED(94) \ 417 ##TYPE##_SECTION_ELSE_NESTED(94) \ 419 ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) \ 421 ALT_##TYPE##_SECTION_END(0, 1) \ 425 BEGIN_##TYPE##_SECTION \ 427 BEGIN_##TYPE##_SECTION_NESTED(95) \ 429 ##TYPE##_SECTION_ELSE_NESTED(95) \ 431 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) \ 433 ##TYPE##_SECTION_ELSE \ 435 BEGIN_##TYPE##_SECTION_NESTED(94) \ 437 ##TYPE##_SECTION_ELSE_NESTED(94) \ 439 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 94) \ 441 ALT_##TYPE##_SECTION_END(0, 1) \ 445 BEGIN_##TYPE##_SECTION \ 450 ##TYPE##_SECTION_ELSE \ 451 BEGIN_##TYPE##_SECTION_NESTED(94) \ 456 ##TYPE##_SECTION_ELSE_NESTED(94) \ 461 ALT_##TYPE##_SECTION_END_NESTED(0, 1, 94) \ 462 ALT_##TYPE##_SECTION_END(0, 1) \ 466 #define MAKE_MACRO_TEST_EXPECTED(TYPE) \ 467 globl(ftr_fixup_test_ ##TYPE##_macros_expected) \ 470 /* BEGIN_##TYPE##_SECTION */ \ 474 /* END_##TYPE##_SECTION(0, 1) */ \ 478 /* BEGIN_##TYPE##_SECTION */ \ 482 /* END_##TYPE##_SECTION(0, 0) */ \ 486 /* BEGIN_##TYPE##_SECTION */ \ 489 /* BEGIN_##TYPE##_SECTION_NESTED(80) */ \ 492 /* END_##TYPE##_SECTION_NESTED(0, 1, 80) */ \ 495 /* END_##TYPE##_SECTION(0, 0) */ \ 500 /* BEGIN_##TYPE##_SECTION */ \ 503 /* BEGIN_##TYPE##_SECTION_NESTED(80) */ \ 506 /* END_##TYPE##_SECTION_NESTED(0, 0, 80) */ \ 509 /* END_##TYPE##_SECTION(0, 1) */ \ 513 /* BEGIN_##TYPE##_SECTION */ \ 516 /* BEGIN_##TYPE##_SECTION_NESTED(80) */ \ 519 /* END_##TYPE##_SECTION_NESTED(0, 0, 80) */ \ 522 /* END_##TYPE##_SECTION(0, 0) */ \ 526 /* BEGIN_##TYPE##_SECTION */ \ 530 /* ##TYPE##_SECTION_ELSE */ \ 533 /* ALT_##TYPE##_SECTION_END(0, 0) */ \ 537 /* BEGIN_##TYPE##_SECTION */ \ 541 /* ##TYPE##_SECTION_ELSE */ \ 545 /* ALT_##TYPE##_SECTION_END(0, 1) */ \ 549 /* BEGIN_##TYPE##_SECTION */ \ 553 /* ##TYPE##_SECTION_ELSE */ \ 557 /* ALT_##TYPE##_SECTION_END(0, 1) */ \ 562 /* BEGIN_##TYPE##_SECTION */ \ 564 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 567 /* END_##TYPE##_SECTION_NESTED(0, 1, 95) */ \ 569 /* ##TYPE##_SECTION_ELSE */ \ 572 /* ALT_##TYPE##_SECTION_END(0, 0) */ \ 576 /* BEGIN_##TYPE##_SECTION */ \ 580 /* ##TYPE##_SECTION_ELSE */ \ 582 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 584 /* END_##TYPE##_SECTION_NESTED(0, 1, 95) */ \ 586 /* ALT_##TYPE##_SECTION_END(0, 0) */ \ 590 /* BEGIN_##TYPE##_SECTION */ \ 594 /* ##TYPE##_SECTION_ELSE */ \ 596 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 598 /* END_##TYPE##_SECTION_NESTED(0, 1, 95) */ \ 600 /* ALT_##TYPE##_SECTION_END(0, 1) */ \ 604 /* BEGIN_##TYPE##_SECTION */ \ 606 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 608 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 610 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) */ \ 612 /* END_##TYPE##_SECTION(0, 0) */ \ 616 /* BEGIN_##TYPE##_SECTION */ \ 618 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 620 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 622 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) */ \ 624 /* END_##TYPE##_SECTION(0, 0) */ \ 628 /* BEGIN_##TYPE##_SECTION */ \ 630 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 632 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 634 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) */ \ 636 /* END_##TYPE##_SECTION(0, 1) */ \ 640 /* BEGIN_##TYPE##_SECTION */ \ 642 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 644 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 646 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 95) */ \ 648 /* ##TYPE##_SECTION_ELSE */ \ 650 /* BEGIN_##TYPE##_SECTION_NESTED(94) */ \ 652 /* ##TYPE##_SECTION_ELSE_NESTED(94) */ \ 654 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) */ \ 656 /* ALT_##TYPE##_SECTION_END(0, 0) */ \ 660 /* BEGIN_##TYPE##_SECTION */ \ 662 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 664 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 666 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) */ \ 668 /* ##TYPE##_SECTION_ELSE */ \ 670 /* BEGIN_##TYPE##_SECTION_NESTED(94) */ \ 672 /* ##TYPE##_SECTION_ELSE_NESTED(94) */ \ 674 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) */ \ 676 /* ALT_##TYPE##_SECTION_END(0, 0) */ \ 680 /* BEGIN_##TYPE##_SECTION */ \ 682 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 684 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 686 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) */ \ 688 /* ##TYPE##_SECTION_ELSE */ \ 690 /* BEGIN_##TYPE##_SECTION_NESTED(94) */ \ 692 /* ##TYPE##_SECTION_ELSE_NESTED(94) */ \ 694 /* ALT_##TYPE##_SECTION_END_NESTED(0, 0, 94) */ \ 696 /* ALT_##TYPE##_SECTION_END(0, 1) */ \ 700 /* BEGIN_##TYPE##_SECTION */ \ 702 /* BEGIN_##TYPE##_SECTION_NESTED(95) */ \ 704 /* ##TYPE##_SECTION_ELSE_NESTED(95) */ \ 706 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 95) */ \ 708 /* ##TYPE##_SECTION_ELSE */ \ 710 /* BEGIN_##TYPE##_SECTION_NESTED(94) */ \ 712 /* ##TYPE##_SECTION_ELSE_NESTED(94) */ \ 714 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 94) */ \ 716 /* ALT_##TYPE##_SECTION_END(0, 1) */ \ 720 /* BEGIN_##TYPE##_SECTION */ \ 725 /* ##TYPE##_SECTION_ELSE */ \ 726 /* BEGIN_##TYPE##_SECTION_NESTED(94) */ \ 731 /* ##TYPE##_SECTION_ELSE_NESTED(94) */ \ 736 /* ALT_##TYPE##_SECTION_END_NESTED(0, 1, 94) */ \ 737 /* ALT_##TYPE##_SECTION_END(0, 1) */ \
|
/linux-4.1.27/include/linux/ |
H A D | stddef.h | 17 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) 19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) 24 * offsetofend(TYPE, MEMBER) 26 * @TYPE: The type of the structure 29 #define offsetofend(TYPE, MEMBER) \ 30 (offsetof(TYPE, MEMBER) + sizeof(((TYPE *)0)->MEMBER))
|
H A D | filter.h | 86 #define BPF_ENDIAN(TYPE, DST, LEN) \ 88 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \ 154 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ 156 .code = BPF_ALU64 | BPF_MOV | BPF_SRC(TYPE), \ 162 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ 164 .code = BPF_ALU | BPF_MOV | BPF_SRC(TYPE), \
|
H A D | dmaengine.h | 372 * type of direction, the dma controller should fill (1 << <TYPE>) and same 580 * <TYPE>) and same should be checked by controller as well
|
H A D | usb.h | 1271 * usb_{snd,rcv}TYPEpipe(dev,endpoint), where the TYPE is "ctrl"
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | asm.h | 9 #define BRANCH32(TYPE, PREDICT, DEST) \ 10 TYPE,PREDICT %icc, DEST 11 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \ 12 TYPE,a,PREDICT %icc, DEST 22 #define BRANCH32(TYPE, PREDICT, DEST) \ 23 TYPE DEST 24 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \ 25 TYPE,a DEST
|
H A D | vio.h | 450 #define viodbg(TYPE, f, a...) \ 451 do { if (vio->debug & VIO_DEBUG_##TYPE) \
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | switch.h | 19 #define __METAG_SW_ENCODING(TYPE) (0xaf000000 | (__METAG_SW_##TYPE))
|
/linux-4.1.27/arch/sparc/math-emu/ |
H A D | math_64.c | 175 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9) do_mathemu() macro 197 case FABSQ: TYPE(3,3,0,3,0,0,0); break; do_mathemu() 198 case FSQRTQ: TYPE(3,3,1,3,1,0,0); break; do_mathemu() 202 case FDIVQ: TYPE(3,3,1,3,1,3,1); break; do_mathemu() 203 case FDMULQ: TYPE(3,3,1,2,1,2,1); break; do_mathemu() 204 case FQTOX: TYPE(3,2,0,3,1,0,0); break; do_mathemu() 205 case FXTOQ: TYPE(3,3,1,2,0,0,0); break; do_mathemu() 206 case FQTOS: TYPE(3,1,1,3,1,0,0); break; do_mathemu() 207 case FQTOD: TYPE(3,2,1,3,1,0,0); break; do_mathemu() 208 case FITOQ: TYPE(3,3,1,1,0,0,0); break; do_mathemu() 209 case FSTOQ: TYPE(3,3,1,1,1,0,0); break; do_mathemu() 210 case FDTOQ: TYPE(3,3,1,2,1,0,0); break; do_mathemu() 211 case FQTOI: TYPE(3,1,0,3,1,0,0); break; do_mathemu() 222 TYPE(x,1,1,1,1,0,0); do_mathemu() 230 TYPE(x,2,1,2,1,0,0); do_mathemu() 238 case FDIVD: TYPE(2,2,1,2,1,2,1); break; do_mathemu() 242 case FDIVS: TYPE(2,1,1,1,1,1,1); break; do_mathemu() 243 case FSMULD: TYPE(2,2,1,1,1,1,1); break; do_mathemu() 244 case FSTOX: TYPE(2,2,0,1,1,0,0); break; do_mathemu() 245 case FDTOX: TYPE(2,2,0,2,1,0,0); break; do_mathemu() 246 case FDTOS: TYPE(2,1,1,2,1,0,0); break; do_mathemu() 247 case FSTOD: TYPE(2,2,1,1,1,0,0); break; do_mathemu() 248 case FSTOI: TYPE(2,1,0,1,1,0,0); break; do_mathemu() 249 case FDTOI: TYPE(2,1,0,2,1,0,0); break; do_mathemu() 252 case FXTOS: TYPE(2,1,1,2,0,0,0); break; do_mathemu() 253 case FXTOD: TYPE(2,2,1,2,0,0,0); break; do_mathemu() 255 case FITOS: TYPE(2,1,1,1,0,0,0); break; do_mathemu() 257 case FITOD: TYPE(2,2,1,1,0,0,0); break; do_mathemu() 263 case FCMPQ: TYPE(3,0,0,3,1,3,1); break; do_mathemu() 264 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; do_mathemu() 353 TYPE(3,3,0,3,0,0,0); do_mathemu()
|
H A D | math_32.c | 281 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) do_one_mathemu() macro 297 case FSQRTQ: TYPE(3,3,1,3,1,0,0); break; do_one_mathemu() 301 case FDIVQ: TYPE(3,3,1,3,1,3,1); break; do_one_mathemu() 302 case FDMULQ: TYPE(3,3,1,2,1,2,1); break; do_one_mathemu() 303 case FQTOS: TYPE(3,1,1,3,1,0,0); break; do_one_mathemu() 304 case FQTOD: TYPE(3,2,1,3,1,0,0); break; do_one_mathemu() 305 case FITOQ: TYPE(3,3,1,1,0,0,0); break; do_one_mathemu() 306 case FSTOQ: TYPE(3,3,1,1,1,0,0); break; do_one_mathemu() 307 case FDTOQ: TYPE(3,3,1,2,1,0,0); break; do_one_mathemu() 308 case FQTOI: TYPE(3,1,0,3,1,0,0); break; do_one_mathemu() 309 case FSQRTS: TYPE(2,1,1,1,1,0,0); break; do_one_mathemu() 310 case FSQRTD: TYPE(2,2,1,2,1,0,0); break; do_one_mathemu() 314 case FDIVD: TYPE(2,2,1,2,1,2,1); break; do_one_mathemu() 318 case FDIVS: TYPE(2,1,1,1,1,1,1); break; do_one_mathemu() 319 case FSMULD: TYPE(2,2,1,1,1,1,1); break; do_one_mathemu() 320 case FDTOS: TYPE(2,1,1,2,1,0,0); break; do_one_mathemu() 321 case FSTOD: TYPE(2,2,1,1,1,0,0); break; do_one_mathemu() 322 case FSTOI: TYPE(2,1,0,1,1,0,0); break; do_one_mathemu() 323 case FDTOI: TYPE(2,1,0,2,1,0,0); break; do_one_mathemu() 324 case FITOS: TYPE(2,1,1,1,0,0,0); break; do_one_mathemu() 325 case FITOD: TYPE(2,2,1,1,0,0,0); break; do_one_mathemu() 328 case FNEGS: TYPE(2,1,0,1,0,0,0); break; do_one_mathemu() 332 case FCMPS: TYPE(3,0,0,1,1,1,1); break; do_one_mathemu() 333 case FCMPES: TYPE(3,0,0,1,1,1,1); break; do_one_mathemu() 334 case FCMPD: TYPE(3,0,0,2,1,2,1); break; do_one_mathemu() 335 case FCMPED: TYPE(3,0,0,2,1,2,1); break; do_one_mathemu() 336 case FCMPQ: TYPE(3,0,0,3,1,3,1); break; do_one_mathemu() 337 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; do_one_mathemu()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_btree.h | 63 #define BT_PAGE(IP, MP, TYPE, ROOT)\ 64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data) 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ 72 P = (TYPE *)&JFS_IP(IP)->ROOT;\ 155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ 160 P = (TYPE *)MP->data;\ 162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
|
/linux-4.1.27/lib/zlib_inflate/ |
H A D | inflate.h | 27 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon14047 56 NAME -> COMMENT -> HCRC -> TYPE 57 (zlib) -> DICTID or TYPE 58 DICTID -> DICT -> TYPE 60 TYPE -> STORED or TABLE or LEN or CHECK 61 STORED -> COPY -> TYPE 64 LEN -> LENEXT or LIT or TYPE
|
H A D | inflate.c | 154 state->mode = TYPE; zlib_inflateSyncPacket() 344 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ zlib_inflate() 377 state->mode = hold & 0x200 ? DICTID : TYPE; zlib_inflate() 391 state->mode = TYPE; zlib_inflate() 392 case TYPE: zlib_inflate() 445 state->mode = TYPE; zlib_inflate() 586 state->mode = TYPE; zlib_inflate() 730 (state->mode == TYPE ? 128 : 0); zlib_inflate() 753 * be waiting on the start of a block (i.e. mode == TYPE or HEAD). On exit, 763 if (state->mode != TYPE && state->mode != HEAD) zlib_inflateIncomp()
|
H A D | inffast.c | 70 TYPE -- reached end of block code, inflate() to interpret next block 322 state->mode = TYPE; inflate_fast()
|
/linux-4.1.27/security/apparmor/include/ |
H A D | match.h | 104 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TYPE, NTOHX) \ 107 TYPE *__t = (TYPE *) TABLE; \ 108 TYPE *__b = (TYPE *) BLOB; \
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | pal.h | 17 #define __CALL_PAL_R0(NAME, TYPE) \ 18 extern inline TYPE NAME(void) \ 20 register TYPE __r0 __asm__("$0"); \
|
H A D | io.h | 146 #define REMAP1(TYPE, NAME, QUAL) \ 147 static inline TYPE generic_##NAME(QUAL void __iomem *addr) \ 152 #define REMAP2(TYPE, NAME, QUAL) \ 153 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \
|
/linux-4.1.27/scripts/gdb/linux/ |
H A D | utils.py | 58 $container_of(PTR, "TYPE", "ELEMENT"): Given PTR, return a pointer to the 59 data structure of the type TYPE in which PTR is the address of ELEMENT. 60 Note that TYPE and ELEMENT have to be quoted as strings."""
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/ |
H A D | vmcallinterface.h | 97 /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */ 109 /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */ 126 /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */ 139 /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | idprom.c | 48 printk(KERN_WARNING "TYPE: %s\n", display_system_type() 51 printk(KERN_WARNING "TYPE: %s\n", sysname); display_system_type()
|
H A D | leon_pci_grpci1.c | 504 /* Clear handled INT TYPE IRQs */ grpci1_err_interrupt()
|
H A D | traps_64.c | 240 "CTX[%04x] TYPE[%04x], going.\n", sun4v_insn_access_exception() 345 "CTX[%04x] TYPE[%04x], going.\n", sun4v_data_access_exception() 1730 /* Handle a D/I cache parity error trap. TYPE is encoded as:
|
H A D | ldc.c | 176 #define ldcdbg(TYPE, f, a...) \ 177 do { if (lp->cfg.debug & LDC_DEBUG_##TYPE) \
|
H A D | leon_pci_grpci2.c | 677 /* Clear handled INT TYPE IRQs */ grpci2_err_interrupt()
|
/linux-4.1.27/sound/oss/ |
H A D | vidc.c | 409 #define TYPE(fmt,ch) (((fmt)<<2) | ((ch)&3)) vidc_update_filler() macro 411 switch (TYPE(format, channels)) { vidc_update_filler() 413 case TYPE(AFMT_U8, 1): vidc_update_filler() 417 case TYPE(AFMT_U8, 2): vidc_update_filler() 421 case TYPE(AFMT_S8, 1): vidc_update_filler() 425 case TYPE(AFMT_S8, 2): vidc_update_filler() 429 case TYPE(AFMT_S16_LE, 1): vidc_update_filler() 433 case TYPE(AFMT_S16_LE, 2): vidc_update_filler()
|
/linux-4.1.27/tools/perf/util/include/linux/ |
H A D | kernel.h | 15 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_sdio.h | 64 #define RSI_GET_SDIO_INTERRUPT_TYPE(_I, TYPE) \ 66 TYPE = \
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 210 #define CVMX_BUILD_WRITE64(TYPE, ST) \ 211 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \ 213 *CASTPTR(volatile TYPE##_t, addr) = val; \ 224 #define CVMX_BUILD_READ64(TYPE, LT) \ 225 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \ 227 return *CASTPTR(volatile TYPE##_t, addr); \
|
/linux-4.1.27/arch/m68k/sun3/ |
H A D | idprom.c | 67 printk("TYPE: %s\n", Sun_Machines[i].name); display_system_type() 72 printk("TYPE: %s\n", sysname); display_system_type()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_pr.h | 32 * PERSISTENT_RESERVE_* TYPE field
|
H A D | target_core_pr.c | 885 " new reservation holder TYPE: %s ALL_TG_PT: %d\n", core_scsi3_aptpl_reserve() 2274 * b) TYPE field and SCOPE field set to the persistent reservation core_scsi3_pro_reserve() 2328 " [%s]: %s trying to change TYPE and/or SCOPE," core_scsi3_pro_reserve() 2344 * command with RESERVE service action where the TYPE field and core_scsi3_pro_reserve() 2356 * TYPE/SCOPE. Also set the received scope and type in *pr_reg. core_scsi3_pro_reserve() 2365 " reservation holder TYPE: %s ALL_TG_PT: %d\n", core_scsi3_pro_reserve() 2457 " reservation holder TYPE: %s ALL_TG_PT: %d\n", __core_scsi3_complete_pro_release() 2466 * Clear TYPE and SCOPE for the next PROUT Service Action: RESERVE __core_scsi3_complete_pro_release() 2551 * b) TYPE field and SCOPE field set to match the persistent core_scsi3_emulate_pro_release() 2558 " reservation from [%s]: %s with different TYPE " core_scsi3_emulate_pro_release() 2742 " reservation holder TYPE: %s ALL_TG_PT: %d\n", __core_scsi3_complete_pro_preempt() 2857 * b) Ignore the contents of the SCOPE and TYPE fields; core_scsi3_pro_preempt() 3019 * I_T nexus using the contents of the SCOPE and TYPE fields; core_scsi3_pro_preempt() 3400 * b) Ignore the contents of the (received) SCOPE and TYPE fields; core_scsi3_emulate_pro_register_and_move() 3462 " created new reservation holder TYPE: %s on object RTPI:" core_scsi3_emulate_pro_register_and_move() 3804 * Set the SCOPE and TYPE core_scsi3_pri_read_reservation() 3847 * We are filling in the PERSISTENT RESERVATION TYPE MASK below, so core_scsi3_pri_report_capabilities() 3861 * Setup the PERSISTENT RESERVATION TYPE MASK from Table 167 core_scsi3_pri_report_capabilities() 3970 * active, fill in SCOPE and TYPE in the next byte. core_scsi3_pri_read_full_status()
|
H A D | target_core_spc.c | 295 /* DESIGNATOR TYPE == Relative target port identifer */ spc_emulate_evpd_83() 331 /* DESIGNATOR TYPE == Target port group identifier */ spc_emulate_evpd_83() 358 /* DESIGNATOR TYPE == Logical Unit Group identifier */ spc_emulate_evpd_83() 380 /* DESIGNATOR TYPE == SCSI name string */ spc_emulate_evpd_83() 421 /* DESIGNATOR TYPE == SCSI name string */ spc_emulate_evpd_83() 992 * Skip over MODE DATA LENGTH + MEDIUM TYPE fields to byte 3 for spc_emulate_modesense()
|
H A D | target_core_xcopy.c | 154 pr_err("XCOPY 0xe4: Unsupported DESIGNATOR TYPE: 0x%02x\n", target_xcopy_parse_tiddesc_e4()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 14 * 0x0000FF00 TYPE
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | err_common.c | 98 printk("%s** Unexpected header CLASS %d TYPE %d, aborting\n", el_process_header_subpacket() 133 printk("%s** Unknown header - CLASS %d TYPE %d, aborting\n", el_process_header_subpacket() 140 " CLASS %d, TYPE %d\n", el_process_header_subpacket() 209 printk("%s** Unexpected header CLASS %d TYPE %d" el_process_subpacket()
|
H A D | err_ev7.c | 239 printk("%s ** Unexpected header CLASS %d TYPE %d, aborting\n", ev7_process_pal_subpacket() 263 printk("%s ** PAL TYPE %d SUBPACKET\n", ev7_process_pal_subpacket()
|
H A D | err_titan.c | 537 printk("%s ** Unexpected header CLASS %d TYPE %d, aborting\n", el_process_regatta_subpacket() 556 printk("%s ** REGATTA TYPE %d SUBPACKET\n", el_process_regatta_subpacket()
|
/linux-4.1.27/scripts/genksyms/ |
H A D | parse.y | 117 %token TYPE 264 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; } 327 | TYPE 378 | TYPE
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | cpu-regs.h | 30 #define __SYSREG(ADDR, TYPE) (*(volatile TYPE *)(ADDR)) 31 #define __SYSREGC(ADDR, TYPE) (*(const volatile TYPE *)(ADDR)) 33 #define __SYSREG(ADDR, TYPE) ADDR 34 #define __SYSREGC(ADDR, TYPE) ADDR
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | rtw_io.h | 43 /* IO COMMAND TYPE */ 62 /* IO STATUS TYPE */
|
H A D | rtl8723a_bt-coexist.h | 692 /* TYPE ID */
|
/linux-4.1.27/drivers/staging/sm750fb/ |
H A D | sm750.h | 167 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | timskmod.h | 70 #define sizeofmember(TYPE, MEMBER) (sizeof(((TYPE *)0)->MEMBER))
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | io_ti.h | 153 * TYPE DEFINITIONS 171 * TYPE DEFINITIONS
|
/linux-4.1.27/scripts/kconfig/ |
H A D | list.h | 9 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
H A D | list.h | 123 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | trio.h | 67 * associated region is setup with TYPE=CFG.
|
/linux-4.1.27/drivers/staging/nvec/ |
H A D | nvec_power.c | 64 TYPE, enumerator in enum:__anon10112 110 MANUFACTURER, MODEL, TYPE, 207 case TYPE: nvec_power_bat_notifier()
|
/linux-4.1.27/Documentation/DocBook/ |
H A D | Makefile | 101 xmltotemplate = xmlto TYPE $(XMLTOFLAGS) -o $(dir $@) $< 121 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template)) 126 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
|
/linux-4.1.27/tools/usb/ |
H A D | hcd-tests.sh | 91 for TYPE in $ARGS 102 case $TYPE in 268 echo "Don't understand test type $TYPE"
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 255 #define IXGBE_ADVTXD_TUCMD_L4T_UDP 0x00000000 /* L4 Packet TYPE of UDP */ 256 #define IXGBE_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ 257 #define IXGBE_ADVTXD_TUCMD_L4T_SCTP 0x00001000 /* L4 Packet TYPE of SCTP */
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | ibmphp.h | 62 * RESOURCE TYPE * 73 * IO RESTRICTION TYPE * 84 * DEVICE TYPE DEF * 199 * THREE TYPE OF HOT PLUG CONTROLLER *
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/cs5536/ |
H A D | cs5536_pci.h | 64 /* BHLC : BIST HEADER-TYPE LATENCY-TIMER CACHE-LINE-SIZE */
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | e1000_82575.h | 151 #define E1000_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ 152 #define E1000_ADVTXD_TUCMD_L4T_SCTP 0x00001000 /* L4 packet TYPE of SCTP */
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_io.h | 40 /* IO COMMAND TYPE */ 55 /* IO STATUS TYPE */
|
/linux-4.1.27/drivers/block/ |
H A D | skd_s1120.h | 145 #define FIT_MXD_CONS(TYPE, PARAM, DATA) \ 146 ((((TYPE) & 0xFFu) << 24u) | \
|
/linux-4.1.27/include/net/sctp/ |
H A D | command.h | 144 * SCTP_ARG_CONSTRUCTOR(NAME, TYPE, ELT) builds a function called 145 * SCTP_NAME() which takes an argument of type TYPE and returns an
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_log_ipv4.c | 150 /* Max length: 18 "TYPE=255 CODE=255 " */ dump_ipv4_packet() 151 nf_log_buf_add(m, "TYPE=%u CODE=%u ", ich->type, ich->code); dump_ipv4_packet()
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_log_ipv6.c | 233 /* Max length: 18 "TYPE=255 CODE=255 " */ dump_ipv6_packet() 234 nf_log_buf_add(m, "TYPE=%u CODE=%u ", dump_ipv6_packet()
|
H A D | ip6t_rt.c | 72 pr_debug("TYPE %04X ", rh->type); rt_mt6()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-zynq.c | 365 * TYPE-EDGE_RISING, INT_TYPE - 1, INT_POLARITY - 1, INT_ANY - 0; 366 * TYPE-EDGE_FALLING, INT_TYPE - 1, INT_POLARITY - 0, INT_ANY - 0; 367 * TYPE-EDGE_BOTH, INT_TYPE - 1, INT_POLARITY - NA, INT_ANY - 1; 368 * TYPE-LEVEL_HIGH, INT_TYPE - 0, INT_POLARITY - 1, INT_ANY - NA; 369 * TYPE-LEVEL_LOW, INT_TYPE - 0, INT_POLARITY - 0, INT_ANY - NA
|
/linux-4.1.27/drivers/pci/host/ |
H A D | pci-keystone-dw.c | 369 * region for others with TYPE 1 access when bus > 1. As for device on bus = 1, 370 * we will do TYPE 0 access as it will be on our secondary bus (logical). 388 * TYPE 1 ks_pcie_cfg_setup()
|
/linux-4.1.27/arch/mips/pci/ |
H A D | pci-vr41xx.h | 106 #define TYPE 0x6U macro
|
/linux-4.1.27/drivers/edac/ |
H A D | edac_pci_sysfs.c | 538 /* read the device TYPE, looking for bridges */ edac_pci_dev_parity_clear() 564 /* read the device TYPE, looking for bridges */ edac_pci_dev_parity_test() 600 edac_dbg(4, "PCI HEADER TYPE= 0x%02x %s\n", edac_pci_dev_parity_test()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.h | 128 #define E1000_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | 11n_aggr.c | 43 * Data => |DA|SA|SNAP-TYPE|........ .|
|
/linux-4.1.27/drivers/fmc/ |
H A D | fmc-sdb.c | 238 printk(KERN_CONT "UNKNOWN TYPE 0x%02x\n", __fmc_show_sdb_tree()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utpredef.c | 190 ", UNSUPPORTED-TYPE",
|
H A D | exmisc.c | 237 * DESCRIPTION: Concatenate two objects OF THE SAME TYPE.
|
/linux-4.1.27/include/linux/usb/ |
H A D | phy.h | 326 return "UNKNOWN PHY TYPE"; usb_phy_type_string()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fdreg.h | 112 #define FDC_UNKNOWN 0x10 /* DO NOT USE THIS TYPE EXCEPT IF IDENTIFICATION
|
H A D | pfkeyv2.h | 199 /* This defines the TYPE of Nat Traversal in use. Currently only one
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | hubni.h | 133 * TYPE may be any of the first four PIOTYPEs defined under NI_VECTOR_STATUS.
|
/linux-4.1.27/net/l2tp/ |
H A D | l2tp_debugfs.c | 232 seq_puts(m, " offset OFFSET l2specific TYPE/LEN\n"); l2tp_dfs_seq_show()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | channel.h | 42 #define lengthof(TYPE, MEMBER) (sizeof(((TYPE *)0)->MEMBER))
|
H A D | iochannel.h | 230 /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */ 320 * and PERIPHERAL DEVICE TYPE set to 1Fh).
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/linux-4.1.27/sound/pci/lola/ |
H A D | lola_pcm.c | 659 /* test TYPE and bits 0..11 (no test bit9 : Digital = 0/1) */ lola_init_stream() 667 /* test TYPE and bits 0..11 (no test bit9 : Digital = 0/1) lola_init_stream()
|
H A D | lola_mixer.c | 43 val &= 0x00f00fff; /* test TYPE and bits 0..11 */ lola_init_pin()
|
/linux-4.1.27/drivers/media/usb/as102/ |
H A D | as10x_cmd.h | 47 /* TYPE DEFINITION */
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | vfdi.h | 39 * | DATA | TYPE | SEQ |
|
H A D | mcdi_pcol.h | 2181 * after validating OUTLEN and MC_CMD_GET_PHY_CFG.TYPE. If a driver can't
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 851 mbx->mbx_hdr = FM10K_MSG_HDR_FIELD_SET(FM10K_MSG_CONNECT, TYPE) | fm10k_mbx_create_connect_hdr() 864 u32 hdr = FM10K_MSG_HDR_FIELD_SET(FM10K_MSG_DATA, TYPE) | fm10k_mbx_create_data_hdr() 890 u32 hdr = FM10K_MSG_HDR_FIELD_SET(FM10K_MSG_DISCONNECT, TYPE) | fm10k_mbx_create_disconnect_hdr() 927 mbx->mbx_hdr = FM10K_MSG_HDR_FIELD_SET(FM10K_MSG_ERROR, TYPE) | fm10k_mbx_create_error_msg() 946 type = FM10K_MSG_HDR_FIELD_GET(*hdr, TYPE); fm10k_mbx_validate_msg_hdr() 1329 switch (FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, TYPE)) { fm10k_mbx_process()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1050 * tests the incoming frames' R_CTL/TYPE fields with works 10:15 and performs 1069 * tests the incoming frame's R_CTL/TYPE fields with words 10:15 and performs 1092 * R_CTL/TYPE fields with words 10:15 and performs the Sequence Length Test 1136 hbqmb->numMask = hbq_desc->mask_count; /* # R_CTL/TYPE masks lpfc_config_hbq() 1189 * configuration binds from one to six of HBA RC_CTL/TYPE mask entries to the 1191 * RC_CTL/TYPE mask entry matches that of the sequence. The driver should not
|
H A D | lpfc_hw.h | 3247 uint8_t Type; /* TYPE field */ 3253 uint8_t Type; /* TYPE field */
|
H A D | lpfc_attr.c | 4572 255, "Identifies TYPE for additional ring configuration");
|
H A D | lpfc_sli.c | 15341 /* Check FC Header to see what TYPE of frame we are rcv'ing */ lpfc_prep_seq()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
H A D | usb_ops_linux.c | 693 DBG_8723A("CHIP TYPE: RTL8723A\n"); rtl8723au_set_hw_type()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 133 /* Set Operation mode to the PORT TYPE RID */ prism2_change_virtual_intf()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 429 /* TYPE */ usbhsp_setup_pipecfg()
|
/linux-4.1.27/arch/mips/mm/ |
H A D | cerr-sb1.c | 124 printk(" NO TYPE"); breakout_cerrd()
|
/linux-4.1.27/fs/afs/ |
H A D | super.c | 279 _debug("CELL:%s [%p] VOLUME:%*.*s SUFFIX:%s TYPE:%d%s", afs_parse_device_name()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_events.c | 978 * field:TYPE VAR f_show() 979 * If TYPE := TYPE[LEN], it is shown: f_show() 980 * field:TYPE VAR[LEN] f_show()
|
H A D | trace_kprobe.c | 607 * FETCHARG:TYPE : use TYPE instead of unsigned long. create_trace_kprobe()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | pmf.c | 1597 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; dump_smt() 1599 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; dump_smt()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_mount.c | 648 * <FSNAME><SEPARATOR><TYPE><INDEX> 652 * TYPE: "OST", "MDT", etc.
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 120 "LIDG", "TYPE", "PBPG", "TPDG" 1347 cmsg_quirk(eeepc, CM_ASL_TYPE, "TYPE"); cmsg_quirks()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | plx9080.h | 347 /*** MAILBOX #2 - BOARD TYPE ***/
|
H A D | s626.h | 41 #define S626_PLATFORM S626_INTEL /* *** SELECT PLATFORM TYPE *** */
|
/linux-4.1.27/drivers/staging/gdm724x/ |
H A D | gdm_lte.c | 358 /* NIC TYPE is based on the nic_id of this net_device */ gdm_lte_tx_nic_type()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4trace.h | 179 { NFS_ATTR_FATTR_TYPE, "TYPE" }, \
|
/linux-4.1.27/arch/m68k/mac/ |
H A D | via.c | 168 panic("UNKNOWN VIA TYPE"); via_init()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | dpll3xxx.c | 788 /* TYPE J does not have a clkoutx2 */ omap3_clkoutx2_round_rate()
|
/linux-4.1.27/sound/drivers/opl3/ |
H A D | opl3_midi.c | 831 snd_printk(KERN_DEBUG "Controller, TYPE = %i, ch#: %i, inst#: %i\n", snd_opl3_control()
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | desc.h | 412 /* Operation type selectors - OP TYPE */ 1319 /* TYPE field is all that's relevant */
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 1376 * <TYPE> <INSTANCE> <SIZE> <CONTENTS> 1378 * <TYPE> - 2-byte object type as hex
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 487 "scsi%ld: %s: MEDIA TYPE" qla4xxx_fw_ready()
|
/linux-4.1.27/drivers/w1/masters/ |
H A D | ds2490.c | 35 /* COMMAND TYPE CODES */
|
/linux-4.1.27/include/trace/events/ |
H A D | f2fs.h | 84 { NO_CHECK_TYPE, "No TYPE" })
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-parse.c | 4260 trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", print_mac_arg() 4413 trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type); print_ipv4_arg() 4459 trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type); print_ipv6_arg() 4517 trace_seq_printf(s, "ARG TYPE NOT FIELD BUT %d", arg->type); print_ipsa_arg()
|
H A D | parse-filter.c | 2220 op = "[ERROR IN EXPRESSION TYPE]"; exp_to_str()
|
/linux-4.1.27/tools/perf/util/ |
H A D | parse-events.c | 128 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2800.h | 132 * TYPE: 0: 93c46, 1:93c66. 2580 * TYPE: 1: Plus the delta value, 0: minus the delta value
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 2579 #define IXGBE_ADVTXD_TUCMD_L4T_UDP 0x00000000 /* L4 Packet TYPE of UDP */ 2580 #define IXGBE_ADVTXD_TUCMD_L4T_TCP 0x00000800 /* L4 Packet TYPE of TCP */ 2581 #define IXGBE_ADVTXD_TUCMD_L4T_SCTP 0x00001000 /* L4 Packet TYPE of SCTP */
|
/linux-4.1.27/drivers/usb/core/ |
H A D | driver.c | 859 if (add_uevent_var(env, "TYPE=%d/%d/%d", usb_uevent()
|
/linux-4.1.27/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1699 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); ip_set_type()
|
/linux-4.1.27/scripts/ |
H A D | checkpatch.pl | 69 --types TYPE(,TYPE2...) show only these comma separated message types 70 --ignore TYPE(,TYPE2...) ignore various comma separated message types
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 808 * For TYPE 2 protection: 16 bit GUARD + 32 bit REF tag has to qla24xx_set_t10dif_tags()
|
H A D | qla_init.c | 3423 "Register FC-4 TYPE failed.\n"); qla2x00_configure_fabric()
|
H A D | qla_target.c | 2236 * For TYPE 2 protection: 16 bit GUARD + 32 bit REF tag has to qlt_set_t10dif_tags()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
H A D | nes_cm.c | 4174 nes_debug(NES_DBG_CM, "CM Event: UNKNOWN EVENT TYPE\n"); nes_cm_event_handler()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxnv50.c | 1022 dd_emit(ctx, 1, 2); /* 00000007 VTX_ATTR_DEFINE.TYPE */ nv50_gr_construct_mmio_ddata()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-eh.c | 2385 { ATA_CMD_CHK_MED_CRD_TYP, "CHECK MEDIA CARD TYPE" }, ata_get_cmd_descript()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 4058 # Divide the fp instructions into 8 types based on the TYPE field in 4061 # bftst %d0{&7:&3} # test TYPE 4066 # TYPE == 0: General instructions # 4254 # TYPE == 1: FDB<cc>, FS<cc>, FTRAP<cc>
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2200.c | 1582 return sprintf(buf, "TYPE: %d\n", priv->nic_type); show_nic_type()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | init301.c | 2360 /* SET CRT2 MODE TYPE REGISTERS */
|