Searched full:wall (Results 1 – 25 of 238) sorted by relevance
12345678910
/Linux-v6.1/Documentation/virt/kvm/arm/ |
D | ptp_kvm.rst | 7 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/ |
D | wm831x_power.c | 22 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/ |
D | Makefile | 15 HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC -z noexecstack 16 ENCL_CFLAGS := -Wall -Werror -static -nostdlib -nostartfiles -fPIC \
|
/Linux-v6.1/arch/x86/tools/ |
D | Makefile | 32 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/ |
D | Makefile | 92 __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/ |
D | Makefile | 2 CFLAGS = -Wall
|
/Linux-v6.1/tools/testing/selftests/mincore/ |
D | Makefile | 3 CFLAGS += -Wall
|
/Linux-v6.1/tools/testing/selftests/nsfs/ |
D | Makefile | 4 CFLAGS := -Wall -Werror
|
/Linux-v6.1/samples/fanotify/ |
D | Makefile | 4 userccflags += -I usr/include -Wall
|
/Linux-v6.1/tools/testing/selftests/timens/ |
D | Makefile | 4 CFLAGS := -Wall -Werror -pthread
|
/Linux-v6.1/tools/testing/selftests/efivarfs/ |
D | Makefile | 2 CFLAGS = -Wall
|
/Linux-v6.1/tools/testing/selftests/rlimits/ |
D | Makefile | 3 CFLAGS += -Wall -O2 -g
|
/Linux-v6.1/tools/testing/selftests/dmabuf-heaps/ |
D | Makefile | 2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall
|
/Linux-v6.1/tools/testing/selftests/nci/ |
D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
/Linux-v6.1/tools/testing/selftests/filesystems/fat/ |
D | Makefile | 5 CFLAGS += -O2 -g -Wall $(KHDR_INCLUDES)
|
/Linux-v6.1/tools/testing/selftests/tmpfs/ |
D | Makefile | 2 CFLAGS += -Wall -O2
|
/Linux-v6.1/tools/testing/selftests/safesetid/ |
D | Makefile | 3 CFLAGS = -Wall -O2
|
/Linux-v6.1/samples/user_events/ |
D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include
|
/Linux-v6.1/tools/testing/selftests/capabilities/ |
D | Makefile | 5 CFLAGS += -O2 -g -std=gnu99 -Wall
|
/Linux-v6.1/arch/m68k/tools/amiga/ |
D | Makefile | 4 CFLAGS = -Wall -O2
|
/Linux-v6.1/tools/testing/selftests/mount/ |
D | Makefile | 3 CFLAGS = -Wall \
|
/Linux-v6.1/tools/cgroup/ |
D | Makefile | 4 CFLAGS = -Wall -Wextra
|
/Linux-v6.1/tools/testing/selftests/rtc/ |
D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/Linux-v6.1/tools/testing/selftests/move_mount_set_group/ |
D | Makefile | 3 CFLAGS = -g -I../../../../usr/include/ -Wall -O2
|
/Linux-v6.1/tools/testing/selftests/ptrace/ |
D | Makefile | 2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
|
12345678910