Home
last modified time | relevance | path

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

12345678

/linux/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()
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/tools/testing/selftests/wireguard/qemu/
H A 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-cpio-spec.txt $(IPERF_PATH)/src/iperf3 $(IPUTILS_PATH)/ping $(BASH_PATH)/bash $(IPROUTE2_PATH)/misc/ss $(IPROUTE2_PATH)/ip/ip $(IPTABLES_PATH)/iptables/xtables-legacy-multi $(NMAP_PATH)/ncat/ncat $(WIREGUARD_TOOLS_PATH)/src/wg $(BUILD_PATH)/init
345 $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config $(TOOLCHAIN_PATH)/.installed
352 $(TOOLCHAIN_PATH)/.installed: $(TOOLCHAIN_TAR)
362 $(IPERF_PATH)/.installed: $(IPERF_TAR)
369 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed
[all...]
/linux/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/arch/powerpc/boot/
H A DMakefile460 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(always-y))
461 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
462 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
463 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d…
465 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
488 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR)
491 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR)
494 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT…
497 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B…
500 $(obj)/bootwrapper_install: $(all-installed)
/linux/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.
H A Dcumulative-patches.rst7 an order in which the patches will be installed. And function implementations
40 Users could keep only the last patch installed on the system after
/linux/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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c315 adev->irq.installed = true; in amdgpu_irq_init()
332 if (adev->irq.installed) { in amdgpu_irq_fini_hw()
334 adev->irq.installed = false; in amdgpu_irq_fini_hw()
596 if (!adev->irq.installed) in amdgpu_irq_get()
630 if (!adev->irq.installed) in amdgpu_irq_put()
664 if (!adev->irq.installed) in amdgpu_irq_enabled()
/linux/tools/power/cpupower/bindings/python/
H A DREADME13 * The SWIG program must be installed.
14 * The Python's development libraries must be installed.
17 installed on your machine by checking the SWIG changelog on their website.
/linux/tools/perf/tests/
H A Dmake246 # We prefix all installed files for make_install_prefix(_slash)
247 # with '/tmp/krava' to match installed/prefix-ed files.
255 # FIXME nothing gets installed
259 # FIXME nothing gets installed
263 # FIXME nothing gets installed
267 # FIXME nothing gets installed
271 # FIXME nothing gets installed
/linux/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/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/kernel/irq/
H A Dgeneric-chip.c462 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip()
469 if (!gc->installed) { in irq_map_generic_chip()
475 set_bit(idx, &gc->installed); in irq_map_generic_chip()
505 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip()
645 if (!gc->installed) in irq_gc_get_irq_data()
648 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
/linux/tools/power/cpupower/
H A DREADME103 The files will be installed to the following dirs:
131 'uninstall' target is intended for removing installed files from the
151 Use 'DESTDIR' command line variable to uninstall previously installed files
191 unit must have been installed in one of the system unit search path directories
/linux/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/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/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'.
/linux/fs/fuse/
H A DKconfig14 installed if you've installed the "fuse" package itself.
/linux/kernel/bpf/preload/iterators/
H A DREADME6 Make sure to have clang 10 installed.
/linux/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/drivers/staging/most/dim2/
H A DKconfig13 platform driver to be installed. For more information contact
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H 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::
/linux/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

12345678