Home
last modified time | relevance | path

Searched refs:QUIET (Results 1 – 8 of 8) sorted by relevance

/linux/tools/power/acpi/
H A DMakefile.rules12 $(QUIET) $(LD) $(CFLAGS) $(toolobjs) $(LDFLAGS) -L$(OUTPUT) -o $@
14 $(QUIET) $(STRIPCMD) $@
18 $(QUIET) mkdir -p $(KERNEL_INCLUDE)
20 $(QUIET) cp -rf $(srctree)/../../../include/acpi $(KERNEL_INCLUDE)/
24 $(QUIET) $(MKDIR) -p $(objdir) 2>/dev/null
25 $(QUIET) $(CC) -c $(CFLAGS) -o $@ $<
30 $(QUIET) find $(objdir) \( -not -type d \)\
34 $(QUIET) rm -f $(OUTPUT)$(TOOL)
36 $(QUIET) rm -rf $(KERNEL_INCLUDE)
40 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir)
[all …]
H A DMakefile.config75 QUIET=@
78 QUIET=
/linux/tools/power/acpi/tools/pfrut/
H A DMakefile20 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8
23 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/pfrut.8
/linux/tools/power/acpi/tools/acpidump/
H A DMakefile51 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8
54 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/acpidump.8
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c17 #define QUIET (__GFP_NORETRY | __GFP_NOWARN) macro
75 page = alloc_pages(gfp | (order ? QUIET : MAYFAIL), in i915_gem_object_get_pages_internal()
/linux/drivers/watchdog/
H A Dpcwd_pci.c130 #define QUIET 0 /* Default */ macro
133 static int debug = QUIET;
H A Dpcwd.c192 #define QUIET 0 /* Default */ macro
195 static int debug = QUIET;
/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h32 #ifndef QUIET