Home
last modified time | relevance | path

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

12345678910

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_irq_kms.c337 rdev->irq.installed = true; in radeon_irq_kms_init()
340 rdev->irq.installed = false; in radeon_irq_kms_init()
358 if (rdev->irq.installed) { in radeon_irq_kms_fini()
381 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_get()
420 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_put()
446 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_get()
472 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_put()
494 if (!rdev->irq.installed) in radeon_irq_kms_enable_afmt()
516 if (!rdev->irq.installed) in radeon_irq_kms_disable_afmt()
538 if (!rdev->irq.installed) in radeon_irq_kms_enable_hpd()
[all …]
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/
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.3-rc2/Documentation/livepatch/
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.3-rc2/arch/powerpc/boot/
A DMakefile477 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
478 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
479 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
480 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d…
482 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
505 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR)
508 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR)
511 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT…
514 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B…
517 $(obj)/bootwrapper_install: $(all-installed)
/linux-6.3-rc2/Documentation/hwmon/
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
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
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.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_irq.c299 adev->irq.installed = true; in amdgpu_irq_init()
310 if (adev->irq.installed) { in amdgpu_irq_fini_hw()
312 adev->irq.installed = false; in amdgpu_irq_fini_hw()
560 if (!adev->irq.installed) in amdgpu_irq_get()
590 if (!adev->irq.installed) in amdgpu_irq_put()
621 if (!adev->irq.installed) in amdgpu_irq_enabled()
/linux-6.3-rc2/kernel/irq/
A 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()
577 if (!gc->installed) in irq_gc_get_irq_data()
580 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
/linux-6.3-rc2/Documentation/bpf/libbpf/
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.3-rc2/tools/perf/tests/
A Dmake232 # We prefix all installed files for make_install_prefix(_slash)
233 # with '/tmp/krava' to match installed/prefix-ed files.
241 # FIXME nothing gets installed
245 # FIXME nothing gets installed
249 # FIXME nothing gets installed
253 # FIXME nothing gets installed
257 # FIXME nothing gets installed
/linux-6.3-rc2/Documentation/driver-api/tty/
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.3-rc2/fs/fuse/
A DKconfig13 installed if you've installed the "fuse" package itself.
/linux-6.3-rc2/samples/bpf/
A DREADME.rst10 Compiling requires having installed:
96 Headers can be also installed on RFS of target board if need to keep them in
101 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/linux-6.3-rc2/Documentation/kbuild/
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'.
/linux-6.3-rc2/drivers/hid/bpf/entrypoints/
A DREADME3 Make sure to have clang 10 installed.
/linux-6.3-rc2/Documentation/arc/
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.3-rc2/kernel/bpf/preload/iterators/
A DREADME6 Make sure to have clang 10 installed.
/linux-6.3-rc2/drivers/staging/most/dim2/
A DKconfig13 platform driver to be installed. For more information contact
/linux-6.3-rc2/Documentation/ABI/testing/
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.3-rc2/Documentation/
A DMakefile41 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
117 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/linux-6.3-rc2/Documentation/devicetree/bindings/
A 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.3-rc2/Documentation/rust/
A Dquick-start.rst56 The components are installed per toolchain, thus upgrading the Rust compiler
75 in the kernel, which means LLVM needs to be installed; like when the kernel
120 can be installed manually::
136 can be installed manually::
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A DKconfig27 The microcode is typically installed in /lib/firmware. You can
54 The microcode is typically installed in /lib/firmware. You can
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A 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::

Completed in 50 milliseconds

12345678910