| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_irq_kms.c | 347 rdev->irq.installed = true; in radeon_irq_kms_init() 350 rdev->irq.installed = false; in radeon_irq_kms_init() 368 if (rdev->irq.installed) { in radeon_irq_kms_fini() 391 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_get() 430 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_put() 456 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_get() 482 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_put() 504 if (!rdev->irq.installed) in radeon_irq_kms_enable_afmt() 526 if (!rdev->irq.installed) in radeon_irq_kms_disable_afmt() 548 if (!rdev->irq.installed) in radeon_irq_kms_enable_hpd() [all …]
|
| /linux-6.15/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 283 USERSPACE_DEPS := $(TOOLCHAIN_PATH)/.installed $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed 345 …(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config $(TOOLCHAIN_PAT… 352 $(TOOLCHAIN_PATH)/.installed: $(TOOLCHAIN_TAR) 362 $(IPERF_PATH)/.installed: $(IPERF_TAR) 375 $(WIREGUARD_TOOLS_PATH)/.installed: $(WIREGUARD_TOOLS_TAR) 389 $(IPUTILS_PATH)/.installed: $(IPUTILS_TAR) 399 $(BASH_PATH)/.installed: $(BASH_TAR) 404 $(BASH_PATH)/bash: | $(BASH_PATH)/.installed $(USERSPACE_DEPS) 409 $(IPROUTE2_PATH)/.installed: $(IPROUTE2_TAR) 424 $(IPTABLES_PATH)/.installed: $(IPTABLES_TAR) [all …]
|
| /linux-6.15/arch/s390/kernel/diag/ |
| H A D | diag324.c | 46 u64 installed : 32; member 206 unsigned long installed; in diag324_init() local 213 installed = res.response; in diag324_init() 214 if (!test_bit_inv(DIAG324_SUBC_1, &installed)) in diag324_init() 216 if (!test_bit_inv(DIAG324_SUBC_2, &installed)) in diag324_init()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | Makefile | 458 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 459 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 460 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 461 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 463 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed) 486 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 489 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 492 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… 495 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B… 498 $(obj)/bootwrapper_install: $(all-installed)
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | system-state.rst | 17 done by the already installed livepatches. 33 already installed livepatches. 63 already installed livepatches. 77 already installed livepatches. 116 are already provided by previously installed livepatches. 162 Therefore it does not need to care about any previously installed 167 has to handle the state of the previously installed livepatches.
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | ltc4260.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the 51 is installed. If a different sense resistor is installed, calculate the real
|
| H A D | ltc4261.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the 51 is installed. If a different sense resistor is installed, calculate the real
|
| H A D | ltc2945.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the 51 is installed. If a different sense resistor is installed, calculate the real
|
| /linux-6.15/tools/power/cpupower/bindings/python/ |
| H A D | README | 10 * The SWIG program must be installed. 11 * The Python's development libraries installed. 14 installed on your machine by checking the SWIG changelog on their website.
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 314 adev->irq.installed = true; in amdgpu_irq_init() 331 if (adev->irq.installed) { in amdgpu_irq_fini_hw() 333 adev->irq.installed = false; in amdgpu_irq_fini_hw() 592 if (!adev->irq.installed) in amdgpu_irq_get() 622 if (!adev->irq.installed) in amdgpu_irq_put() 656 if (!adev->irq.installed) in amdgpu_irq_enabled()
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_build.rst | 7 against and must be installed on the system for applications to work. 31 dependency installed in /build/root/ and install them together with libbpf
|
| /linux-6.15/tools/perf/tests/ |
| H A D | make | 248 # We prefix all installed files for make_install_prefix(_slash) 249 # with '/tmp/krava' to match installed/prefix-ed files. 257 # FIXME nothing gets installed 261 # FIXME nothing gets installed 265 # FIXME nothing gets installed 269 # FIXME nothing gets installed 273 # FIXME nothing gets installed
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 55 Diagnostic program for displaying installed Moxa 69 This version of driver can be installed as a Loadable Module (Module driver) 81 - Maximum 4 boards can be installed in combination 100 4 Moxa Smartio/Industio PCI Family multiport boards can be installed 110 Device naming when more than 2 boards installed
|
| /linux-6.15/kernel/irq/ |
| H A D | generic-chip.c | 474 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip() 481 if (!gc->installed) { in irq_map_generic_chip() 488 set_bit(idx, &gc->installed); in irq_map_generic_chip() 518 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip() 660 if (!gc->installed) in irq_gc_get_irq_data() 663 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | headers_install.rst | 14 installed at the default location /usr/include and the kernel headers in 41 headers are installed in 'INSTALL_HDR_PATH/include'.
|
| H A D | bash-completion.rst | 25 Please ensure it is installed on your system. On most distributions, you can 62 followed by a TAB displays installed toolchains. The list of defconfig files
|
| /linux-6.15/samples/bpf/ |
| H A D | README.rst | 16 Compiling requires having installed: 106 Headers can be also installed on RFS of target board if need to keep them in 111 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
|
| /linux-6.15/Documentation/arch/arc/ |
| H A D | arc.rst | 62 (GNU toolchain, dtc, make etc) installed on the platform. 76 Once the toolchain is installed in the system, make sure its "bin" folder 78 ``CROSS_COMPILE=arc-linux`` (or whatever matches installed ARC toolchain prefix)
|
| /linux-6.15/fs/fuse/ |
| H A D | Kconfig | 13 installed if you've installed the "fuse" package itself.
|
| /linux-6.15/kernel/bpf/preload/iterators/ |
| H A D | README | 6 Make sure to have clang 10 installed.
|
| /linux-6.15/drivers/staging/most/dim2/ |
| H A D | Kconfig | 13 platform driver to be installed. For more information contact
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | README | 99 The files will be installed to the following dirs: 123 'uninstall' target is intended for removing installed files from the 143 Use 'DESTDIR' command line variable to uninstall previously installed files
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-efi-esrt | 54 Description: The version of the firmware currently installed. This is a 60 Description: The lowest version of the firmware that can be installed.
|
| /linux-6.15/Documentation/ |
| H A D | Makefile | 45 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P… 153 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | Kconfig | 27 The microcode is typically installed in /lib/firmware. You can 54 The microcode is typically installed in /lib/firmware. You can
|