Searched refs:headers (Results 26 - 50 of 68) sorted by relevance

123

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c92 * @headers: Pool of DMA memory for device command buffer headers.
94 * @dheaders: Pool of DMA memory for device command buffer headers with trailing
126 struct dma_pool *headers; member in struct:vmw_cmdbuf_man
270 dma_pool_free(man->headers, header->cb_header,
877 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL,
1305 man->headers = dma_pool_create("vmwgfx cmdbuf",
1309 if (!man->headers) {
1349 dma_pool_destroy(man->headers);
1401 dma_pool_destroy(man->headers);
[all...]
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c142 struct hci_rh_data headers[] __counted_by(total);
175 rh = &rings->headers[i];
226 rings = kzalloc(struct_size(rings, headers, nr_rings), GFP_KERNEL);
242 rh = &rings->headers[i];
369 rh = &rings->headers[ring];
449 struct hci_rh_data *rh = &rings->headers[xfer_list[0].ring_number];
750 rh = &rings->headers[i];
/linux-master/samples/hidraw/
H A Dhid-example.c23 #warning Please have your distro update the userspace kernel headers
/linux-master/tools/thermal/lib/
H A DMakefile143 $(call QUIET_INSTALL, headers) \
/linux-master/arch/x86/boot/compressed/
H A Defi.h6 #error Please do not include kernel proper namespace headers
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c578 * in the ELF headers
627 void *headers = NULL; local
635 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz);
637 pr_err("Failed to prepare elf headers for the core\n");
642 update_backup_region_phdr(image, headers);
644 kbuf->buffer = headers;
652 vfree(headers);
658 image->elf_headers = headers;
/linux-master/drivers/scsi/aacraid/
H A Dcommsup.c373 idx = *index = le32_to_cpu(*(q->headers.producer));
375 if (idx != le32_to_cpu(*(q->headers.consumer))) {
382 if (idx != le32_to_cpu(*(q->headers.consumer)))
395 if ((*index + 1) == le32_to_cpu(*(q->headers.consumer))) {
804 if (le32_to_cpu(*q->headers.producer) == le32_to_cpu(*q->headers.consumer)) {
812 if (le32_to_cpu(*q->headers.consumer) >= q->entries)
815 index = le32_to_cpu(*q->headers.consumer);
837 if ((le32_to_cpu(*q->headers.producer)+1) == le32_to_cpu(*q->headers
[all...]
H A Drx.c407 *(q->headers.producer) = cpu_to_le32(Index + 1);
/linux-master/scripts/
H A Dcheck-uapi.sh17 The script will not check UAPI headers for architectures other than the one
27 will use BASE_REF^1. Must be an ancestor of BASE_REF. Only headers
149 # Print all installed headers, filtering out ones that can't be compiled
153 # Add to the list of incompatible headers
157 # Start with the usr/include/Makefile to get a list of the headers
202 # Install headers for both git refs
208 printf "Installing user-facing UAPI headers from %s... " "${ref:-dirty tree}"
244 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}"
245 # Loop over all UAPI headers that were installed by $past_ref (if they only exist on $base_ref,
283 eprintf "error - %d/%d UAPI headers compatibl
[all...]
/linux-master/drivers/platform/x86/intel/
H A Dvsec.c233 struct intel_vsec_header **header = info->headers;
399 .headers = dg1_headers,
/linux-master/tools/scripts/
H A DMakefile.include31 EXTRA_WARNINGS += -Wno-system-headers
/linux-master/tools/lib/thermal/
H A DMakefile151 $(call QUIET_INSTALL, headers) \
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh83 ${make_command} headers
/linux-master/
H A DMakefile290 $(version_h) headers headers_% archheaders archscripts \
1221 # Support for using generic headers in asm-generic
1282 # Kernel headers
1284 #Default location for installed headers
1294 headers_install: headers
1301 PHONY += headers
1302 headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
1308 prepare: headers
1375 kselftest: headers
1378 kselftest-%: headers FORC
[all...]
/linux-master/drivers/gpu/drm/xe/
H A DMakefile180 -I$(src)/compat-i915-headers \
318 hdrtest_find_args += -not -path display/\* -not -path compat-i915-headers/\* -not -path xe_display.h
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c826 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); local
832 * headers
848 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset,
853 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c1073 static int check_file(const u8 *headers) argument
1080 trx = (struct trx_header_le *) headers;
1084 headers += sizeof(struct trx_header_le);
/linux-master/samples/hid/
H A DMakefile30 # headers when arm instruction set identification is requested.
82 $(warning WARNING: Please install kernel headers locally (make headers_install).)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c11224 DECLARE_BITMAP(headers, __MLXSW_REG_RECR2_HEADER_CNT);
11263 unsigned long *headers = config->headers; local
11266 MLXSW_SP_MP_HASH_HEADER_SET(headers, IPV4_EN_NOT_TCP_NOT_UDP);
11267 MLXSW_SP_MP_HASH_HEADER_SET(headers, IPV4_EN_TCP_UDP);
11316 unsigned long *headers = config->headers; local
11326 MLXSW_SP_MP_HASH_HEADER_SET(headers, TCP_UDP_EN_IPV4);
11340 MLXSW_SP_MP_HASH_HEADER_SET(headers, IPV4_EN_NOT_TCP_NOT_UDP);
11341 MLXSW_SP_MP_HASH_HEADER_SET(headers, IPV4_EN_TCP_UD
11361 unsigned long *headers = config->headers; local
11376 unsigned long *headers = config->headers; local
[all...]
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl385 Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
/linux-master/tools/testing/selftests/
H A Dlib.mk77 # order to do that, run "make headers" from $(top_srcdir), then copy the
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1768 char headers[1024]; local
1770 hists_browser__scnprintf_hierarchy_headers(browser, headers,
1771 sizeof(headers));
1775 ui_browser__write_nstring(&browser->b, headers, browser->b.width + 1);
1786 char headers[1024]; local
1788 hists_browser__scnprintf_headers(browser, headers,
1789 sizeof(headers), line);
1793 ui_browser__write_nstring(&browser->b, headers, browser->b.width + 1);
3000 "H Display column headers\n" \
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.c556 u_int headers = l2addrsize(l2) + 1; local
557 u_char *datap = skb->data + headers;
565 if (skb->len < headers + 5)
572 if (skb->len < headers + 3)
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c425 * the queue headers).
737 * queue, the queue pair headers can be mapped into the
749 struct page *headers[2]; local
758 headers[0] = *produce_q->kernel_if->u.h.header_page;
759 headers[1] = *consume_q->kernel_if->u.h.header_page;
761 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL);
780 * Unmaps previously mapped queue pair headers from the kernel.
888 /* One page each for the queue headers. */
1388 * The VMX already initialized the queue pair headers, so no
1634 * initialized the queue pair headers, s
[all...]
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S9 @ The original headers, including the original license headers, are

Completed in 287 milliseconds

123