Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/Documentation/virt/kvm/arm/
Dptp_kvm.rst7 It relies on transferring the wall clock and counter value from the
20 (uint32) Upper 32 bits of wall clock time (r0)
21 (uint32) Lower 32 bits of wall clock time (r1)
/Linux-v6.1/drivers/power/supply/
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 = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe()
575 if (IS_ERR(power->wall)) { in wm831x_power_probe()
576 ret = PTR_ERR(power->wall); in wm831x_power_probe()
692 power_supply_unregister(power->wall); in wm831x_power_probe()
723 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
/Linux-v6.1/tools/testing/selftests/sgx/
DMakefile15 HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC -z noexecstack
16 ENCL_CFLAGS := -Wall -Werror -static -nostdlib -nostartfiles -fPIC \
/Linux-v6.1/arch/x86/tools/
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-v6.1/tools/build/feature/
DMakefile92 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS)
97 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
264 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
267 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
/Linux-v6.1/tools/testing/selftests/sigaltstack/
DMakefile2 CFLAGS = -Wall
/Linux-v6.1/tools/testing/selftests/mincore/
DMakefile3 CFLAGS += -Wall
/Linux-v6.1/tools/testing/selftests/nsfs/
DMakefile4 CFLAGS := -Wall -Werror
/Linux-v6.1/samples/fanotify/
DMakefile4 userccflags += -I usr/include -Wall
/Linux-v6.1/tools/testing/selftests/timens/
DMakefile4 CFLAGS := -Wall -Werror -pthread
/Linux-v6.1/tools/testing/selftests/efivarfs/
DMakefile2 CFLAGS = -Wall
/Linux-v6.1/tools/testing/selftests/rlimits/
DMakefile3 CFLAGS += -Wall -O2 -g
/Linux-v6.1/tools/testing/selftests/dmabuf-heaps/
DMakefile2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall
/Linux-v6.1/tools/testing/selftests/nci/
DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/Linux-v6.1/tools/testing/selftests/filesystems/fat/
DMakefile5 CFLAGS += -O2 -g -Wall $(KHDR_INCLUDES)
/Linux-v6.1/tools/testing/selftests/tmpfs/
DMakefile2 CFLAGS += -Wall -O2
/Linux-v6.1/tools/testing/selftests/safesetid/
DMakefile3 CFLAGS = -Wall -O2
/Linux-v6.1/samples/user_events/
DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include
/Linux-v6.1/tools/testing/selftests/capabilities/
DMakefile5 CFLAGS += -O2 -g -std=gnu99 -Wall
/Linux-v6.1/arch/m68k/tools/amiga/
DMakefile4 CFLAGS = -Wall -O2
/Linux-v6.1/tools/testing/selftests/mount/
DMakefile3 CFLAGS = -Wall \
/Linux-v6.1/tools/cgroup/
DMakefile4 CFLAGS = -Wall -Wextra
/Linux-v6.1/tools/testing/selftests/rtc/
DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/Linux-v6.1/tools/testing/selftests/move_mount_set_group/
DMakefile3 CFLAGS = -g -I../../../../usr/include/ -Wall -O2
/Linux-v6.1/tools/testing/selftests/ptrace/
DMakefile2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall

12345678910