Searched full:wall (Results 1 – 25 of 199) sorted by relevance
12345678
/Linux-v5.10/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() 693 power_supply_unregister(power->wall); in wm831x_power_probe() 724 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 82 __s32 wtom_clock_nsec; /* Wall to monotonic clock nsec */ 83 __s64 wtom_clock_sec; /* Wall to monotonic clock sec */ 104 __s32 wtom_clock_sec; /* Wall to monotonic clock */
|
/Linux-v5.10/arch/x86/tools/ |
D | Makefile | 32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ua… 34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(src…
|
/Linux-v5.10/tools/build/feature/ |
D | Makefile | 84 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS) 87 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS) 239 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty 242 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | Makefile | 8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we 12 # Note the danger in using -Wall -Wextra is that when CI updates gcc we 15 subdir-ccflags-y := -Wall -Wextra
|
/Linux-v5.10/tools/testing/selftests/sigaltstack/ |
D | Makefile | 2 CFLAGS = -Wall
|
/Linux-v5.10/tools/testing/selftests/mincore/ |
D | Makefile | 3 CFLAGS += -Wall
|
/Linux-v5.10/tools/testing/selftests/nsfs/ |
D | Makefile | 4 CFLAGS := -Wall -Werror
|
/Linux-v5.10/tools/testing/selftests/timens/ |
D | Makefile | 4 CFLAGS := -Wall -Werror -pthread
|
/Linux-v5.10/tools/testing/selftests/efivarfs/ |
D | Makefile | 2 CFLAGS = -Wall
|
/Linux-v5.10/tools/testing/selftests/seccomp/ |
D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
/Linux-v5.10/tools/testing/selftests/tmpfs/ |
D | Makefile | 2 CFLAGS += -Wall -O2
|
/Linux-v5.10/tools/testing/selftests/safesetid/ |
D | Makefile | 3 CFLAGS = -Wall -O2
|
/Linux-v5.10/arch/m68k/tools/amiga/ |
D | Makefile | 4 CFLAGS = -Wall -O2
|
/Linux-v5.10/tools/testing/selftests/capabilities/ |
D | Makefile | 5 CFLAGS += -O2 -g -std=gnu99 -Wall
|
/Linux-v5.10/tools/testing/selftests/mount/ |
D | Makefile | 3 CFLAGS = -Wall \
|
/Linux-v5.10/tools/cgroup/ |
D | Makefile | 4 CFLAGS = -Wall -Wextra
|
/Linux-v5.10/tools/testing/selftests/openat2/ |
D | Makefile | 3 CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
|
/Linux-v5.10/tools/testing/selftests/firmware/ |
D | Makefile | 3 CFLAGS = -Wall \
|
/Linux-v5.10/tools/testing/selftests/rtc/ |
D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/Linux-v5.10/tools/testing/selftests/ptrace/ |
D | Makefile | 2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
|
/Linux-v5.10/tools/testing/selftests/ir/ |
D | Makefile | 5 CFLAGS += -Wall -O2 -I$(APIDIR)
|
/Linux-v5.10/tools/testing/selftests/dmabuf-heaps/ |
D | Makefile | 2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall -I../../../../usr/include
|
/Linux-v5.10/tools/firmware/ |
D | Makefile | 4 CFLAGS = -Wall -Wextra -g
|
/Linux-v5.10/include/linux/ |
D | rtc.h | 115 * - of 0.5 s will call RTC set for wall clock time 10.0 s at 9.5 s 116 * - of 1.5 s will call RTC set for wall clock time 10.0 s at 8.5 s 117 * - of -0.5 s will call RTC set for wall clock time 10.0 s at 10.5 s
|
12345678