/linux/arch/powerpc/sysdev/ |
H A D | ipic.c | 37 .force = IPIC_SIFCR_H, 44 .force = IPIC_SIFCR_H, 51 .force = IPIC_SIFCR_H, 58 .force = IPIC_SIFCR_H, 65 .force = IPIC_SIFCR_H, 72 .force = IPIC_SIFCR_H, 79 .force = IPIC_SIFCR_H, 86 .force = IPIC_SIFCR_H, 93 .force = IPIC_SIFCR_H, 100 .force = IPIC_SIFCR_H, [all …]
|
/linux/scripts/ |
H A D | git-resolve.sh | 6 echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]" 11 echo " --force Try to find commit by subject if ID lookup fails" 31 local force=0 32 if [ "$1" = "--force" ]; then 33 force=1 60 # If no matches and not in force mode, return failure 61 if [ ${#matches[@]} -eq 0 ] && [ $force -eq 0 ]; then 71 # In force mode with no ID matches, use git log --grep directly 72 if [ ${#matches[@]} -eq 0 ] && [ $force -eq 1 ]; then 110 …'--force 99999999 ("net/tls: Fix skb memory leak when running kTLS traffic")' # Force mode with n… [all …]
|
H A D | Makefile.vmlinux | 12 %.o: %.c FORCE 15 %.o: %.S FORCE 36 .builtin-dtbs.S: .builtin-dtbs-list FORCE 43 .builtin-dtbs-list: arch/$(SRCARCH)/boot/dts/dtbs-list FORCE 59 arch/$(SRCARCH)/tools/vmlinux.arch.o: vmlinux.o FORCE 71 vmlinux.unstripped: scripts/link-vmlinux.sh vmlinux.o .vmlinux.export.o $(KBUILD_LDS) FORCE 99 vmlinux: vmlinux.unstripped FORCE 108 modules.builtin.modinfo: vmlinux.unstripped FORCE 125 modules.builtin: modules.builtin.modinfo FORCE 138 modules.builtin vmlinux.map vmlinux.o.map FORCE [all …]
|
H A D | Makefile.modinst | 21 $(MODLIB)/build: FORCE 27 $(MODLIB)/modules.order: modules.order FORCE 38 …x $(MODLIB)/, modules.builtin modules.builtin.modinfo modules.builtin.ranges): $(MODLIB)/%: % FORCE 122 $(dst)/%.ko: %.ko FORCE 140 $(dst)/%.ko: FORCE 155 $(dst)/%.ko.gz: $(dst)/%.ko FORCE 158 $(dst)/%.ko.xz: $(dst)/%.ko FORCE 161 $(dst)/%.ko.zst: $(dst)/%.ko FORCE 164 PHONY += FORCE 165 FORCE:
|
/linux/arch/sh/boot/ |
H A D | Makefile | 35 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE 39 $(obj)/compressed/vmlinux: FORCE 42 $(obj)/romImage: $(obj)/romimage/vmlinux FORCE 46 $(obj)/romimage/vmlinux: $(obj)/zImage FORCE 65 $(obj)/vmlinux.bin: vmlinux FORCE 68 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 71 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 74 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 77 $(obj)/vmlinux.bin.xz: $(obj)/vmlinux.bin FORCE 80 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE [all …]
|
/linux/tools/ |
H A D | Makefile | 66 acpi: FORCE 69 cpupower: FORCE 72 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware debugging tracing: FORCE 75 bpf/%: FORCE 78 libapi: FORCE 81 nolibc: FORCE 84 nolibc_%: FORCE 91 perf: FORCE 95 sched_ext: FORCE 98 selftests: FORCE [all...] |
/linux/drivers/hid/ |
H A D | Kconfig | 99 Support for touchpads with force sensors and haptic actuators instead of a 132 bool "ACRUX force feedback support" 136 Say Y here if you want to enable force feedback support for ACRUX 217 tristate "Betop Production Inc. force feedback support" 221 Say Y here if you want to enable force feedback support for devices by 236 force feedback effects and LEDs on the device. 340 bool "DragonRise Inc. force feedback" 344 Say Y here if you want to enable force feedback support for DragonRise Inc. 348 tristate "EMS Production Inc. force feedback support" 351 Say Y here if you want to enable force feedback support for devices by [all …]
|
/linux/arch/s390/boot/ |
H A D | Makefile | 61 …)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE 64 $(obj)/section_cmp%: vmlinux $(obj)/vmlinux FORCE 69 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS_ALL) FORCE 73 $(obj)/vmlinux.syms: $(obj)/vmlinux.lds $(OBJECTS) FORCE 81 $(obj)/syms.bin: $(obj)/vmlinux.syms FORCE 85 $(obj)/syms.o: $(obj)/syms.bin FORCE 89 $(obj)/info.bin: vmlinux FORCE 93 $(obj)/info.o: $(obj)/info.bin FORCE 97 $(obj)/vmlinux.bin: vmlinux FORCE 112 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE [all …]
|
/linux/drivers/pcmcia/ |
H A D | yenta_socket.h | 39 #define CB_FCARDSTS 0x00000001 /* Force CSTSCHG */ 40 #define CB_FCDETECT1 0x00000002 /* Force CD1EVENT */ 41 #define CB_FCDETECT2 0x00000004 /* Force CD2EVENT */ 42 #define CB_FPWRCYCLE 0x00000008 /* Force PWREVENT */ 43 #define CB_F16BITCARD 0x00000010 /* Force 16-bit PCMCIA card */ 44 #define CB_FCBCARD 0x00000020 /* Force CardBus line */ 45 #define CB_FNOTACARD 0x00000080 /* Force NOTACARD */ 46 #define CB_FDATALOST 0x00000100 /* Force data lost */ 47 #define CB_FBADVCCREQ 0x00000200 /* Force bad Vcc request */ 48 #define CB_F5VCARD 0x00000400 /* Force 5.0 volt card */ [all …]
|
/linux/arch/arm64/boot/ |
H A D | Makefile | 22 $(obj)/Image: vmlinux FORCE 25 $(obj)/Image.bz2: $(obj)/Image FORCE 28 $(obj)/Image.gz: $(obj)/Image FORCE 31 $(obj)/Image.lz4: $(obj)/Image FORCE 34 $(obj)/Image.lzma: $(obj)/Image FORCE 37 $(obj)/Image.lzo: $(obj)/Image FORCE 40 $(obj)/Image.zst: $(obj)/Image FORCE 43 $(obj)/Image.xz: $(obj)/Image FORCE 46 $(obj)/image.fit: $(obj)/Image $(obj)/dts/dtbs-list FORCE
|
/linux/arch/alpha/boot/ |
H A D | Makefile | 42 $(obj)/vmlinux.gz: $(obj)/vmlinux FORCE 50 $(obj)/ksize.h: $(obj)/vmlinux.nh FORCE 59 $(obj)/kzsize.h: $(obj)/vmlinux.nh.gz FORCE 72 $(obj)/vmlinux: vmlinux FORCE 84 $(obj)/vmlinux.nh: vmlinux $(OBJSTRIP) FORCE 87 $(obj)/vmlinux.nh.gz: $(obj)/vmlinux.nh FORCE 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE 93 $(obj)/tools/bootlx: $(obj)/bootloader $(OBJSTRIP) FORCE 96 $(obj)/tools/bootph: $(obj)/bootpheader $(OBJSTRIP) FORCE 99 $(obj)/tools/bootpzh: $(obj)/bootpzheader $(OBJSTRIP) FORCE [all …]
|
/linux/drivers/input/joystick/iforce/ |
H A D | Kconfig | 3 # I-Force driver configuration 6 tristate "I-Force devices" 9 Say Y here if you have an I-Force joystick or steering wheel 17 tristate "I-Force USB joysticks and wheels" 20 Say Y here if you have an I-Force joystick or steering wheel 24 tristate "I-Force Serial joysticks and wheels" 27 Say Y here if you have an I-Force joystick or steering wheel
|
/linux/arch/arm/boot/ |
H A D | Makefile | 38 $(obj)/xipImage: vmlinux FORCE 42 $(obj)/Image $(obj)/zImage: FORCE 49 $(obj)/xipImage: FORCE 53 $(obj)/Image: vmlinux FORCE 56 $(obj)/compressed/vmlinux: $(obj)/Image FORCE 59 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE 82 $(obj)/uImage: $(obj)/zImage FORCE 86 $(obj)/bootp/bootp: $(obj)/zImage FORCE 89 $(obj)/bootpImage: $(obj)/bootp/bootp FORCE
|
/linux/arch/parisc/boot/compressed/ |
H A D | Makefile | 24 $(obj)/vmlinux: $(obj)/vmlinux.lds $(addprefix $(obj)/, $(OBJECTS)) $(LIBGCC) FORCE 32 $(obj)/sizes.h: vmlinux FORCE 47 $(obj)/vmlinux.bin: vmlinux FORCE 57 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 59 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 61 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE 63 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 65 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE 67 $(obj)/vmlinux.bin.xz: $(obj)/vmlinux.bin FORCE 71 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/linux/arch/riscv/purgatory/ |
H A D | Makefile | 11 $(obj)/string.o: $(srctree)/lib/string.c FORCE 14 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE 17 $(obj)/memcpy.o: $(srctree)/arch/riscv/lib/memcpy.S FORCE 20 $(obj)/memset.o: $(srctree)/arch/riscv/lib/memset.S FORCE 23 $(obj)/strcmp.o: $(srctree)/arch/riscv/lib/strcmp.S FORCE 26 $(obj)/strlen.o: $(srctree)/arch/riscv/lib/strlen.S FORCE 29 $(obj)/strncmp.o: $(srctree)/arch/riscv/lib/strncmp.S FORCE 32 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE 100 $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE 103 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
|
/linux/arch/microblaze/boot/ |
H A D | Makefile | 10 $(obj)/linux.bin: vmlinux FORCE 13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE 16 $(obj)/linux.bin.gz: $(obj)/linux.bin FORCE 25 $(obj)/simpleImage.$(DTB): vmlinux FORCE 28 $(obj)/simpleImage.$(DTB).ub: $(obj)/simpleImage.$(DTB) FORCE 31 $(obj)/simpleImage.$(DTB).unstrip: vmlinux FORCE 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
|
/linux/rust/ |
H A D | Makefile | 120 rustdoc-macros: $(src)/macros/lib.rs rustdoc-clean FORCE 127 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs rustdoc-clean FORCE 130 rustdoc-compiler_builtins: $(src)/compiler_builtins.rs rustdoc-core FORCE 133 rustdoc-ffi: $(src)/ffi.rs rustdoc-core FORCE 140 rustdoc-clean FORCE 147 rustdoc-macros FORCE 155 $(obj)/bindings.o FORCE 158 rustdoc-clean: FORCE 171 rusttestlib-build_error: $(src)/build_error.rs FORCE 174 rusttestlib-ffi: $(src)/ffi.rs FORCE [all...] |
/linux/drivers/usb/gadget/udc/ |
H A D | Kconfig | 43 dynamically linked module called "at91_udc" and force all 55 dynamically linked module called "lpc32xx_udc" and force all 102 dynamically linked module called "fsl_usb2_udc" and force 123 dynamically linked module called "omap_udc" and force all 139 dynamically linked module called "pxa25x_udc" and force all 161 dynamically linked module called "r8a66597_udc" and force all 173 dynamically linked module called "renesas_usbhs" and force all 197 dynamically linked module called "renesas_usb3" and force all 208 dynamically linked module called "renesas_usbf" and force all 222 dynamically linked module called "pxa27x_udc" and force all [all …]
|
/linux/arch/x86/entry/syscalls/ |
H A D | Makefile | 28 $(uapi)/unistd_32.h: $(syscall32) $(syshdr) FORCE 33 $(out)/unistd_32_ia32.h: $(syscall32) $(syshdr) FORCE 38 $(uapi)/unistd_x32.h: $(syscall64) $(syshdr) FORCE 42 $(uapi)/unistd_64.h: $(syscall64) $(syshdr) FORCE 47 $(out)/unistd_64_x32.h: $(syscall64) $(syshdr) FORCE 51 $(out)/syscalls_32.h: $(syscall32) $(systbl) FORCE 54 $(out)/syscalls_64.h: $(syscall64) $(systbl) FORCE 57 $(out)/syscalls_x32.h: $(syscall64) $(systbl) FORCE 60 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh FORCE
|
/linux/arch/sparc/boot/ |
H A D | Makefile | 25 $(obj)/zImage: $(obj)/image FORCE 29 $(obj)/vmlinux.aout: vmlinux FORCE 34 $(obj)/zImage: $(obj)/image FORCE 44 $(obj)/image.bin: $(obj)/image FORCE 47 $(obj)/image.gz: $(obj)/image.bin FORCE 59 $(obj)/uImage: $(obj)/image.gz FORCE 66 $(obj)/image: vmlinux FORCE 70 $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE
|
/linux/arch/mips/vdso/ |
H A D | Makefile | 79 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE 109 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 113 $(obj)/genvdso FORCE 136 $(obj)/%-o32.o: $(src)/%.S FORCE 139 $(obj)/%-o32.o: $(src)/%.c FORCE 144 $(obj)/vdso-o32.lds: $(src)/vdso.lds.S FORCE 147 $(obj)/vdso-o32.so.dbg.raw: $(obj)/vdso-o32.lds $(obj-vdso-o32) FORCE 152 $(obj)/genvdso FORCE 176 $(obj)/%-n32.o: $(src)/%.S FORCE 179 $(obj)/%-n32.o: $(src)/%.c FORCE [all …]
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 30 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_force_e_only() 48 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_force_D_only_not_digital() 70 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL); in drm_test_cmdline_force_D_only_hdmi() 92 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL); in drm_test_cmdline_force_D_only_dvi() 110 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_OFF); in drm_test_cmdline_force_d_only() 132 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res() 154 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_vesa() 176 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_vesa_rblank() 198 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_rblank() 221 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_bpp() [all …]
|
/linux/arch/arc/boot/ |
H A D | Makefile | 22 $(obj)/vmlinux.bin: vmlinux FORCE 25 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 28 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 31 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 34 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | Makefile | 78 …so32.lds $(obj-vdso32) $(obj)/vgettimeofday-32.o $(obj)/vgetrandom-32.o $(obj)/crtsavres-32.o FORCE 80 …so64.so.dbg: $(obj)/vdso64.lds $(obj-vdso64) $(obj)/vgettimeofday-64.o $(obj)/vgetrandom-64.o FORCE 84 $(obj-vdso32): %-32.o: %.S FORCE 86 $(obj)/crtsavres-32.o: %-32.o: $(srctree)/arch/powerpc/lib/crtsavres.S FORCE 88 $(obj)/vgettimeofday-32.o: %-32.o: %.c FORCE 90 $(obj)/vgetrandom-32.o: %-32.o: %.c FORCE 92 $(obj-vdso64): %-64.o: %.S FORCE 94 $(obj)/vgettimeofday-64.o: %-64.o: %.c FORCE 96 $(obj)/vgetrandom-64.o: %-64.o: %.c FORCE 107 include/generated/vdso32-offsets.h: $(obj)/vdso32.so.dbg FORCE [all …]
|
/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 83 $(obj)/../voffset.h: vmlinux FORCE 115 $(obj)/vmlinux: $(vmlinux-objs-y) $(vmlinux-libs-y) FORCE 119 $(obj)/vmlinux.bin: vmlinux FORCE 128 $(obj)/vmlinux.relocs: vmlinux.unstripped FORCE 134 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 136 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 138 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 140 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 142 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 144 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE [all …]
|