Home
last modified time | relevance | path

Searched full:wall (Results 1 – 25 of 269) sorted by relevance

1234567891011

/linux/tools/testing/selftests/riscv/vector/
H A DMakefile15 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc
19 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc
/linux/drivers/power/supply/
H A Dwm831x_power.c22 struct power_supply *wall; member
67 * WALL Power
527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq()
549 "wm831x-wall.%d", wm831x_pdata->wm831x_num); in wm831x_power_probe()
556 "wm831x-wall"); in wm831x_power_probe()
573 power->wall = devm_power_supply_register(&pdev->dev, in wm831x_power_probe()
576 if (IS_ERR(power->wall)) { in wm831x_power_probe()
577 ret = PTR_ERR(power->wall); in wm831x_power_probe()
/linux/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst7 It relies on transferring the wall clock and counter value from the
28 | | | | upper 32 bits of wall clock time |
30 | | (uint32) | R1 | Lower 32 bits of wall clock time |
/linux/tools/testing/selftests/sgx/
H A DMakefile15 HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC $(CFLAGS)
17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
/linux/arch/x86/tools/
H A DMakefile32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x8…
34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/incl…
/linux/drivers/hid/bpf/progs/
H A DMakefile22 CFLAGS := -g -Wall
59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
/linux/tools/build/feature/
H A DMakefile110 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS)
115 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
298 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
301 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
/linux/tools/thermal/lib/
H A DMakefile59 CFLAGS := -g -Wall
73 override CFLAGS += -Werror -Wall
/linux/tools/testing/selftests/sigaltstack/
H A DMakefile
/linux/tools/testing/selftests/acct/
H A DMakefile3 CFLAGS += -Wall
/linux/tools/testing/selftests/mincore/
H A DMakefile3 CFLAGS += -Wall
/linux/tools/testing/selftests/tty/
H A DMakefile2 CFLAGS = -O2 -Wall
/linux/tools/testing/selftests/connector/
H A DMakefile2 CFLAGS += -Wall $(KHDR_INCLUDES)
/linux/tools/testing/selftests/filesystems/overlayfs/
H A DMakefile5 CFLAGS := -Wall -Werror
/linux/tools/testing/selftests/nsfs/
H A DMakefile4 CFLAGS := -Wall -Werror
/linux/samples/fanotify/
H A DMakefile4 userccflags += -I usr/include -Wall
/linux/tools/testing/selftests/rlimits/
H A DMakefile3 CFLAGS += -Wall -O2 -g
/linux/tools/testing/selftests/timens/
H A DMakefile4 CFLAGS := -Wall -Werror -pthread
/linux/tools/testing/selftests/cachestat/
H A DMakefile5 CFLAGS += -Wall
/linux/tools/testing/selftests/efivarfs/
H A DMakefile2 CFLAGS = -Wall
/linux/tools/testing/selftests/move_mount_set_group/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2
/linux/tools/testing/selftests/tmpfs/
H A DMakefile2 CFLAGS += -Wall -O2
/linux/tools/testing/selftests/mount_setattr/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
/linux/tools/testing/selftests/nci/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/linux/tools/testing/selftests/ptrace/
H A DMakefile2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)

1234567891011