Searched full:wall (Results 1 – 25 of 209) sorted by relevance
123456789
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-5.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 */
|
| /kernel/uniproton/cmake/tool_chain/ |
| D | uniproton_tool_chain.cmake | 18 set(COMPILE_WARING_FLAG " -Wall -Werror -Wextra -Wformat=2 -Wfloat-equal -Wshadow -Wtrampolines -W…
|
| /kernel/linux/linux-5.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…
|
| /kernel/linux/linux-5.10/tools/build/feature/ |
| D | Makefile | 83 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS) 86 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS) 235 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty 238 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
|
| /kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/ |
| D | Makefile | 2 CFLAGS = -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/mincore/ |
| D | Makefile | 3 CFLAGS += -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/nsfs/ |
| D | Makefile | 4 CFLAGS := -Wall -Werror
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
| D | Makefile | 4 CFLAGS := -Wall -Werror -pthread
|
| /kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/ |
| D | Makefile | 2 CFLAGS = -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
| D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/ |
| D | Makefile | 2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tmpfs/ |
| D | Makefile | 2 CFLAGS += -Wall -O2
|
| /kernel/linux/linux-5.10/tools/testing/selftests/safesetid/ |
| D | Makefile | 3 CFLAGS = -Wall -O2
|
| /kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
| D | Makefile | 3 CFLAGS = -Wall \
|
| /kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
| D | Makefile | 5 CFLAGS += -O2 -g -std=gnu99 -Wall
|
| /kernel/linux/linux-5.10/arch/m68k/tools/amiga/ |
| D | Makefile | 4 CFLAGS = -Wall -O2
|
| /kernel/linux/linux-5.10/tools/cgroup/ |
| D | Makefile | 4 CFLAGS = -Wall -Wextra
|
| /kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
| D | Makefile | 3 CFLAGS = -Wall \
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rtc/ |
| D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
| D | Makefile | 2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
|
| /kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
| D | Makefile | 3 CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ir/ |
| D | Makefile | 5 CFLAGS += -Wall -O2 -I$(APIDIR)
|
| /kernel/linux/linux-5.10/tools/firmware/ |
| D | Makefile | 4 CFLAGS = -Wall -Wextra -g
|
123456789