Searched refs:auto (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/Documentation/sphinx/
H A Dparallel-wrapper.sh6 # the "auto" parallelism when "-jN" is not specified at the top-level
17 auto=$(perl -e 'open IN,"'"$sphinx"' --version 2>&1 |";
20 print "auto" if ($1 >= "1.7")
24 if [ -n "$auto" ] ; then
25 parallel="$auto"
/linux-master/drivers/firmware/microchip/
H A DMakefile3 obj-$(CONFIG_POLARFIRE_SOC_AUTO_UPDATE) += mpfs-auto-update.o
/linux-master/scripts/package/
H A Dmkspec18 if grep -q CONFIG_MODULES=y include/config/auto.conf; then
H A Dinstall-extmod-build12 grep -q "^$1=y" include/config/auto.conf
/linux-master/drivers/platform/x86/amd/pmf/
H A DMakefile9 auto-mode.o cnqf.o \
/linux-master/scripts/
H A Dsetlocalversion163 if ! test -e include/config/auto.conf; then
169 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf)
172 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
H A DMakefile.dtbinst14 include include/config/auto.conf
H A DMakefile17 filechk_rust_target = $< < include/config/auto.conf
19 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
H A DMakefile.vmlinux6 include include/config/auto.conf
H A DMakefile.modfinal9 include include/config/auto.conf
H A Drust_is_available_test.py21 SUCCESS = enum.auto()
22 SUCCESS_WITH_WARNINGS = enum.auto()
23 SUCCESS_WITH_EXTRA_OUTPUT = enum.auto()
24 FAILURE = enum.auto()
H A Ddocumentation-file-ref-check232 print STDERR "WARNING: Won't auto-replace, as found multiple files close to $ref:\n";
H A DMakefile.modpost38 include include/config/auto.conf
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
24 FOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(FOPTS))
/linux-master/tools/verification/rv/
H A DMakefile.rv18 FOPTS :=-flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
24 FOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(FOPTS))
/linux-master/arch/xtensa/lib/
H A DMakefile11 lib-$(CONFIG_PCI) += pci-auto.o
/linux-master/init/
H A DMakefile31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
32 build-timestamp = $(or $(KBUILD_BUILD_TIMESTAMP), $(build-timestamp-auto))
55 include/generated/utsversion.h: build-version-auto = $(shell $(srctree)/$(src)/build-version)
56 include/generated/utsversion.h: build-timestamp-auto = $(shell LC_ALL=C date)
/linux-master/arch/mips/
H A DMakefile.postlink12 -include include/config/auto.conf
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh21 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto
59 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs off auto
75 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto
83 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto RS
/linux-master/arch/powerpc/
H A DMakefile.postlink11 -include include/config/auto.conf
/linux-master/arch/x86/
H A DMakefile.postlink12 -include include/config/auto.conf
/linux-master/arch/riscv/
H A DMakefile.postlink11 -include include/config/auto.conf
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py17 from enum import Enum, auto namespace
68 SUCCESS = auto()
69 FAILURE = auto()
70 SKIPPED = auto()
71 TEST_CRASHED = auto()
72 NO_TESTS = auto()
73 FAILURE_TO_PARSE_TESTS = auto()
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh156 call_ip link show dev $device | grep --color=auto xdp
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1020si-post.dtsi157 sdhci,auto-cmd12;

Completed in 197 milliseconds

12