Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dsaa7134.rst30 ./scripts/config -e PCI
31 ./scripts/config -e INPUT
32 ./scripts/config -m I2C
33 ./scripts/config -m MEDIA_SUPPORT
34 ./scripts/config -e MEDIA_PCI_SUPPORT
35 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
36 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
37 ./scripts/config -e MEDIA_RADIO_SUPPORT
38 ./scripts/config -e RC_CORE
39 ./scripts/config -e MEDIA_SUBDRV_AUTOSELECT
[all …]
Dbt8xx.rst27 ./scripts/config -e PCI
28 ./scripts/config -e INPUT
29 ./scripts/config -m I2C
30 ./scripts/config -m MEDIA_SUPPORT
31 ./scripts/config -e MEDIA_PCI_SUPPORT
32 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
33 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
34 ./scripts/config -e MEDIA_RADIO_SUPPORT
35 ./scripts/config -e RC_CORE
36 ./scripts/config -m VIDEO_BT848
[all …]
Dttusb-dec.rst33 scripts/get_dvb_firmware dec2000t
34 scripts/get_dvb_firmware dec2540t
35 scripts/get_dvb_firmware dec3000s
Dzr364xx.rst38 ./scripts/config -e USB
39 ./scripts/config -m MEDIA_SUPPORT
40 ./scripts/config -e MEDIA_USB_SUPPORT
41 ./scripts/config -e MEDIA_CAMERA_SUPPORT
42 ./scripts/config -m USB_ZR364XX
/kernel/linux/linux-5.10/Documentation/
DMakefile10 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
15 $(shell $(srctree)/scripts/get_abi.pl validate --dir $(srctree)/Documentation/ABI)
41 @$(srctree)/scripts/sphinx-pre-install
57 KERNELDOC = $(srctree)/scripts/kernel-doc
78 $(PYTHON) $(srctree)/scripts/jobserver-exec \
90 @$(srctree)/scripts/sphinx-pre-install --version-check
97 @$(srctree)/scripts/sphinx-pre-install --version-check
109 @$(srctree)/scripts/sphinx-pre-install --version-check
119 @$(srctree)/scripts/sphinx-pre-install --version-check
123 @$(srctree)/scripts/sphinx-pre-install --version-check
[all …]
/kernel/linux/linux-5.10/Documentation/kbuild/
Dgcc-plugins.rst38 **$(src)/scripts/gcc-plugins**
42 **$(src)/scripts/gcc-plugins/gcc-common.h**
47 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
48 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
49 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
50 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
79 make scripts
88 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
89 right under scripts/gcc-plugins/. Creating subdirectories is not supported.
90 It must be added to scripts/gcc-plugins/Makefile, scripts/Makefile.gcc-plugins
/kernel/linux/linux-5.10/
DMakefile343 include scripts/Kbuild.include
350 include scripts/subarch.include
537 $(Q)$(MAKE) $(build)=scripts/basic
559 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile $(srctree)
601 $(Q)$(MAKE) $(build)=scripts/kconfig $@
604 $(Q)$(MAKE) $(build)=scripts/kconfig $@
997 include-y := scripts/Makefile.extrawarn
998 include-$(CONFIG_KASAN) += scripts/Makefile.kasan
999 include-$(CONFIG_KCSAN) += scripts/Makefile.kcsan
1000 include-$(CONFIG_UBSAN) += scripts/Makefile.ubsan
[all …]
/kernel/linux/linux-5.10/scripts/
DMakefile.package4 include $(srctree)/scripts/Kbuild.include
34 MKSPEC := $(srctree)/scripts/package/mkspec
47 $(srctree)/scripts/setlocalversion --save-scmversion; \
74 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
82 $(CONFIG_SHELL) $(srctree)/scripts/package/mkdebian
87 +$(CONFIG_SHELL) $(srctree)/scripts/package/builddeb
99 $(srctree)/scripts/package/snapcraft.template > \
110 +$(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
DMakefile.build39 include scripts/Kbuild.include
46 include scripts/Makefile.lib
52 include scripts/Makefile.host
59 include scripts/Makefile.userprogs
107 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none $<
128 scripts/genksyms/genksyms $(if $(1), -T $(2)) \
203 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
205 recordmcount_source := $(srctree)/scripts/recordmcount.c \
206 $(srctree)/scripts/recordmcount.h
208 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
[all …]
Dspdxcheck-test.sh6 $PYTHON scripts/spdxcheck.py $FILE
7 $PYTHON scripts/spdxcheck.py - < $FILE
11 $PYTHON scripts/spdxcheck.py > /dev/null
DMakefile.modfinal9 include $(srctree)/scripts/Kbuild.include
12 include $(srctree)/scripts/Makefile.lib
42 -T scripts/module.lds -o $@ $(filter %.o, $^); \
45 $(modules): %.ko: %$(prelink-ext).o %.mod.o scripts/module.lds FORCE
Dnsdeps15 SPATCH_REQ_VERSION_NUM=$(echo $SPATCH_REQ_VERSION | ${DIR}/scripts/ld-version.sh)
17 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
32 $srctree/scripts/coccinelle/misc/add_namespace.cocci -D nsdeps -D ns=$1 $2
DMakefile.modpost44 include scripts/Kbuild.include
47 include scripts/Makefile.lib
49 MODPOST = scripts/mod/modpost \
151 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modfinal
DMakefile.headersinst15 include scripts/Kbuild.include
60 cmd_install = $(CONFIG_SHELL) $(srctree)/scripts/headers_install.sh $< $@
62 $(src-headers): $(dst)/%.h: $(src)/%.h $(srctree)/scripts/headers_install.sh FORCE
65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
/kernel/linux/linux-5.10/tools/memory-model/scripts/
Dchecklitmushist.sh17 . scripts/parseargs.sh
27 echo Run scripts/initlitmushist.sh first, need litmus repo.
47 scripts/runlitmushist.sh < $T/list-C-short > $T/runlitmushist.sh.out 2>&1
59 sh scripts/cmplitmushist.sh
Dcheckalllitmus.sh22 . scripts/parseargs.sh
44 if test -x scripts/checklitmus.sh
46 clscript=scripts/checklitmus.sh
DREADME6 These scripts are run from the tools/memory-model directory.
36 provided instead for use by other scripts.
49 provided instead for use by other scripts.
60 provided instead for use by other scripts.
66 provided instead for use by other scripts.
Dnewlitmushist.sh17 . scripts/parseargs.sh
27 echo Run scripts/initlitmushist.sh first, need litmus repo.
59 scripts/runlitmushist.sh < $T/list-C-needed
/kernel/linux/linux-5.10/certs/
DMakefile26 cmd_extract_certs = scripts/extract-cert $(2) $@
29 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED…
113 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE
124 cmd_extract_certs = scripts/extract-cert $(2) $@
127 $(obj)/x509_revocation_list: scripts/extract-cert $(SYSTEM_REVOCATION_KEYS_SRCPREFIX)$(SYSTEM_REVOC…
/kernel/linux/linux-5.10/tools/perf/Documentation/
Ddb-export.txt8 supports scripts:
10 tools/perf/scripts/python/export-to-sqlite.py
11 tools/perf/scripts/python/export-to-postgresql.py
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
36 arguments which old scripts will ignore.
Dperf-script-python.txt33 scripts via 'perf script -l'. As such, this script also shows how to
35 scripts listed by that command.
83 general-purpose scripts to drill down and get more detail about
132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
217 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
280 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
330 writing a couple of very simple shell scripts and putting them in the
332 scripts listed by the 'perf script -l' command e.g.:
336 List of available trace scripts:
347 scripts, one for recording and one for 'reporting'.
[all …]
/kernel/linux/linux-5.10/scripts/dtc/
Dupdate-dtc-source.sh32 DTC_LINUX_PATH=`pwd`/scripts/dtc
42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
71 scripts/dtc: Update to upstream version ${dtc_version}
/kernel/linux/linux-5.10/tools/bpf/
DMakefile.helpers3 include ../scripts/Makefile.include
4 include ../scripts/utilities.mak
38 $(QUIET_GEN)$(UP2DIR)../../scripts/bpf_helpers_doc.py --filename $< > $@
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/
DKconfig16 "<kerneldir>/scripts/get_dvb_firmware dec2000t",
17 "<kerneldir>/scripts/get_dvb_firmware dec2540t",
18 "<kerneldir>/scripts/get_dvb_firmware dec3000s",
/kernel/linux/linux-5.10/samples/pktgen/
DREADME.rst1 Sample and benchmark scripts for pktgen (packet generator)
3 This directory contains some pktgen sample and benchmark scripts, that
16 across the sample scripts. Usage example is printed on errors::
46 See sample scripts for usage examples.

12345678910>>...14