| /kernel/linux/linux-5.10/tools/testing/selftests/ |
| D | Makefile | 2 TARGETS = android macro 3 TARGETS += arm64 4 TARGETS += bpf 5 TARGETS += breakpoints 6 TARGETS += capabilities 7 TARGETS += cgroup 8 TARGETS += clone3 9 TARGETS += core 10 TARGETS += cpufreq 11 TARGETS += cpu-hotplug [all …]
|
| D | kselftest_deps.sh | 24 echo " failed the build dependency check from the TARGETS in Selftests" 27 echo "- Prints pass/fail targets and libraries." 92 # Get all TARGETS from selftests Makefile 93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 220 targets=$(echo "$targets" | grep -v "$fail_target") 239 echo -e "Suggested Selftest Targets for your configuration:" 240 echo -e "$targets"; 253 echo -e "Targets passed build dependency check on system:" 261 echo -e "Targets failed build dependency check on system:"
|
| /kernel/linux/linux-4.19/tools/testing/selftests/ |
| D | Makefile | 2 TARGETS = android macro 3 TARGETS += bpf 4 TARGETS += breakpoints 5 TARGETS += capabilities 6 TARGETS += cgroup 7 TARGETS += cpufreq 8 TARGETS += cpu-hotplug 9 TARGETS += efivarfs 10 TARGETS += exec 11 TARGETS += filesystems [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmont/ |
| D | memory.json | 36 … ownership (RFO) requests (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 44 … ownership (RFO) requests (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 49 … ownership (RFO) requests (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 57 … ownership (RFO) requests (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 62 …tion": "Counts data reads (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 70 …tion": "Counts data reads (demand & prefetch) that miss the L2 cache and targets non-DRAM system a… 75 … data reads generated by L1 or L2 prefetchers that miss the L2 cache and targets non-DRAM system a… 83 … data reads generated by L1 or L2 prefetchers that miss the L2 cache and targets non-DRAM system a… 88 …on": "Counts requests to the uncore subsystem that miss the L2 cache and targets non-DRAM system a… 96 …on": "Counts requests to the uncore subsystem that miss the L2 cache and targets non-DRAM system a… [all …]
|
| /kernel/linux/linux-5.10/arch/mips/boot/ |
| D | Makefile | 32 targets := vmlinux.ecoff macro 38 targets += vmlinux.bin 44 targets += vmlinux.srec 78 targets += uImage 79 targets += uImage.bin 80 targets += uImage.bz2 81 targets += uImage.gz 82 targets += uImage.lzma 83 targets += uImage.lzo 115 targets += vmlinux.its.S [all …]
|
| /kernel/linux/linux-4.19/arch/mips/boot/ |
| D | Makefile | 32 targets := vmlinux.ecoff macro 38 targets += vmlinux.bin 44 targets += vmlinux.srec 78 targets += uImage 79 targets += uImage.bin 80 targets += uImage.bz2 81 targets += uImage.gz 82 targets += uImage.lzma 83 targets += uImage.lzo 115 targets += vmlinux.its.S [all …]
|
| /kernel/linux/linux-4.19/lib/raid6/ |
| D | Makefile | 55 targets += int1.c 60 targets += int2.c 65 targets += int4.c 70 targets += int8.c 75 targets += int16.c 80 targets += int32.c 86 targets += altivec1.c 92 targets += altivec2.c 98 targets += altivec4.c 104 targets += altivec8.c [all …]
|
| /kernel/linux/linux-5.10/drivers/nfc/microread/ |
| D | microread.c | 473 struct nfc_target *targets; in microread_target_discovered() local 478 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered() 479 if (targets == NULL) { in microread_target_discovered() 484 targets->hci_reader_gate = gate; in microread_target_discovered() 488 targets->supported_protocols = in microread_target_discovered() 490 targets->sens_res = in microread_target_discovered() 492 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered() 493 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered() 494 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 498 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered() [all …]
|
| /kernel/linux/linux-4.19/drivers/nfc/microread/ |
| D | microread.c | 484 struct nfc_target *targets; in microread_target_discovered() local 489 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered() 490 if (targets == NULL) { in microread_target_discovered() 495 targets->hci_reader_gate = gate; in microread_target_discovered() 499 targets->supported_protocols = in microread_target_discovered() 501 targets->sens_res = in microread_target_discovered() 503 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered() 504 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered() 505 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 509 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered() [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | nfc.rst | 16 - Polling for targets; 27 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets. 62 * start_poll - setup the device to poll for targets 64 * activate_target - select and initialize one of the targets found 80 * NFC_CMD_START_POLL - setup a specific device to polling for targets 82 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device 86 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets 89 The user must call START_POLL to poll for NFC targets, passing the desired NFC 95 If the polling operation finds one or more targets, the event TARGETS_FOUND is 97 all targets found by such device. Each reply message has target attributes with [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | nfc.txt | 15 - Polling for targets; 26 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets. 60 * start_poll - setup the device to poll for targets 62 * activate_target - select and initialize one of the targets found 78 * NFC_CMD_START_POLL - setup a specific device to polling for targets 80 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device 84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets 87 The user must call START_POLL to poll for NFC targets, passing the desired NFC 93 If the polling operation finds one or more targets, the event TARGETS_FOUND is 95 all targets found by such device. Each reply message has target attributes with [all …]
|
| /kernel/linux/linux-4.19/arch/mips/vdso/ |
| D | Makefile | 86 targets += $(obj-vdso-y) 87 targets += vdso.lds 88 targets += vdso.so.dbg.raw vdso.so.raw 89 targets += vdso.so.dbg vdso.so 90 targets += vdso-image.c 113 targets += $(obj-vdso-y:%.o=%-o32.o) 114 targets += vdso-o32.lds 115 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 116 targets += vdso-o32.so.dbg vdso-o32.so 117 targets += vdso-o32-image.c [all …]
|
| /kernel/linux/linux-5.10/arch/mips/vdso/ |
| D | Makefile | 104 targets += $(obj-vdso-y) 105 targets += vdso.lds 106 targets += vdso.so.dbg.raw vdso.so.raw 107 targets += vdso.so.dbg vdso.so 108 targets += vdso-image.c 131 targets += $(obj-vdso-y:%.o=%-o32.o) 132 targets += vdso-o32.lds 133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 134 targets += vdso-o32.so.dbg vdso-o32.so 135 targets += vdso-o32-image.c [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.build | 21 targets := 79 targets-for-builtin := $(extra-y) 82 targets-for-builtin += $(obj)/lib.a 86 targets-for-builtin += $(obj)/built-in.a 89 targets-for-modules := $(patsubst %.o, %.mod, $(filter %.o, $(obj-m))) 92 targets-for-modules += $(obj)/modules.order 95 targets += $(targets-for-builtin) $(targets-for-modules) 369 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 370 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) 371 targets += $(lib-y) $(always-y) $(MAKECMDGOALS) [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | selection-api-targets.rst | 4 Selection targets 8 .. _sel-targets-capture: 14 Cropping and composing targets 16 Targets used by a cropping, composing and scaling process 20 See :ref:`v4l2-selection-targets` for more information.
|
| D | selection-api-configuration.rst | 26 See figure :ref:`sel-targets-capture` for examples of the selection 27 targets available for a video capture device. It is recommended to 28 configure the cropping targets before to the composing targets. 49 The composing targets refer to a memory buffer. The limits of composing 82 For output devices targets and ioctls are used similarly to the video 85 buffer. It is recommended to configure the composing targets before to 86 the cropping targets. 88 The cropping targets refer to the memory buffer that contains an image 135 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | selection-api-targets.rst | 4 Selection targets 8 .. _sel-targets-capture: 14 Cropping and composing targets 16 Targets used by a cropping, composing and scaling process 20 See :ref:`v4l2-selection-targets` for more information.
|
| D | selection-api-configuration.rst | 26 See figure :ref:`sel-targets-capture` for examples of the selection 27 targets available for a video capture device. It is recommended to 28 configure the cropping targets before to the composing targets. 49 The composing targets refer to a memory buffer. The limits of composing 82 For output devices targets and ioctls are used similarly to the video 85 buffer. It is recommended to configure the composing targets before to 86 the cropping targets. 88 The cropping targets refer to the memory buffer that contains an image 135 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
|
| /kernel/linux/linux-5.10/tools/testing/selftests/arm64/ |
| D | README | 9 framework using standard Linux top-level-makefile targets: 11 $ make TARGETS=arm64 kselftest-clean 12 $ make TARGETS=arm64 kselftest 16 $ make -C tools/testing/selftests TARGETS=arm64 \ 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
| /kernel/linux/linux-4.19/arch/arc/boot/ |
| D | Makefile | 2 targets := vmlinux.bin vmlinux.bin.gz uImage macro 20 targets += uImage 21 targets += uImage.bin 22 targets += uImage.gz 23 targets += uImage.lzma
|
| /kernel/linux/linux-4.19/ |
| D | Makefile | 9 # To see a list of typical targets execute "make help" 38 # unavoidable when linking the built-in.a targets which finally 212 # To make sure we do not include .config for any of the *config targets 214 # It is allowed to specify more targets when calling make, including 215 # mixing *config targets and build targets. 217 # Detect when mixed targets is specified, and make a second invocation 223 clean-targets := %clean mrproper cleandocs 224 no-dot-config-targets := $(clean-targets) \ 228 no-sync-config-targets := $(no-dot-config-targets) install %install \ 231 config-targets := 0 [all …]
|
| /kernel/liteos_m/ |
| D | NOTICE | 1 1、In kernel/liteos_m/targets/cortex-m4_stm32f429ig_fire-challenger_iar directory, the files includi… 4 and other files are under the terms of the licence: kernel/liteos_m/targets/cortex-m4_stm32f429ig_f… 6 2、In kernel/liteos_m/targets/cortex-m7_nucleo_f767zi_gcc directory, the files including target_conf… 8 and other files are under the terms of the licence: kernel/liteos_m/targets/cortex-m7_nucleo_f767zi…
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | Makefile | 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 12 # so that we pass through all targets to Makefile.perf: 64 # (Except for tags and TAGS targets. The reason is that the 65 # Makefile does not treat tags/TAGS as targets but as files 94 # it also uses only the tests/make targets that don't pollute the source 106 # All other targets get passed through:
|
| /kernel/linux/linux-4.19/tools/perf/ |
| D | Makefile | 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 12 # so that we pass through all targets to Makefile.perf: 64 # (Except for tags and TAGS targets. The reason is that the 65 # Makefile does not treat tags/TAGS as targets but as files 94 # it also uses only the tests/make targets that don't pollute the source 106 # All other targets get passed through:
|
| /kernel/linux/linux-4.19/arch/x86/realmode/rm/ |
| D | Makefile | 33 targets += $(realmode-y) 43 targets += pasyms.h 47 targets += realmode.lds 53 targets += realmode.elf 59 targets += realmode.bin 66 targets += realmode.relocs
|