Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 255) sorted by relevance

1234567891011

/Linux-v5.4/arch/mips/boot/
DMakefile32 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-v5.4/drivers/nfc/microread/
Dmicroread.c473 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 …]
/Linux-v5.4/scripts/
DMakefile.build19 targets :=
77 mod-targets := $(patsubst %.o, %.mod, $(obj-m))
276 targets += $(mod-targets)
359 targets += $(filter-out $(subdir-obj-y), $(real-obj-y)) $(real-obj-m) $(lib-y)
360 targets += $(extra-y) $(MAKECMDGOALS) $(always)
397 targets += $(builtin-target)
418 targets += $(lib-target)
434 targets += $(obj)/lib-ksyms.o
449 targets += $(multi-used-m)
450 targets := $(filter-out $(PHONY), $(targets))
[all …]
DMakefile.modfinal43 targets += $(modules) $(modules:.ko=.mod.o)
56 existing-targets := $(wildcard $(sort $(targets)))
58 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/Linux-v5.4/arch/mips/vdso/
DMakefile112 targets += $(obj-vdso-y)
113 targets += vdso.lds
114 targets += vdso.so.dbg.raw vdso.so.raw
115 targets += vdso.so.dbg vdso.so
116 targets += vdso-image.c
139 targets += $(obj-vdso-y:%.o=%-o32.o)
140 targets += vdso-o32.lds
141 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
142 targets += vdso-o32.so.dbg vdso-o32.so
143 targets += vdso-o32-image.c
[all …]
/Linux-v5.4/arch/x86/realmode/rm/
DMakefile33 targets += $(realmode-y)
42 targets += pasyms.h
46 targets += realmode.lds
52 targets += realmode.elf
58 targets += realmode.bin
65 targets += realmode.relocs
/Linux-v5.4/arch/arc/boot/
DMakefile2 targets := vmlinux.bin vmlinux.bin.gz uImage macro
20 targets += uImage
21 targets += uImage.bin
22 targets += uImage.gz
23 targets += uImage.lzma
/Linux-v5.4/Documentation/networking/
Dnfc.txt15 - 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 …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Dselection-api-targets.rst11 Selection targets
15 .. _sel-targets-capture:
21 Cropping and composing targets
27 See :ref:`v4l2-selection-targets` for more information.
Dvidioc-subdev-g-selection.rst57 Types of selection targets
60 There are two types of selection targets: actual and bounds. The actual
61 targets are the targets which configure the hardware. The BOUNDS target
68 To discover which targets are supported, the user can perform
72 Selection targets and flags are documented in
Dv4l2-selection-targets.rst10 .. _v4l2-selection-targets:
13 Selection targets
16 The precise meaning of the selection targets may be dependent on which
20 .. _v4l2-selection-targets-table:
Dselection-api-configuration.rst33 See figure :ref:`sel-targets-capture` for examples of the selection
34 targets available for a video capture device. It is recommended to
35 configure the cropping targets before to the composing targets.
56 The composing targets refer to a memory buffer. The limits of composing
89 For output devices targets and ioctls are used similarly to the video
92 buffer. It is recommended to configure the composing targets before to
93 the cropping targets.
95 The cropping targets refer to the memory buffer that contains an image
142 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
/Linux-v5.4/lib/raid6/
DMakefile53 targets += int1.c int2.c int4.c int8.c int16.c int32.c
61 targets += altivec1.c altivec2.c altivec4.c altivec8.c
69 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
77 targets += neon1.c neon2.c neon4.c neon8.c
81 targets += s390vx8.c
88 targets += tables.c
/Linux-v5.4/arch/sparc/vdso/
DMakefile25 targets += vdso.lds $(vobjs-y)
32 targets += $(vdso_img_cfiles)
33 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
82 targets += vdso32/vdso32.lds
83 targets += vdso32/vdso-note.o
84 targets += vdso32/vclock_gettime.o
/Linux-v5.4/arch/hexagon/kernel/
Dsmp.c227 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()
/Linux-v5.4/arch/x86/entry/vdso/
DMakefile43 targets += vdso.lds $(vobjs-y)
50 targets += $(vdso_img_cfiles)
51 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
123 targets += vdsox32.lds $(vobjx32s-y)
135 targets += vdso32/vdso32.lds
136 targets += vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
137 targets += vdso32/vclock_gettime.o
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_io.c20 regmap_read(ocelot->targets[target], in __ocelot_read_ix()
32 regmap_write(ocelot->targets[target], in __ocelot_write_ix()
44 regmap_update_bits(ocelot->targets[target], in __ocelot_rmw_ix()
83 ocelot->targets[target], in ocelot_regfields_init()
/Linux-v5.4/virt/kvm/arm/vgic/
Dvgic-mmio-v2.c114 int targets = (val >> 16) & 0xff; in vgic_mmio_write_sgir() local
124 targets = (1U << nr_vcpus) - 1; /* all, ... */ in vgic_mmio_write_sgir()
125 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */ in vgic_mmio_write_sgir()
128 targets = (1U << source_vcpu->vcpu_id); in vgic_mmio_write_sgir()
137 if (!(targets & (1U << c))) in vgic_mmio_write_sgir()
161 val |= (u64)irq->targets << (i * 8); in vgic_mmio_read_target()
188 irq->targets = (val >> (i * 8)) & cpu_mask; in vgic_mmio_write_target()
189 target = irq->targets ? __ffs(irq->targets) : 0; in vgic_mmio_write_target()
/Linux-v5.4/net/nfc/hci/
Dcore.c279 struct nfc_target *targets; in nfc_hci_target_discovered() local
287 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered()
288 if (targets == NULL) in nfc_hci_target_discovered()
308 targets->supported_protocols = in nfc_hci_target_discovered()
310 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
315 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered()
316 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
328 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered()
329 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered()
333 targets); in nfc_hci_target_discovered()
[all …]
/Linux-v5.4/arch/x86/boot/
DMakefile29 targets := vmlinux.bin setup.bin setup.elf bzImage macro
30 targets += fdimage fdimage144 fdimage288 image.iso mtools.conf
47 targets += $(setup-y)
60 targets += cpustr.h
95 targets += zoffset.h
/Linux-v5.4/net/nfc/
Dcore.c272 if (dev->targets[i].idx == target_idx) in nfc_find_target()
273 return &dev->targets[i]; in nfc_find_target()
764 struct nfc_target *targets, int n_targets) in nfc_targets_found() argument
771 targets[i].idx = dev->target_next_idx++; in nfc_targets_found()
784 kfree(dev->targets); in nfc_targets_found()
785 dev->targets = NULL; in nfc_targets_found()
787 if (targets) { in nfc_targets_found()
788 dev->targets = kmemdup(targets, in nfc_targets_found()
792 if (!dev->targets) { in nfc_targets_found()
830 tg = &dev->targets[i]; in nfc_target_lost()
[all …]
/Linux-v5.4/arch/x86/purgatory/
DMakefile6 targets += $(purgatory-y)
18 targets += purgatory.ro
61 targets += kexec-purgatory.c
/Linux-v5.4/arch/s390/kernel/vdso32/
DMakefile10 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
24 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_31)
25 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_31)
/Linux-v5.4/arch/s390/kernel/vdso64/
DMakefile10 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
24 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64)
25 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64)
/Linux-v5.4/arch/parisc/boot/
DMakefile6 targets := image macro
7 targets += bzImage

1234567891011