Home
last modified time | relevance | path

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

12345678

/Linux-v5.10/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()
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/
Dvdso_datapage.h82 __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/
DMakefile32 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/
DMakefile84 __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/
DMakefile8 # 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/
DMakefile2 CFLAGS = -Wall
/Linux-v5.10/tools/testing/selftests/mincore/
DMakefile3 CFLAGS += -Wall
/Linux-v5.10/tools/testing/selftests/nsfs/
DMakefile4 CFLAGS := -Wall -Werror
/Linux-v5.10/tools/testing/selftests/timens/
DMakefile4 CFLAGS := -Wall -Werror -pthread
/Linux-v5.10/tools/testing/selftests/efivarfs/
DMakefile2 CFLAGS = -Wall
/Linux-v5.10/tools/testing/selftests/seccomp/
DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/Linux-v5.10/tools/testing/selftests/tmpfs/
DMakefile2 CFLAGS += -Wall -O2
/Linux-v5.10/tools/testing/selftests/safesetid/
DMakefile3 CFLAGS = -Wall -O2
/Linux-v5.10/arch/m68k/tools/amiga/
DMakefile4 CFLAGS = -Wall -O2
/Linux-v5.10/tools/testing/selftests/capabilities/
DMakefile5 CFLAGS += -O2 -g -std=gnu99 -Wall
/Linux-v5.10/tools/testing/selftests/mount/
DMakefile3 CFLAGS = -Wall \
/Linux-v5.10/tools/cgroup/
DMakefile4 CFLAGS = -Wall -Wextra
/Linux-v5.10/tools/testing/selftests/openat2/
DMakefile3 CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
/Linux-v5.10/tools/testing/selftests/firmware/
DMakefile3 CFLAGS = -Wall \
/Linux-v5.10/tools/testing/selftests/rtc/
DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/Linux-v5.10/tools/testing/selftests/ptrace/
DMakefile2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
/Linux-v5.10/tools/testing/selftests/ir/
DMakefile5 CFLAGS += -Wall -O2 -I$(APIDIR)
/Linux-v5.10/tools/testing/selftests/dmabuf-heaps/
DMakefile2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall -I../../../../usr/include
/Linux-v5.10/tools/firmware/
DMakefile4 CFLAGS = -Wall -Wextra -g
/Linux-v5.10/include/linux/
Drtc.h115 * - 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