/linux/tools/testing/selftests/ |
H A D | Makefile | 2 TARGETS += acct 3 TARGETS += alsa 4 TARGETS += amd-pstate 5 TARGETS += arm64 6 TARGETS += bpf 7 TARGETS += breakpoints 8 TARGETS += cachestat 9 TARGETS += capabilities 10 TARGETS += cgroup 11 TARGETS 150 override TARGETS := $(TMP) global() macro [all...] |
H A 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) 272 targets=$(echo "$targets" | grep -v "$fail_target") 291 echo -e "Suggested Selftest Targets for your configuration:" 292 echo -e "$targets"; [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uretprobe_stack.c | 65 static struct range targets[] = { variable 94 for (i = 1; i < ARRAY_SIZE(targets); i++) in validate_stack() 95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack() 97 for (j = 1; j < ARRAY_SIZE(targets); j++) { in validate_stack() 98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack() 101 if (j < ARRAY_SIZE(targets)) { /* found target match */ in validate_stack() 149 2, &caller, &targets[1]); in test_uretprobe_stack() 152 3, &caller, &targets[ in test_uretprobe_stack() [all...] |
/linux/arch/mips/boot/ |
H A D | Makefile | 32 targets := vmlinux.ecoff macro 38 targets += vmlinux.bin 44 targets += vmlinux.srec 57 targets += vmlinux.bin.bz2 58 targets += vmlinux.bin.gz 59 targets += vmlinux.bin.lzma 60 targets += vmlinux.bin.lzo 78 targets += uImage 79 targets += uImage.bin 80 targets [all...] |
/linux/drivers/nfc/microread/ |
H A 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 in microread_target_discovered() [all...] |
/linux/Documentation/networking/ |
H A 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 foun [all...] |
/linux/arch/mips/boot/compressed/ |
H A D | Makefile | 52 targets := $(notdir $(vmlinuzobjs-y)) macro 54 targets += vmlinux.bin 69 targets += vmlinux.bin.z 74 targets += piggy.o dummy.o 101 targets += ../../../../vmlinuz 132 targets += ../vmlinuz.32 140 targets += ../vmlinuz.ecoff 148 targets += ../vmlinuz.bin 155 targets += ../vmlinuz.srec 162 targets [all...] |
/linux/scripts/ |
H A D | Makefile.vmlinux | 10 targets := 21 targets += vmlinux 60 targets += .builtin-dtbs-list 63 targets += .builtin-dtbs.S .builtin-dtbs.o 71 targets += .vmlinux.export.o 89 targets += $(vmlinux-final) 108 targets += modules.builtin.ranges 124 # Read all saved command lines and dependencies for the $(targets) we 129 existing-targets := $(wildcard $(sort $(targets))) [all...] |
H A D | Makefile.build | 20 targets := 82 # List composite targets that are constructed by combining other targets 84 # List primitive targets that are compiled from source files 115 targets := $(addprefix $(obj)/, $(targets)) 141 targets-for-builtin := $(extra-y) 144 targets-for-builtin += $(obj)/lib.a 148 targets-for-builtin += $(obj)/built-in.a 151 targets [all...] |
H A D | Makefile.vmlinux_o | 24 targets := .tmp_initcalls.lds 74 targets += vmlinux.o 81 targets += modules.builtin.modinfo 96 targets += modules.builtin 106 # Read all saved command lines and dependencies for the $(targets) we 111 existing-targets := $(wildcard $(sort $(targets))) 113 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
H A D | Kbuild.include | 52 # real prerequisites without phony targets 135 # will delete incomplete targets), and resume it later. 139 # Make dies with SIGPIPE before cleaning the targets. 146 # Of course, this is unneeded for phony targets. 172 # We still need to detect missing targets. 185 # PHONY targets skipped in both cases. 186 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes 225 # (6) - due to target not in $(targets) 226 # (1) PHONY targets are always build 233 # (6) No dir/.target.cmd file and target not listed in $(targets) [all...] |
/linux/Documentation/userspace-api/media/v4l/ |
H A 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.
|
H A 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 [all...] |
H A D | vidioc-subdev-g-selection.rst | 54 Types of selection targets 57 There are two types of selection targets: actual and bounds. The actual 58 targets are the targets which configure the hardware. The BOUNDS target 64 To discover which targets are supported, the user can perform 68 Selection targets and flags are documented in
|
/linux/tools/testing/selftests/arm64/ |
H A 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/tools/testing/rbtree/ |
H A D | Makefile | 5 TARGETS = rbtree_test interval_tree_test macro 15 targets: $(TARGETS) target 23 $(TARGETS): $(OFILES) 33 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/*
|
/linux/ |
H A 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 283 # To make sure we do not include .config for any of the *config targets 285 # It is allowed to specify more targets when calling make, including 286 # mixing *config targets and build targets. 288 # Detect when mixed targets is specified, and make a second invocation 293 clean-targets := %clean mrproper cleandocs 294 no-dot-config-targets 758 targets := global() macro [all...] |
/linux/drivers/net/ethernet/mscc/ |
H A 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/net/nfc/ |
H A 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 arra 769 nfc_targets_found(struct nfc_dev * dev,struct nfc_target * targets,int n_targets) nfc_targets_found() argument [all...] |
/linux/tools/sched_ext/ |
H A D | Makefile | 190 c-sched-targets = scx_simple scx_qmap scx_central scx_flatcg 192 $(addprefix $(BINDIR)/,$(c-sched-targets)): \ 201 $(c-sched-targets): %: $(BINDIR)/% 210 rm -f $(c-sched-targets) 213 @echo 'Building targets' 220 @printf ' %s\n' $(c-sched-targets) 231 @echo 'Installing targets' 244 @echo 'Cleaning targets' 249 all_targets: $(c-sched-targets) 251 .PHONY: all all_targets $(c-sched-targets) clea [all...] |
/linux/tools/perf/ |
H A 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: 70 # (Except for tags and TAGS targets. The reason is that the 71 # Makefile does not treat tags/TAGS as targets but as files 100 # it also uses only the tests/make targets that don't pollute the source 115 # All other targets get passed through:
|
/linux/tools/testing/radix-tree/ |
H A D | Makefile | 5 TARGETS = main idr-test multiorder xarray maple macro 11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target 28 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/*
|
/linux/lib/raid6/ |
H A D | Makefile | 40 targets += int1.c int2.c int4.c int8.c 48 targets += altivec1.c altivec2.c altivec4.c altivec8.c 56 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c 70 targets += neon1.c neon2.c neon4.c neon8.c 74 targets += s390vx8.c 81 targets += tables.c
|
/linux/tools/testing/scatterlist/ |
H A 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 linux/slab.h asm/io.h
|
/linux/mm/damon/ |
H A 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() 362 struct damon_sysfs_targets *targets = container_of(kobj, nr_targets_show() local 371 struct damon_sysfs_targets *targets; nr_targets_store() local 838 struct damon_sysfs_targets *targets; global() member 879 struct damon_sysfs_targets *targets = damon_sysfs_targets_alloc(); damon_sysfs_context_set_targets() local [all...] |