Home
last modified time | relevance | path

Searched refs:HEADER (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/misc/
H A Didmouse.c29 #define HEADER "P5 225 289 255 " macro
30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1)
129 memcpy(dev->bulk_in_buffer, HEADER, sizeof(HEADER)-1); in idmouse_create_image()
130 bytes_read = sizeof(HEADER)-1; in idmouse_create_image()
182 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image()
/linux/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c13 #define HEADER \ macro
160 fprintf(args[ARGS_CHEADER].f, HEADER, args[ARGS_INPUT].fn); in main()
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g043-smarc-pmod.dtso12 * |CN7 (PMOD1 PIN HEADER) |
H A Dr8a779g0-white-hawk-ard-audio-da7212.dtso18 * |CN40 (IO PIN HEADER) |
/linux/Documentation/trace/
H A Dring-buffer-design.rst434 HEADER
457 The above pointer "-H->" would have the HEADER flag set. That is
490 head page does not have the HEADER flag set, the compare will fail
492 Note, the flags UPDATE and HEADER are never set at the same time.
508 The reader sets the reader page next pointer as HEADER to the page after
526 point to the reader page. Note that the new pointer does not have the HEADER
598 performs a cmpxchg to convert the pointer to the head page from the HEADER
768 fact that it sees the UPDATE flag instead of a HEADER or NORMAL
/linux/include/video/
H A Dradeon.h41 #define HEADER 0x0F0E macro