| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_irq_kms.c | 347 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/tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 283 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/arch/powerpc/boot/ |
| A D | Makefile | 461 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 462 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 463 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 464 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 466 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed) 489 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 492 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 495 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… 498 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B… 501 $(obj)/bootwrapper_install: $(all-installed)
|
| /linux/Documentation/livepatch/ |
| A D | system-state.rst | 17 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/tools/power/cpupower/bindings/python/ |
| A D | README | 10 * 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/Documentation/hwmon/ |
| A D | ltc4260.rst | 44 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 D | ltc4261.rst | 44 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 D | ltc2945.rst | 44 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/ |
| A D | amdgpu_irq.c | 314 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/Documentation/bpf/libbpf/ |
| A D | libbpf_build.rst | 7 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/tools/perf/tests/ |
| A D | make | 251 # We prefix all installed files for make_install_prefix(_slash) 252 # with '/tmp/krava' to match installed/prefix-ed files. 260 # FIXME nothing gets installed 264 # FIXME nothing gets installed 268 # FIXME nothing gets installed 272 # FIXME nothing gets installed 276 # FIXME nothing gets installed
|
| /linux/Documentation/driver-api/tty/ |
| A D | moxa-smartio.rst | 55 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/kernel/irq/ |
| A D | generic-chip.c | 473 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip() 480 if (!gc->installed) { in irq_map_generic_chip() 487 set_bit(idx, &gc->installed); in irq_map_generic_chip() 517 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip() 659 if (!gc->installed) in irq_gc_get_irq_data() 662 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
|
| /linux/fs/fuse/ |
| A D | Kconfig | 13 installed if you've installed the "fuse" package itself.
|
| /linux/Documentation/kbuild/ |
| A D | headers_install.rst | 14 installed at the default location /usr/include and the kernel headers in 41 headers are installed in 'INSTALL_HDR_PATH/include'.
|
| /linux/samples/bpf/ |
| A D | README.rst | 16 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/arch/arc/ |
| A D | arc.rst | 62 (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/kernel/bpf/preload/iterators/ |
| A D | README | 6 Make sure to have clang 10 installed.
|
| /linux/drivers/staging/most/dim2/ |
| A D | Kconfig | 13 platform driver to be installed. For more information contact
|
| /linux/tools/power/cpupower/ |
| A D | README | 99 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/Documentation/ABI/testing/ |
| A D | sysfs-firmware-efi-esrt | 54 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/net/wireless/intel/iwlegacy/ |
| A D | Kconfig | 27 The microcode is typically installed in /lib/firmware. You can 54 The microcode is typically installed in /lib/firmware. You can
|
| /linux/Documentation/ |
| A D | Makefile | 45 …$(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/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| A D | switch-driver.rst | 192 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/Documentation/devicetree/bindings/ |
| A D | writing-schema.rst | 145 The DT schema project must be installed in order to validate the DT schema 147 project can be installed with pip:: 152 installed first. On Debian/Ubuntu systems:: 157 installed. Ensure they are in your PATH (~/.local/bin by default).
|