/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
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-v6.1/arch/s390/kernel/vdso64/ |
D | Makefile | 17 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg macro 32 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64) 33 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64) 36 targets += vdso64.lds
|
/Linux-v6.1/net/nfc/ |
D | core.c | 273 if (dev->targets[i].idx == target_idx) in nfc_find_target() 274 return &dev->targets[i]; in nfc_find_target() 769 struct nfc_target *targets, int n_targets) in nfc_targets_found() argument 776 targets[i].idx = dev->target_next_idx++; in nfc_targets_found() 789 kfree(dev->targets); in nfc_targets_found() 790 dev->targets = NULL; in nfc_targets_found() 792 if (targets) { in nfc_targets_found() 793 dev->targets = kmemdup(targets, in nfc_targets_found() 797 if (!dev->targets) { in nfc_targets_found() 835 tg = &dev->targets[i]; in nfc_target_lost() [all …]
|
/Linux-v6.1/arch/arm64/kvm/vgic/ |
D | vgic-mmio-v2.c | 126 int targets = (val >> 16) & 0xff; in vgic_mmio_write_sgir() local 135 targets = (1U << nr_vcpus) - 1; /* all, ... */ in vgic_mmio_write_sgir() 136 targets &= ~(1U << source_vcpu->vcpu_id); /* but self */ in vgic_mmio_write_sgir() 139 targets = (1U << source_vcpu->vcpu_id); in vgic_mmio_write_sgir() 148 if (!(targets & (1U << c))) in vgic_mmio_write_sgir() 172 val |= (u64)irq->targets << (i * 8); in vgic_mmio_read_target() 199 irq->targets = (val >> (i * 8)) & cpu_mask; in vgic_mmio_write_target() 200 target = irq->targets ? __ffs(irq->targets) : 0; in vgic_mmio_write_target()
|
/Linux-v6.1/scripts/ |
D | Kbuild.include | 32 # real prerequisites without phony targets 107 # will delete incomplete targets), and resume it later. 111 # Make dies with SIGPIPE before cleaning the targets. 118 # Of course, this is unneeded for phony targets. 156 # PHONY targets skipped in both cases. 194 # (6) - due to target not in $(targets) 195 # (1) PHONY targets are always build 202 # (6) No dir/.target.cmd file and target not listed in $(targets) 211 $(if $(filter $@, $(targets)), \ 213 - due to $(notdir $@) not in $$(targets) \
|
/Linux-v6.1/ |
D | Kbuild | 12 targets := kernel/bounds.s 30 targets += arch/$(SRCARCH)/kernel/asm-offsets.s 66 targets += $(atomic-checks) 70 # A phony target that depends on all the preparation targets
|
D | Makefile | 277 clean-targets := %clean mrproper cleandocs 278 no-dot-config-targets := $(clean-targets) \ 285 no-compiler-targets := $(no-dot-config-targets) install dtbs_install \ 287 no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \ 289 single-targets := %.a %.i %.rsi %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/ 298 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),) 299 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),) 304 ifneq ($(filter $(no-compiler-targets), $(MAKECMDGOALS)),) 305 ifeq ($(filter-out $(no-compiler-targets), $(MAKECMDGOALS)),) 310 ifneq ($(filter $(no-sync-config-targets), $(MAKECMDGOALS)),) [all …]
|
/Linux-v6.1/arch/parisc/boot/ |
D | Makefile | 6 targets := image macro 7 targets += bzImage
|
/Linux-v6.1/arch/arc/kernel/ |
D | smp.c | 302 struct cpumask targets; in smp_send_stop() local 303 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 304 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() 305 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/Linux-v6.1/drivers/net/bonding/ |
D | bond_options.c | 1107 __be32 *targets = bond->params.arp_targets; in _bond_options_arp_ip_target_set() local 1114 targets[slot] = target; in _bond_options_arp_ip_target_set() 1120 __be32 *targets = bond->params.arp_targets; in _bond_option_arp_ip_target_add() local 1129 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add() 1135 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add() 1155 __be32 *targets = bond->params.arp_targets; in bond_option_arp_ip_target_rem() local 1167 ind = bond_get_targets_ip(targets, target); in bond_option_arp_ip_target_rem() 1174 if (ind == 0 && !targets[1] && bond->params.arp_interval) in bond_option_arp_ip_target_rem() 1181 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem() 1185 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem() [all …]
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_api.c | 1044 struct ep11_target_dev *targets) in is_desired_ep11_card() argument 1047 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP) in is_desired_ep11_card() 1049 targets++; in is_desired_ep11_card() 1056 struct ep11_target_dev *targets) in is_desired_ep11_queue() argument 1061 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) && in is_desired_ep11_queue() 1062 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1064 targets++; in is_desired_ep11_queue() 1075 struct ep11_target_dev *targets; in _zcrypt_send_ep11_cprb() local 1095 targets = NULL; in _zcrypt_send_ep11_cprb() 1099 targets = kcalloc(target_num, sizeof(*targets), GFP_KERNEL); in _zcrypt_send_ep11_cprb() [all …]
|
/Linux-v6.1/arch/loongarch/boot/ |
D | Makefile | 14 targets := vmlinux.elf macro 18 targets += vmlinux.efi
|
/Linux-v6.1/drivers/block/aoe/ |
D | aoedev.c | 216 tt = d->targets; in aoedev_downdev() 283 t = d->targets; in freedev() 384 kfree(doomed->targets); in flush() 465 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr() 466 if (!d->targets) { in aoedev_by_aoeaddr() 480 d->tgt = d->targets; in aoedev_by_aoeaddr()
|
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | usage.rst | 51 # echo 1 > kdamonds/0/contexts/0/targets/nr 52 # echo $(pidof <workload>) > kdamonds/0/contexts/0/targets/0/pid 69 │ │ │ │ │ targets/nr_targets 131 ``targets``, 和 ``schemes``)。 153 contexts/<N>/targets/ 159 targets/<N>/ 167 targets/<N>/regions
|
/Linux-v6.1/mm/damon/ |
D | sysfs.c | 1357 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) in damon_sysfs_targets_rm_dirs() argument 1359 struct damon_sysfs_target **targets_arr = targets->targets_arr; in damon_sysfs_targets_rm_dirs() 1362 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs() 1366 targets->nr = 0; in damon_sysfs_targets_rm_dirs() 1368 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs() 1371 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, in damon_sysfs_targets_add_dirs() argument 1377 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 1385 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs() 1390 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 1395 &damon_sysfs_target_ktype, &targets->kobj, in damon_sysfs_targets_add_dirs() [all …]
|
/Linux-v6.1/arch/powerpc/kernel/vdso/ |
D | Makefile | 40 targets := $(obj-vdso32) vdso32.so.dbg vgettimeofday-32.o macro 42 targets += $(obj-vdso64) vdso64.so.dbg vgettimeofday-64.o 59 targets += vdso32.lds 61 targets += vdso64.lds
|
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot_vsc7514.c | 112 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4, in ocelot_pll5_init() 115 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0, in ocelot_pll5_init() 127 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2, in ocelot_pll5_init() 507 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe() 514 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe() 517 if (ocelot->targets[FDMA]) in mscc_ocelot_probe() 527 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe() 546 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) { in mscc_ocelot_probe()
|
/Linux-v6.1/arch/x86/entry/vdso/ |
D | Makefile | 54 targets += vdso.lds $(vobjs-y) 55 targets += vdso32/vdso32.lds $(vobjs32-y) 62 targets += $(vdso_img_cfiles) 63 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 135 targets += vdsox32.lds $(vobjx32s-y)
|
/Linux-v6.1/scripts/mod/ |
D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
/Linux-v6.1/arch/parisc/boot/compressed/ |
D | Makefile | 13 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro 14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 15 targets += $(OBJECTS) sizes.h
|
/Linux-v6.1/Documentation/scsi/ |
D | aic79xx.rst | 273 :Definition: Global tag depth for all targets on all busses. 283 per controller basis. Both controllers and targets 301 - specifies a tag depth of 8 for targets 4 and 5 303 - specifies a tag depth of 32 for targets 1,2,7-15 305 All other targets retain the default depth. 313 - specifies a tag depth of 32 for targets 0 and 2 315 All other targets retain the default depth. 334 - enables read streaming for targets 0 and 6. 335 - disables read streaming for targets 1-5,7-15. 337 All other targets retain the default read [all …]
|
/Linux-v6.1/scripts/kconfig/ |
D | mconf.c | 357 struct menu **targets; member 376 data->targets[k] = pos->target; in update_text() 432 struct menu *targets[JUMP_NB]; in search_conf() local 436 .targets = targets, in search_conf() 450 conf(targets[i]->parent, targets[i]); in search_conf()
|
/Linux-v6.1/arch/xtensa/boot/ |
D | Makefile | 16 targets += vmlinux.bin vmlinux.bin.gz 17 targets += uImage xipImage
|
/Linux-v6.1/arch/sh/kernel/vsyscall/ |
D | Makefile | 8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so) 9 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
|
/Linux-v6.1/arch/s390/boot/ |
D | Makefile | 47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) macro 48 targets += vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 50 targets += vmlinux.bin.zst info.bin syms.bin vmlinux.syms $(obj-all)
|