/linux-6.8/tools/testing/selftests/ |
D | Makefile | 2 TARGETS += alsa 3 TARGETS += amd-pstate 4 TARGETS += arm64 5 TARGETS += bpf 6 TARGETS += breakpoints 7 TARGETS += cachestat 8 TARGETS += capabilities 9 TARGETS += cgroup 10 TARGETS += clone3 11 TARGETS += connector [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=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 271 targets=$(echo "$targets" | grep -v "$fail_target") 290 echo -e "Suggested Selftest Targets for your configuration:" 291 echo -e "$targets"; 304 echo -e "Targets passed build dependency check on system:" 312 echo -e "Targets failed build dependency check on system:"
|
/linux-6.8/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 …]
|
/linux-6.8/drivers/nfc/microread/ |
D | microread.c | 471 struct nfc_target *targets; in microread_target_discovered() local 476 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered() 477 if (targets == NULL) { in microread_target_discovered() 482 targets->hci_reader_gate = gate; in microread_target_discovered() 486 targets->supported_protocols = in microread_target_discovered() 488 targets->sens_res = in microread_target_discovered() 490 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered() 491 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered() 492 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 496 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered() [all …]
|
/linux-6.8/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 …]
|
/linux-6.8/arch/mips/boot/compressed/ |
D | Makefile | 58 targets := $(notdir $(vmlinuzobjs-y)) macro 60 targets += vmlinux.bin 75 targets += vmlinux.bin.z 80 targets += piggy.o dummy.o 107 targets += ../../../../vmlinuz 138 targets += ../vmlinuz.32 146 targets += ../vmlinuz.ecoff 154 targets += ../vmlinuz.bin 161 targets += ../vmlinuz.srec 168 targets += ../uzImage.bin [all …]
|
/linux-6.8/arch/mips/vdso/ |
D | Makefile | 102 targets += $(obj-vdso-y) 103 targets += vdso.lds 104 targets += vdso.so.dbg.raw vdso.so.raw 105 targets += vdso.so.dbg vdso.so 106 targets += vdso-image.c 129 targets += $(obj-vdso-y:%.o=%-o32.o) 130 targets += vdso-o32.lds 131 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 132 targets += vdso-o32.so.dbg vdso-o32.so 133 targets += vdso-o32-image.c [all …]
|
/linux-6.8/scripts/ |
D | Makefile.vmlinux | 12 targets := 24 targets += .vmlinux.export.o 35 targets += vmlinux 45 # Read all saved command lines and dependencies for the $(targets) we 50 existing-targets := $(wildcard $(sort $(targets))) 52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Makefile.build | 20 targets := 75 targets-for-builtin := $(extra-y) 78 targets-for-builtin += $(obj)/lib.a 82 targets-for-builtin += $(obj)/built-in.a 85 targets-for-modules := $(foreach x, o mod, \ 89 targets-for-modules += $(obj)/modules.order 92 targets += $(targets-for-builtin) $(targets-for-modules) 286 # i.e. the outputs we would get for the different single targets (e.g. `.ll`) 363 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 364 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) [all …]
|
D | Makefile.vmlinux_o | 24 targets := .tmp_initcalls.lds 64 targets += vmlinux.o 71 targets += modules.builtin.modinfo 86 targets += modules.builtin 96 # Read all saved command lines and dependencies for the $(targets) we 101 existing-targets := $(wildcard $(sort $(targets))) 103 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Kbuild.include | 52 # real prerequisites without phony targets 142 # will delete incomplete targets), and resume it later. 146 # Make dies with SIGPIPE before cleaning the targets. 153 # Of course, this is unneeded for phony targets. 179 # We still need to detect missing targets. 192 # PHONY targets skipped in both cases. 193 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes 232 # (6) - due to target not in $(targets) 233 # (1) PHONY targets are always build 240 # (6) No dir/.target.cmd file and target not listed in $(targets) [all …]
|
/linux-6.8/arch/arc/boot/ |
D | Makefile | 15 targets += vmlinux.bin 16 targets += vmlinux.bin.gz 17 targets += vmlinux.bin.lzma 18 targets += uImage.bin 19 targets += uImage.gz 20 targets += uImage.lzma
|
/linux-6.8/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
|
/linux-6.8/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" \
|
/linux-6.8/ |
D | Makefile | 9 # To see a list of typical targets execute "make help" 19 $(error targets prefixed with '__' are only for internal use)) 31 # unavoidable when linking the built-in.a targets which finally 270 # To make sure we do not include .config for any of the *config targets 272 # It is allowed to specify more targets when calling make, including 273 # mixing *config targets and build targets. 275 # Detect when mixed targets is specified, and make a second invocation 280 clean-targets := %clean mrproper cleandocs 281 no-dot-config-targets := $(clean-targets) \ 286 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \ [all …]
|
/linux-6.8/net/nfc/ |
D | core.c | 189 * nfc_start_poll - start polling for nfc targets 195 * The device remains polling for targets until a target is found or 237 * nfc_stop_poll - stop polling for nfc targets 273 if (dev->targets[i].idx == target_idx) in nfc_find_target() 274 return &dev->targets[i]; in nfc_find_target() 753 * nfc_targets_found - inform that targets were found 755 * @dev: The nfc device that found the targets 756 * @targets: array of nfc targets found 757 * @n_targets: targets array size 759 * The device driver must call this function when one or many nfc targets [all …]
|
/linux-6.8/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix() 35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix() 49 regmap_write(ocelot->targets[target], addr + offset, val); in __ocelot_write_ix() 62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val); in __ocelot_rmw_ix() 104 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix() 112 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix() 139 ocelot->targets[target], in ocelot_regfields_init()
|
/linux-6.8/arch/x86/realmode/rm/ |
D | Makefile | 37 targets += $(realmode-y) 46 targets += pasyms.h 50 targets += realmode.lds 56 targets += realmode.elf 62 targets += realmode.bin 69 targets += realmode.relocs
|
/linux-6.8/tools/mm/ |
D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort macro 14 all: $(TARGETS) 16 $(TARGETS): $(LIBS) 32 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|
/linux-6.8/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 109 # All other targets get passed through:
|
/linux-6.8/mm/damon/ |
D | sysfs.c | 287 * targets directory 301 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) in damon_sysfs_targets_rm_dirs() argument 303 struct damon_sysfs_target **targets_arr = targets->targets_arr; in damon_sysfs_targets_rm_dirs() 306 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs() 310 targets->nr = 0; in damon_sysfs_targets_rm_dirs() 312 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs() 315 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, in damon_sysfs_targets_add_dirs() argument 321 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 329 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs() 334 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() [all …]
|
/linux-6.8/tools/testing/selftests/damon/ |
D | _damon_sysfs.py | 130 self.context.sysfs_dir(), 'targets', '%d' % self.idx) 193 targets = None variable in DamonCtx 198 def __init__(self, ops='paddr', monitoring_attrs=DamonAttrs(), targets=[], argument 204 self.targets = targets 205 for idx, target in enumerate(self.targets): 228 self.sysfs_dir(), 'targets', 'nr_targets') 232 if int(content) != len(self.targets): 233 err = write_file(nr_targets_file, '%d' % len(self.targets)) 236 for target in self.targets:
|
/linux-6.8/Documentation/dev-tools/ |
D | kselftest.rst | 82 You can use the "TARGETS" variable on the make command line to specify 87 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 91 $ make TARGETS="size timers" kselftest 95 $ make O=/tmp/kselftest TARGETS="size timers" kselftest 99 $ export KBUILD_OUTPUT=/tmp/kselftest; make TARGETS="size timers" kselftest 102 line to specify one or more targets to exclude from the TARGETS list. 115 $ make TARGETS="breakpoints size timers" SKIP_TARGETS=size kselftest 118 possible targets. 213 $ make -C tools/testing/selftests gen_tar TARGETS="size" FORMAT=.xz 275 * Add new test name in TARGETS in selftests/Makefile:: [all …]
|
/linux-6.8/tools/testing/scatterlist/ |
D | Makefile | 4 TARGETS = main macro 12 targets: include $(TARGETS) target 17 …$(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linu…
|