Home
last modified time | relevance | path

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

12345678910

/linux-6.6.21/drivers/gpu/drm/radeon/
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()
370 rdev->irq.installed = false; 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()
[all …]
/linux-6.6.21/tools/testing/selftests/wireguard/qemu/
DMakefile283 USERSPACE_DEPS := $(TOOLCHAIN_PATH)/.installed $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed
311 $(BUILD_PATH)/init-cpio-spec.txt: $(TOOLCHAIN_PATH)/.installed $(BUILD_PATH)/init
332 $(KERNEL_BUILD_PATH)/.config: $(TOOLCHAIN_PATH)/.installed kernel.config arch/$(ARCH).config
341 $(KERNEL_BZIMAGE): $(TOOLCHAIN_PATH)/.installed $(KERNEL_BUILD_PATH)/.config $(BUILD_PATH)/init-cpi…
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)
369 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed $(USERSPACE_DEPS)
375 $(WIREGUARD_TOOLS_PATH)/.installed: $(WIREGUARD_TOOLS_TAR)
380 $(WIREGUARD_TOOLS_PATH)/src/wg: | $(WIREGUARD_TOOLS_PATH)/.installed $(USERSPACE_DEPS)
[all …]
/linux-6.6.21/Documentation/livepatch/
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.6.21/arch/powerpc/boot/
DMakefile472 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
473 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
474 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
475 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d…
477 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
500 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR)
503 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR)
506 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT…
509 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B…
512 $(obj)/bootwrapper_install: $(all-installed)
/linux-6.6.21/Documentation/hwmon/
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
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
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.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c313 adev->irq.installed = true; in amdgpu_irq_init()
324 if (adev->irq.installed) { in amdgpu_irq_fini_hw()
326 adev->irq.installed = false; in amdgpu_irq_fini_hw()
576 if (!adev->irq.installed) in amdgpu_irq_get()
606 if (!adev->irq.installed) in amdgpu_irq_put()
640 if (!adev->irq.installed) in amdgpu_irq_enabled()
/linux-6.6.21/Documentation/bpf/libbpf/
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.6.21/tools/perf/tests/
Dmake244 # We prefix all installed files for make_install_prefix(_slash)
245 # with '/tmp/krava' to match installed/prefix-ed files.
253 # FIXME nothing gets installed
257 # FIXME nothing gets installed
261 # FIXME nothing gets installed
265 # FIXME nothing gets installed
269 # FIXME nothing gets installed
/linux-6.6.21/kernel/irq/
Dgeneric-chip.c404 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip()
411 if (!gc->installed) { in irq_map_generic_chip()
418 set_bit(idx, &gc->installed); in irq_map_generic_chip()
448 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip()
590 if (!gc->installed) in irq_gc_get_irq_data()
593 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
/linux-6.6.21/Documentation/driver-api/tty/
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.6.21/fs/fuse/
DKconfig13 installed if you've installed the "fuse" package itself.
/linux-6.6.21/Documentation/kbuild/
Dheaders_install.rst14 installed at the default location /usr/include and the kernel headers in
41 headers are installed in 'INSTALL_HDR_PATH/include'.
/linux-6.6.21/samples/bpf/
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.6.21/Documentation/arch/arc/
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.6.21/drivers/hid/bpf/entrypoints/
DREADME3 Make sure to have clang 10 installed.
/linux-6.6.21/kernel/bpf/preload/iterators/
DREADME6 Make sure to have clang 10 installed.
/linux-6.6.21/drivers/staging/most/dim2/
DKconfig13 platform driver to be installed. For more information contact
/linux-6.6.21/Documentation/ABI/testing/
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.6.21/Documentation/devicetree/bindings/
Dwriting-schema.rst123 The DT schema project must be installed in order to validate the DT schema
125 project can be installed with pip::
130 installed first. On Debian/Ubuntu systems::
135 installed. Ensure they are in your PATH (~/.local/bin by default).
/linux-6.6.21/Documentation/
DMakefile41 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
133 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
DKconfig27 The microcode is typically installed in /lib/firmware. You can
54 The microcode is typically installed in /lib/firmware. You can
/linux-6.6.21/Documentation/rust/
Dquick-start.rst58 The components are installed per toolchain, thus upgrading the Rust compiler
78 in the kernel, which means LLVM needs to be installed; like when the kernel
140 can be installed manually::
156 can be installed manually::
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dswitch-driver.rst192 installed on the switch port in question either using ''bridge'' or by creating
197 Error: VLAN must be installed on the switch port.
209 installed on the port it will get dropped.
212 mirror rules can be installed but their ''to'' port has to be the same::

12345678910