Home
last modified time | relevance | path

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

12345678910

/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_irq_kms.c346 rdev->irq.installed = true; in radeon_irq_kms_init()
349 rdev->irq.installed = false; in radeon_irq_kms_init()
367 if (rdev->irq.installed) { in radeon_irq_kms_fini()
369 rdev->irq.installed = false; in radeon_irq_kms_fini()
390 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_get()
429 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_put()
455 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_get()
481 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_put()
503 if (!rdev->irq.installed) in radeon_irq_kms_enable_afmt()
525 if (!rdev->irq.installed) in radeon_irq_kms_disable_afmt()
[all …]
/Linux-v5.15/tools/testing/selftests/wireguard/qemu/
DMakefile12 $(error The toolchain for $(ARCH) is not installed)
213 USERSPACE_DEPS := $(MUSL_CC) $(BUILD_PATH)/include/.installed $(BUILD_PATH)/include/linux/.installed
264 $(BUILD_PATH)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config
275 $(BUILD_PATH)/include/.installed: $(MUSL_PATH)/lib/libc.so
284 $(IPERF_PATH)/.installed: $(IPERF_TAR)
291 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed $(USERSPACE_DEPS)
296 $(WIREGUARD_TOOLS_PATH)/.installed: $(WIREGUARD_TOOLS_TAR)
301 $(WIREGUARD_TOOLS_PATH)/src/wg: | $(WIREGUARD_TOOLS_PATH)/.installed $(USERSPACE_DEPS)
310 $(IPUTILS_PATH)/.installed: $(IPUTILS_TAR)
315 $(IPUTILS_PATH)/ping: | $(IPUTILS_PATH)/.installed $(USERSPACE_DEPS)
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c366 adev->irq.installed = true; in amdgpu_irq_init()
377 if (adev->irq.installed) { in amdgpu_irq_fini_hw()
379 adev->irq.installed = false; in amdgpu_irq_fini_hw()
627 if (!adev->irq.installed) in amdgpu_irq_get()
657 if (!adev->irq.installed) in amdgpu_irq_put()
688 if (!adev->irq.installed) in amdgpu_irq_enabled()
/Linux-v5.15/kernel/irq/
Dgeneric-chip.c401 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip()
408 if (!gc->installed) { in irq_map_generic_chip()
415 set_bit(idx, &gc->installed); in irq_map_generic_chip()
445 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip()
574 if (!gc->installed) in irq_gc_get_irq_data()
577 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/driver-api/serial/
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-v5.15/fs/fuse/
DKconfig13 installed if you've installed the "fuse" package itself.
/Linux-v5.15/samples/bpf/
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-v5.15/kernel/bpf/preload/iterators/
DREADME3 Make sure to have clang 10 installed.
/Linux-v5.15/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-v5.15/scripts/kconfig/
Dnconf-cfg.sh48 echo >&2 "* ncurses installed in a non-default location."
Dmconf-cfg.sh50 echo >&2 "* ncurses installed in a non-default location."
/Linux-v5.15/Documentation/
DMakefile39 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
103 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/Linux-v5.15/drivers/staging/most/dim2/
DKconfig13 platform driver to be installed. For more information contact
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/
Dwriting-schema.rst116 The DT schema project must be installed in order to validate the DT schema
118 project can be installed with pip::
123 installed. Ensure they are in your PATH (~/.local/bin by default).
126 libyaml and its headers be installed on the host system. For some distributions
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
DKconfig28 The microcode is typically installed in /lib/firmware. You can
54 The microcode is typically installed in /lib/firmware. You can
/Linux-v5.15/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::
/Linux-v5.15/arch/arm/boot/dts/
Domap3-gta04a3.dts14 /* alternate accelerometer that might be installed on some GTA04A3 boards */
Dkirkwood-ts419.dtsi25 * JP1 indicates if an LCD module is installed

12345678910