Searched refs:installed (Results 1 – 25 of 219) sorted by relevance
123456789
| /Linux-v5.10/tools/testing/selftests/wireguard/qemu/ |
| D | Makefile | 12 $(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.10/Documentation/livepatch/ |
| 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-v5.10/Documentation/hwmon/ |
| 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
|
| 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
|
| 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-v5.10/kernel/irq/ |
| D | generic-chip.c | 397 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip() 404 if (!gc->installed) { in irq_map_generic_chip() 411 set_bit(idx, &gc->installed); in irq_map_generic_chip() 441 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip() 570 if (!gc->installed) in irq_gc_get_irq_data() 573 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
|
| /Linux-v5.10/tools/perf/tests/ |
| D | make | 242 # We prefix all installed files for make_install_prefix(_slash) 243 # with '/tmp/krava' to match installed/prefix-ed files. 251 # FIXME nothing gets installed 255 # FIXME nothing gets installed 259 # FIXME nothing gets installed 263 # FIXME nothing gets installed 267 # FIXME nothing gets installed
|
| /Linux-v5.10/drivers/gpu/drm/radeon/ |
| D | radeon_irq_kms.c | 317 rdev->irq.installed = true; in radeon_irq_kms_init() 320 rdev->irq.installed = false; in radeon_irq_kms_init() 338 if (rdev->irq.installed) { in radeon_irq_kms_fini() 340 rdev->irq.installed = false; in radeon_irq_kms_fini()
|
| /Linux-v5.10/samples/bpf/ |
| D | README.rst | 10 Compiling requires having installed: 90 Headers can be also installed on RFS of target board if need to keep them in 95 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
|
| /Linux-v5.10/fs/fuse/ |
| D | Kconfig | 13 installed if you've installed the "fuse" package itself.
|
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_irq.c | 285 adev->irq.installed = true; in amdgpu_irq_init() 289 adev->irq.installed = false; in amdgpu_irq_init() 313 if (adev->irq.installed) { in amdgpu_irq_fini() 315 adev->irq.installed = false; in amdgpu_irq_fini()
|
| D | amdgpu_irq.h | 82 bool installed; member
|
| /Linux-v5.10/kernel/bpf/preload/iterators/ |
| D | README | 3 Make sure to have clang 10 installed.
|
| /Linux-v5.10/Documentation/kbuild/ |
| 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-v5.10/Documentation/driver-api/serial/ |
| D | rocket.rst | 18 The driver can also be installed as an external module using the usual 57 The RocketPort driver can be installed as a module (recommended) or built 61 The RocketPort/RocketModem serial ports installed by this driver are assigned 64 installed in the system, the mapping of port names to serial ports is displayed 67 If installed as a module, the module must be loaded. This can be done
|
| D | moxa-smartio.rst | 75 Diagnostic program for displaying installed Moxa 91 This version of driver can be installed as Loadable Module (Module driver) 107 - Maximum 4 boards can be installed in combination 137 4 Moxa Smartio/Industio PCI Family multiport boards can be installed 178 Device naming when more than 2 boards installed 202 will be installed in the system automatically driven. 227 b. Your total installed MOXA boards number is changed. Maybe you 239 to specify the total installed MOXA board number. Default major
|
| /Linux-v5.10/scripts/kconfig/ |
| D | mconf-cfg.sh | 48 echo >&2 "* ncurses installed in a non-default location."
|
| D | nconf-cfg.sh | 48 echo >&2 "* ncurses installed in a non-default location."
|
| /Linux-v5.10/drivers/staging/most/dim2/ |
| D | Kconfig | 13 platform driver to be installed. For more information contact
|
| /Linux-v5.10/Documentation/ |
| D | Makefile | 39 …$(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.10/Documentation/ABI/testing/ |
| 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-v5.10/Documentation/devicetree/ |
| D | writing-schema.rst | 114 The DT schema project must be installed in order to validate the DT schema 116 project can be installed with pip:: 121 installed. Ensure they are in your PATH (~/.local/bin by default). 124 libyaml and its headers be installed on the host system. For some distributions
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlegacy/ |
| D | Kconfig | 28 The microcode is typically installed in /lib/firmware. You can 54 The microcode is typically installed in /lib/firmware. You can
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | omap3-gta04a3.dts | 14 /* alternate accelerometer that might be installed on some GTA04A3 boards */
|
| D | kirkwood-ts419.dtsi | 25 * JP1 indicates if an LCD module is installed
|
123456789