Home
last modified time | relevance | path

Searched full:targets (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/kernel/linux/linux-6.6/tools/testing/selftests/
DMakefile2 TARGETS += alsa
3 TARGETS += amd-pstate
4 TARGETS += arm64
5 TARGETS += bpf
6 TARGETS += breakpoints
7 TARGETS += cachestat
8 TARGETS += capabilities
9 TARGETS += cgroup
10 TARGETS += clone3
11 TARGETS += connector
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile2 TARGETS = android macro
3 TARGETS += arm64
4 TARGETS += bpf
5 TARGETS += breakpoints
6 TARGETS += capabilities
7 TARGETS += cgroup
8 TARGETS += clone3
9 TARGETS += core
10 TARGETS += cpufreq
11 TARGETS += cpu-hotplug
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/drivers/nfc/microread/
Dmicroread.c471 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->nfcid1)) { in microread_target_discovered()
496 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/networking/
Dnfc.rst16 - 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 …]
/kernel/linux/linux-6.6/Documentation/networking/
Dnfc.rst16 - 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 …]
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
DMakefile58 targets := $(notdir $(vmlinuzobjs-y)) macro
60 targets += vmlinux.bin
75 targets += vmlinux.bin.z
80 targets += piggy.o dummy.o
107 targets += ../../../../vmlinuz
138 targets += ../vmlinuz.32
146 targets += ../vmlinuz.ecoff
154 targets += ../vmlinuz.bin
161 targets += ../vmlinuz.srec
168 targets += ../uzImage.bin
[all …]
/kernel/linux/linux-6.6/scripts/
DMakefile.vmlinux12 targets :=
24 targets += .vmlinux.export.o
35 targets += vmlinux
45 # Read all saved command lines and dependencies for the $(targets) we
50 existing-targets := $(wildcard $(sort $(targets)))
52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.build20 targets :=
75 targets-for-builtin := $(extra-y)
78 targets-for-builtin += $(obj)/lib.a
82 targets-for-builtin += $(obj)/built-in.a
85 targets-for-modules := $(foreach x, o mod, \
89 targets-for-modules += $(obj)/modules.order
92 targets += $(targets-for-builtin) $(targets-for-modules)
285 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
362 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
363 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
[all …]
DMakefile.vmlinux_o24 targets := .tmp_initcalls.lds
64 targets += vmlinux.o
71 targets += modules.builtin.modinfo
86 targets += modules.builtin
96 # Read all saved command lines and dependencies for the $(targets) we
101 existing-targets := $(wildcard $(sort $(targets)))
103 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/kernel/linux/linux-6.6/arch/mips/vdso/
DMakefile103 targets += $(obj-vdso-y)
104 targets += vdso.lds
105 targets += vdso.so.dbg.raw vdso.so.raw
106 targets += vdso.so.dbg vdso.so
107 targets += vdso-image.c
130 targets += $(obj-vdso-y:%.o=%-o32.o)
131 targets += vdso-o32.lds
132 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
133 targets += vdso-o32.so.dbg vdso-o32.so
134 targets += vdso-o32-image.c
[all …]
/kernel/linux/linux-5.10/arch/mips/vdso/
DMakefile104 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
133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
134 targets += vdso-o32.so.dbg vdso-o32.so
135 targets += vdso-o32-image.c
[all …]
/kernel/linux/linux-5.10/scripts/
DMakefile.build21 targets :=
79 targets-for-builtin := $(extra-y)
82 targets-for-builtin += $(obj)/lib.a
86 targets-for-builtin += $(obj)/built-in.a
89 targets-for-modules := $(patsubst %.o, %.mod, $(filter %.o, $(obj-m)))
92 targets-for-modules += $(obj)/modules.order
95 targets += $(targets-for-builtin) $(targets-for-modules)
377 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
378 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
379 targets += $(lib-y) $(always-y) $(MAKECMDGOALS)
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dselection-api-targets.rst4 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.
Dselection-api-configuration.rst26 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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dselection-api-targets.rst4 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.
Dselection-api-configuration.rst26 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
/kernel/linux/linux-6.6/arch/arc/boot/
DMakefile15 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
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/
DREADME9 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" \
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
DREADME9 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" \
/kernel/linux/linux-6.6/
DMakefile9 # 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
264 # To make sure we do not include .config for any of the *config targets
266 # It is allowed to specify more targets when calling make, including
267 # mixing *config targets and build targets.
269 # Detect when mixed targets is specified, and make a second invocation
274 clean-targets := %clean mrproper cleandocs
275 no-dot-config-targets := $(clean-targets) \
280 # Installation targets should not require compiler. Unfortunately, vdso_install
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
Docelot_io.c22 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()
/kernel/linux/linux-6.6/arch/x86/realmode/rm/
DMakefile37 targets += $(realmode-y)
46 targets += pasyms.h
50 targets += realmode.lds
56 targets += realmode.elf
62 targets += realmode.bin
69 targets += realmode.relocs

12345678910>>...56