Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 251) sorted by relevance

1234567891011

/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_irq_kms.c347 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 DMakefile283 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 Ddiag324.c46 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 DMakefile458 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 Dsystem-state.rst17 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 Dltc4260.rst44 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 Dltc4261.rst44 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 Dltc2945.rst44 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 DREADME10 * 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 Damdgpu_irq.c314 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 Dlibbpf_build.rst7 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 Dmake248 # 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 Dmoxa-smartio.rst55 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 Dgeneric-chip.c474 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 Dheaders_install.rst14 installed at the default location /usr/include and the kernel headers in
41 headers are installed in 'INSTALL_HDR_PATH/include'.
H A Dbash-completion.rst25 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 DREADME.rst16 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 Darc.rst62 (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 DKconfig13 installed if you've installed the "fuse" package itself.
/linux-6.15/kernel/bpf/preload/iterators/
H A DREADME6 Make sure to have clang 10 installed.
/linux-6.15/drivers/staging/most/dim2/
H A DKconfig13 platform driver to be installed. For more information contact
/linux-6.15/tools/power/cpupower/
H A DREADME99 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 Dsysfs-firmware-efi-esrt54 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 DMakefile45 …$(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 DKconfig27 The microcode is typically installed in /lib/firmware. You can
54 The microcode is typically installed in /lib/firmware. You can

1234567891011