/linux-6.3-rc2/arch/mips/boot/ |
A 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 123 targets += vmlinux.its [all …]
|
/linux-6.3-rc2/drivers/nfc/microread/ |
A D | microread.c | 471 struct nfc_target *targets; in microread_target_discovered() local 477 if (targets == NULL) { in microread_target_discovered() 488 targets->sens_res = in microread_target_discovered() 492 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 502 targets->sens_res = in microread_target_discovered() 506 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 516 targets->nfcid1_len = 4; in microread_target_discovered() 520 targets->sens_res = in microread_target_discovered() 523 targets->nfcid1_len = 4; in microread_target_discovered() 528 targets->nfcid1_len = 8; in microread_target_discovered() [all …]
|
/linux-6.3-rc2/scripts/ |
A 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 89 targets-for-modules += $(obj)/modules.order 92 targets += $(targets-for-builtin) $(targets-for-modules) 378 targets += $(real-dtb-y) $(lib-y) $(always-y) 460 $(filter %$(strip $(1)), $(targets)))) 476 $(if $(KBUILD_MODULES), $(targets-for-modules)) \ 507 targets := $(filter-out $(PHONY), $(targets)) [all …]
|
A D | Makefile.vmlinux | 12 targets := 22 targets += .vmlinux.export.o 33 targets += vmlinux 48 existing-targets := $(wildcard $(sort $(targets))) 50 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | Makefile.vmlinux_o | 24 targets := .tmp_initcalls.lds 63 targets += vmlinux.o 70 targets += modules.builtin.modinfo 85 targets += modules.builtin 100 existing-targets := $(wildcard $(sort $(targets))) 102 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | Makefile.modpost | 89 targets += .vmlinux.objs 134 targets += $(output-symdump) 142 existing-targets := $(wildcard $(sort $(targets))) 144 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | Makefile.modfinal | 66 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) 79 existing-targets := $(wildcard $(sort $(targets))) 81 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/linux-6.3-rc2/arch/mips/boot/compressed/ |
A D | Makefile | 60 targets += vmlinux.bin 75 targets += vmlinux.bin.z 80 targets += piggy.o dummy.o 138 targets += ../vmlinuz.32 146 targets += ../vmlinuz.ecoff 154 targets += ../vmlinuz.bin 161 targets += ../vmlinuz.srec 168 targets += ../uzImage.bin 184 targets += ../vmlinuz.its.S 192 targets += ../vmlinuz.its [all …]
|
/linux-6.3-rc2/arch/arc/boot/ |
A 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.3-rc2/arch/mips/vdso/ |
A 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 135 targets += vdso-o32-image.c 171 targets += $(obj-vdso-y:%.o=%-n32.o) 172 targets += vdso-n32.lds [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | memory-tiers.h | 41 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets); 49 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 51 *targets = NODE_MASK_NONE; in node_get_allowed_targets() 91 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 93 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | selection-api-targets.rst | 4 Selection targets 8 .. _sel-targets-capture: 14 Cropping and composing targets 20 See :ref:`v4l2-selection-targets` for more information.
|
A D | v4l2-selection-targets.rst | 3 .. _v4l2-selection-targets: 6 Selection targets 9 The precise meaning of the selection targets may be dependent on which 13 .. _v4l2-selection-targets-table:
|
/linux-6.3-rc2/arch/x86/realmode/rm/ |
A 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.3-rc2/Documentation/networking/ |
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 found by such device. Each reply message has target attributes with [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_io.c | 20 return regmap_bulk_read(ocelot->targets[target], in __ocelot_bulk_read_ix() 33 regmap_read(ocelot->targets[target], in __ocelot_read_ix() 45 regmap_write(ocelot->targets[target], in __ocelot_write_ix() 57 regmap_update_bits(ocelot->targets[target], in __ocelot_rmw_ix() 100 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix() 108 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix() 135 ocelot->targets[target], in ocelot_regfields_init()
|
A D | ocelot_vsc7514.c | 34 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4, in ocelot_pll5_init() 37 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0, in ocelot_pll5_init() 49 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2, in ocelot_pll5_init() 309 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe() 316 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe() 319 if (ocelot->targets[FDMA]) in mscc_ocelot_probe() 329 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe() 348 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) { in mscc_ocelot_probe()
|
/linux-6.3-rc2/certs/ |
A D | Makefile | 23 targets += blacklist_hash_list 34 targets += x509_certificate_list 55 targets += signing_key.pem 76 targets += signing_key.x509 83 targets += x509_revocation_list
|
/linux-6.3-rc2/mm/damon/ |
A D | sysfs.c | 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() 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() 349 targets->nr++; in damon_sysfs_targets_add_dirs() 371 struct damon_sysfs_targets *targets; in nr_targets_store() local 680 if (!targets) in damon_sysfs_context_set_targets() 685 kobject_put(&targets->kobj); in damon_sysfs_context_set_targets() 688 context->targets = targets; in damon_sysfs_context_set_targets() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/ |
A D | kselftest_deps.sh | 93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 218 targets=$(echo "$targets" | grep -v "$fail_target") 238 echo -e "$targets";
|
/linux-6.3-rc2/lib/raid6/ |
A D | Makefile | 57 targets += int1.c int2.c int4.c int8.c int16.c int32.c 65 targets += altivec1.c altivec2.c altivec4.c altivec8.c 73 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c 81 targets += neon1.c neon2.c neon4.c neon8.c 85 targets += s390vx8.c 92 targets += tables.c
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | Makefile | 23 targets += vdso.lds $(vobjs-y) 30 targets += $(vdso_img_cfiles) 31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 80 targets += vdso32/vdso32.lds 81 targets += vdso32/vdso-note.o 82 targets += vdso32/vclock_gettime.o
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | Makefile | 32 targets := vmlinux.bin setup.bin setup.elf bzImage macro 33 targets += fdimage fdimage144 fdimage288 image.iso hdimage 50 targets += $(setup-y) 66 targets += cpustr.h 99 targets += zoffset.h 129 targets += mtools.conf
|
/linux-6.3-rc2/arch/s390/kernel/vdso32/ |
A D | Makefile | 13 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro 28 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_32) 29 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_32) 32 targets += vdso32.lds
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | smp.c | 227 struct cpumask targets; in smp_send_stop() local 228 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 229 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() 230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|