/Linux-v4.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 …]
|
/Linux-v4.19/lib/raid6/ |
D | Makefile | 40 targets += int1.c 45 targets += int2.c 50 targets += int4.c 55 targets += int8.c 60 targets += int16.c 65 targets += int32.c 71 targets += altivec1.c 77 targets += altivec2.c 83 targets += altivec4.c 89 targets += altivec8.c [all …]
|
/Linux-v4.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 …]
|
/Linux-v4.19/arch/mips/vdso/ |
D | Makefile | 84 targets += $(obj-vdso-y) 85 targets += vdso.lds 86 targets += vdso.so.dbg.raw vdso.so.raw 87 targets += vdso.so.dbg vdso.so 88 targets += vdso-image.c 111 targets += $(obj-vdso-y:%.o=%-o32.o) 112 targets += vdso-o32.lds 113 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 114 targets += vdso-o32.so.dbg vdso-o32.so 115 targets += vdso-o32-image.c [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
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.
|
D | vidioc-subdev-g-selection.rst | 50 Types of selection targets 53 There are two types of selection targets: actual and bounds. The actual 54 targets are the targets which configure the hardware. The BOUNDS target 61 To discover which targets are supported, the user can perform 65 Selection targets and flags are documented in
|
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:
|
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-v4.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
|
/Linux-v4.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
|
/Linux-v4.19/arch/ia64/hp/sim/boot/ |
D | Makefile | 11 targets-$(CONFIG_IA64_HP_SIM) += bootloader 12 targets := vmlinux.bin vmlinux.gz $(targets-y) macro 17 vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y))
|
/Linux-v4.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 …]
|
/Linux-v4.19/scripts/ |
D | Makefile.build | 19 targets := 407 targets += $(filter-out $(subdir-obj-y), $(real-obj-y)) $(real-obj-m) $(lib-y) 408 targets += $(extra-y) $(MAKECMDGOALS) $(always) 450 targets += $(builtin-target) 478 targets += $(lib-target) 494 targets += $(obj)/lib-ksyms.o 523 targets += $(multi-used-m) 524 targets := $(filter-out $(PHONY), $(targets)) 531 $(filter %$(strip $(1)), $(targets)))) 536 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \ [all …]
|
/Linux-v4.19/arch/sparc/vdso/ |
D | Makefile | 24 targets += vdso.lds $(vobjs-y) 31 targets += $(vdso_img_cfiles) 32 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-v4.19/arch/x86/entry/vdso/ |
D | Makefile | 37 targets += vdso.lds $(vobjs-y) 44 targets += $(vdso_img_cfiles) 45 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 116 targets += vdsox32.lds $(vobjx32s-y) 128 targets += vdso32/vdso32.lds 129 targets += vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o 130 targets += vdso32/vclock_gettime.o
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | smp.c | 240 struct cpumask targets; in smp_send_stop() local 241 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 242 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() 243 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/Linux-v4.19/arch/x86/purgatory/ |
D | Makefile | 6 targets += $(purgatory-y) 13 targets += purgatory.ro 29 targets += kexec-purgatory.c
|
/Linux-v4.19/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 20 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-v4.19/drivers/s390/crypto/ |
D | zcrypt_api.c | 440 struct ep11_target_dev *targets) in is_desired_ep11_card() argument 443 if (dev_id == targets->ap_id) in is_desired_ep11_card() 445 targets++; in is_desired_ep11_card() 452 struct ep11_target_dev *targets) in is_desired_ep11_queue() argument 455 if (AP_MKQID(targets->ap_id, targets->dom_id) == dev_qid) in is_desired_ep11_queue() 457 targets++; in is_desired_ep11_queue() 466 struct ep11_target_dev *targets; in zcrypt_send_ep11_cprb() local 480 targets = NULL; in zcrypt_send_ep11_cprb() 484 targets = kcalloc(target_num, sizeof(*targets), GFP_KERNEL); in zcrypt_send_ep11_cprb() 485 if (!targets) { in zcrypt_send_ep11_cprb() [all …]
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-mmio-v2.c | 122 int targets = (val >> 16) & 0xff; in vgic_mmio_write_sgir() local 132 targets = (1U << nr_vcpus) - 1; /* all, ... */ in vgic_mmio_write_sgir() 133 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */ in vgic_mmio_write_sgir() 136 targets = (1U << source_vcpu->vcpu_id); in vgic_mmio_write_sgir() 145 if (!(targets & (1U << c))) in vgic_mmio_write_sgir() 169 val |= (u64)irq->targets << (i * 8); in vgic_mmio_read_target() 196 irq->targets = (val >> (i * 8)) & cpu_mask; in vgic_mmio_write_target() 197 target = irq->targets ? __ffs(irq->targets) : 0; in vgic_mmio_write_target()
|
/Linux-v4.19/net/nfc/hci/ |
D | core.c | 291 struct nfc_target *targets; in nfc_hci_target_discovered() local 299 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered() 300 if (targets == NULL) in nfc_hci_target_discovered() 320 targets->supported_protocols = in nfc_hci_target_discovered() 322 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered() 327 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered() 328 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered() 340 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered() 341 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered() 345 targets); in nfc_hci_target_discovered() [all …]
|
/Linux-v4.19/arch/x86/boot/ |
D | Makefile | 29 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-v4.19/ |
D | Kbuild | 17 targets := kernel/bounds.s 31 targets += $(timeconst-file) 51 targets += arch/$(SRCARCH)/kernel/asm-offsets.s 66 targets += missing-syscalls
|
/Linux-v4.19/net/nfc/ |
D | core.c | 284 if (dev->targets[i].idx == target_idx) in nfc_find_target() 285 return &dev->targets[i]; in nfc_find_target() 776 struct nfc_target *targets, int n_targets) in nfc_targets_found() argument 783 targets[i].idx = dev->target_next_idx++; in nfc_targets_found() 796 kfree(dev->targets); in nfc_targets_found() 797 dev->targets = NULL; in nfc_targets_found() 799 if (targets) { in nfc_targets_found() 800 dev->targets = kmemdup(targets, in nfc_targets_found() 804 if (!dev->targets) { in nfc_targets_found() 842 tg = &dev->targets[i]; in nfc_target_lost() [all …]
|
/Linux-v4.19/arch/s390/kernel/vdso32/ |
D | Makefile | 10 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)
|