/Linux-v5.4/scripts/ |
D | Makefile.headersinst | 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers)) 36 duplicated := $(filter $(gen-headers), $(src-headers)) 39 gen-headers := $(filter-out $(duplicated), $(gen-headers)) 43 src-headers := $(addprefix $(dst)/, $(src-headers)) 44 gen-headers := $(addprefix $(dst)/, $(gen-headers)) 45 all-headers := $(src-headers) $(gen-headers) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h')) [all …]
|
D | Makefile.asm-generic | 36 old-headers := $(wildcard $(obj)/*.h) 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers)) 54 ifeq ($(old-headers),)
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 33 parse_all(@headers); 38 detect_cycles(@headers);
|
/Linux-v5.4/Documentation/kbuild/ |
D | headers_install.rst | 2 Exporting kernel headers for use by userspace 13 from the "linux" subdirectory. The system's libc headers are usually 14 installed at the default location /usr/include and the kernel headers in 18 Kernel headers are backwards compatible, but not forwards compatible. This 19 means that a program built against a C library using older kernel headers 21 features), but a program built against newer kernel headers may not work on an 30 ARCH indicates which architecture to produce headers for, and defaults to the 31 current architecture. The linux/asm directory of the exported kernel headers 37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to 41 headers are installed in 'INSTALL_HDR_PATH/include'.
|
/Linux-v5.4/drivers/scsi/aacraid/ |
D | comminit.c | 268 q->headers.producer = (__le32 *)mem; in aac_queue_init() 269 q->headers.consumer = (__le32 *)(mem+1); in aac_queue_init() 270 *(q->headers.producer) = cpu_to_le32(qsize); in aac_queue_init() 271 *(q->headers.consumer) = cpu_to_le32(qsize); in aac_queue_init() 373 u32 *headers; in aac_comm_init() local 392 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT)) in aac_comm_init() 395 queues = (struct aac_entry *)(((ulong)headers) + hdrsize); in aac_comm_init() 399 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES); in aac_comm_init() 401 headers += 2; in aac_comm_init() 405 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES); in aac_comm_init() [all …]
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | sched-migration.py | 333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument 338 on_cpu_task = self.current_tsk[headers.cpu] 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 346 self.current_tsk[headers.cpu] = next_pid 348 ts = self.timeslices.get_time_slice(headers.ts()) 349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 352 ts = self.timeslices.get_time_slice(headers.ts()) 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 358 ts = self.timeslices.get_time_slice(headers.ts()) [all …]
|
/Linux-v5.4/drivers/pci/controller/ |
D | pcie-altera.c | 101 void (*tlp_write_pkt)(struct altera_pcie *pcie, u32 *headers, 286 static void tlp_write_packet(struct altera_pcie *pcie, u32 *headers, in tlp_write_packet() argument 291 tlp_rp_regdata.reg0 = headers[0]; in tlp_write_packet() 292 tlp_rp_regdata.reg1 = headers[1]; in tlp_write_packet() 297 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet() 305 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet() 313 static void s10_tlp_write_packet(struct altera_pcie *pcie, u32 *headers, in s10_tlp_write_packet() argument 316 s10_tlp_write_tx(pcie, headers[0], RP_TX_SOP); in s10_tlp_write_packet() 317 s10_tlp_write_tx(pcie, headers[1], 0); in s10_tlp_write_packet() 318 s10_tlp_write_tx(pcie, headers[2], 0); in s10_tlp_write_packet() [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-meta-uvc.rst | 22 This format describes standard UVC metadata, extracted from UVC packet headers 26 in those headers. See section "2.4.3.3 Video and Still Image Payload Headers" of 30 contain multiple headers, if multiple such headers have been transmitted by the 31 camera for the respective frame. However, the driver may drop headers when the 34 perform rate limiting when the device sends a large number of headers.
|
/Linux-v5.4/include/uapi/ |
D | Kbuild | 3 no-export-headers += linux/a.out.h 7 no-export-headers += linux/kvm.h 12 no-export-headers += linux/kvm_para.h
|
/Linux-v5.4/scripts/package/ |
D | mkspec | 58 %package headers 61 Obsoletes: kernel-headers 62 Provides: kernel-headers = %{version} 63 %description headers 64 Kernel-headers includes the C header files that specify the interface 75 $S$M This package provides kernel headers and makefiles sufficient to build modules 138 %files headers
|
D | builddeb | 55 kernel_headers_packagename=linux-headers-$version 133 $MAKE -f $srctree/Makefile headers 179 destdir=$kernel_headers_dir/usr/src/linux-headers-$version
|
/Linux-v5.4/net/dsa/ |
D | Kconfig | 23 tristate "Tag driver for switches using custom 802.1Q VLAN headers" 37 tristate "Tag driver for Broadcom switches using in-frame headers" 45 tristate "Tag driver for Broadcom switches using prepended headers" 59 tristate "Tag driver for Marvell switches using DSA headers" 62 Marvell switches which use DSA headers. 65 tristate "Tag driver for Marvell switches using EtherType DSA headers" 68 Marvell switches which use EtherType DSA headers.
|
/Linux-v5.4/Documentation/networking/ |
D | segmentation-offloads.rst | 69 contain additional headers such as an outer tunnel. In order to account 73 cases where there are more than just 1 set of headers. For example in the 74 case of IPIP and SIT we should have the network and transport headers moved 75 from the standard list of headers to "inner" header offsets. 77 Currently only two levels of headers are supported. The convention is to 78 refer to the tunnel headers as the outer headers, while the encapsulated 79 data is normally referred to as the inner headers. Below is the list of 80 calls to access the given headers: 103 headers will be left with a partial checksum and only the outer header 138 so that instead of having to rewrite the packet headers for each segment [all …]
|
D | mac80211-injection.txt | 13 ./Documentation/networking/radiotap-headers.txt. 17 radiotap headers and used to control injection: 62 facilitating replay of captured radiotap headers directly.
|
/Linux-v5.4/include/asm-generic/ |
D | Kbuild | 3 # asm headers that all architectures except um should have 5 # asm headers from the host architecutre.)
|
/Linux-v5.4/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 84 uf_control->headers.physical_address = dma + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct() 85 uf_control->headers.array = virt + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct() 115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()
|
/Linux-v5.4/Documentation/core-api/ |
D | gcc-plugins.rst | 48 It should be always included instead of individual gcc headers. 52 This script checks the availability of the included headers in 61 These headers automatically generate the registration structures for 70 You must install the gcc plugin headers for your gcc version,
|
/Linux-v5.4/Documentation/sh/ |
D | new-machine.txt | 17 in arch/sh/kernel/ directly, with board-specific headers ending up in 38 | `-- board-specific headers 40 | `-- board-specific headers 54 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the 55 hd64461-specific headers. 76 | `-- SH-2 specific headers 78 | `-- SH-3 specific headers 80 `-- SH-4 specific headers 100 should also add a directory in include/asm-sh for headers localized to this
|
/Linux-v5.4/scripts/dtc/ |
D | dtc-parser.y | 65 %type <flags> headers 97 headers memreserves devicetree 115 headers: 117 | header headers
|
/Linux-v5.4/arch/alpha/ |
D | Kconfig.debug | 19 ELF headers to determine where to transfer control. Unfortunately, 21 address rather than examining the ELF headers, and the result is a
|
/Linux-v5.4/Documentation/doc-guide/ |
D | index.rst | 12 parse-headers
|
/Linux-v5.4/Documentation/translations/it_IT/doc-guide/ |
D | index.rst | 17 parse-headers
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 126 struct dma_pool *headers; member 270 dma_pool_free(man->headers, header->cb_header, in __vmw_cmdbuf_header_free() 877 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL, in vmw_cmdbuf_space_pool() 1314 man->headers = dma_pool_create("vmwgfx cmdbuf", in vmw_cmdbuf_man_create() 1318 if (!man->headers) { in vmw_cmdbuf_man_create() 1358 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create() 1413 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
|
/Linux-v5.4/samples/bpf/ |
D | README.rst | 17 Kernel headers 21 To avoid installing devel kernel headers system wide, as a normal
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.c | 355 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init() local 377 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset, in a6xx_hfi_init() 382 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset, in a6xx_hfi_init()
|