/Linux-v5.15/drivers/acpi/acpica/ |
D | evsci.c | 27 * DESCRIPTION: Dispatch the SCI to all host-installed SCI handlers. 39 /* Are there any host-installed SCI handlers? */ in acpi_ev_sci_dispatch() 47 /* Invoke all host-installed SCI handlers */ in acpi_ev_sci_dispatch() 52 /* Invoke the installed handler (at interrupt level) */ in acpi_ev_sci_dispatch() 85 * if this interrupt handler is installed, ACPI is enabled. in acpi_ev_sci_xrupt_handler() 100 /* Invoke all host-installed SCI handlers */ in acpi_ev_sci_xrupt_handler() 129 * if this interrupt handler is installed, ACPI is enabled. in acpi_ev_gpe_xrupt_handler() 170 * installed to begin with 173 * taken. Remove all host-installed SCI handlers. 202 /* Free all host-installed SCI handlers */ in acpi_ev_remove_all_sci_handlers()
|
D | evhandler.c | 73 * has already been installed (via acpi_install_address_space_handler). in acpi_ev_install_region_handlers() 110 * RETURN: TRUE if default handler is installed, FALSE otherwise 112 * DESCRIPTION: Check if the default handler is installed for the requested 235 * that someone has already installed a handler for the branch in acpi_ev_install_handler() 296 /* Same space_id indicates a handler is installed */ in acpi_ev_find_region_handler() 343 * The root node is where the default handlers get installed. in acpi_ev_install_space_handler() 411 * the handler is not already installed. in acpi_ev_install_space_handler() 428 /* A handler is already installed */ in acpi_ev_install_space_handler()
|
D | evmisc.c | 63 * installed handler. 157 * installed handler. 168 /* Invoke a global notify handler if installed */ in acpi_ev_notify_dispatch() 176 /* Now invoke the local notify handler(s) if any are installed */ in acpi_ev_notify_dispatch() 254 /* Deallocate all handler objects installed within GPE info structs */ in acpi_ev_terminate()
|
/Linux-v5.15/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.15/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.15/tools/perf/pmu-events/arch/s390/cf_z10/ |
D | extended.json | 14 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 21 …"PublicDescription": "A directory write to the Level-1 I-Cache directory where the installed cache… 35 …"PublicDescription": "A directory write to the Level-1 I-Cache directory where the installed cache… 42 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 49 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 56 …"PublicDescription": "A directory write to the Level-1 I-Cache where the installed cache line was …
|
/Linux-v5.15/include/linux/ |
D | cpuhotplug.h | 26 * CPU hotplug states. The state machine invokes the installed state 29 * installed teardown callbacks are invoked in the reverse order from 266 * @state: The state for which the calls are installed 286 * @state: The state for which the calls are installed 306 * @state: The state for which the calls are installed 328 * @state: The state for which the calls are installed 347 * @state: The state for which the calls are installed 377 * @state: The state for which the instance is installed 394 * @state: The state for which the instance is installed 412 * @state: The state for which the instance is installed
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_irq_kms.c | 346 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/scripts/kconfig/ |
D | nconf-cfg.sh | 21 # Check the default paths in case pkg-config is not installed. 22 # (Even if it is installed, some distributions such as openSUSE cannot 48 echo >&2 "* ncurses installed in a non-default location."
|
D | mconf-cfg.sh | 21 # Check the default paths in case pkg-config is not installed. 22 # (Even if it is installed, some distributions such as openSUSE cannot 50 echo >&2 "* ncurses installed in a non-default location."
|
/Linux-v5.15/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.15/arch/powerpc/boot/ |
D | Makefile | 464 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 465 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 466 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 467 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 469 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed) 492 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 495 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 498 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… 501 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B… 504 $(obj)/bootwrapper_install: $(all-installed)
|
/Linux-v5.15/scripts/selinux/ |
D | install_policy.sh | 12 echo "Do you have policycoreutils installed?" 19 echo "Do you have checkpolicy installed?" 27 echo "Do you have libselinux-utils installed?"
|
/Linux-v5.15/kernel/livepatch/ |
D | state.c | 46 * the already installed livepatches 49 * Checks whether already installed livepatches modify the given 62 * installed livepatches, NULL when not found.
|
/Linux-v5.15/Documentation/driver-api/serial/ |
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-v5.15/arch/x86/platform/iris/ |
D | iris.c | 56 "Power off handler not installed.\n"); in iris_probe() 61 printk(KERN_INFO "Iris power_off handler installed.\n"); in iris_probe() 96 " The Iris poweroff handler will not be installed.\n"); in iris_init()
|
/Linux-v5.15/scripts/ |
D | faddr2line | 52 command -v awk >/dev/null 2>&1 || die "awk isn't installed" 53 command -v ${READELF} >/dev/null 2>&1 || die "readelf isn't installed" 54 command -v ${ADDR2LINE} >/dev/null 2>&1 || die "addr2line isn't installed" 55 command -v ${SIZE} >/dev/null 2>&1 || die "size isn't installed" 56 command -v ${NM} >/dev/null 2>&1 || die "nm isn't installed"
|
/Linux-v5.15/Documentation/devicetree/bindings/ |
D | writing-schema.rst | 116 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/kernel/irq/ |
D | generic-chip.c | 401 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip() 408 if (!gc->installed) { in irq_map_generic_chip() 414 /* Mark the interrupt as 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() 572 * installed. Use the first one. in irq_gc_get_irq_data() 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/samples/bpf/ |
D | README.rst | 10 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/tools/testing/selftests/arm64/signal/ |
D | Makefile | 10 # Generated binaries to be installed by top KSFT script 13 # Get Kernel headers installed and use them.
|
/Linux-v5.15/Documentation/bpf/libbpf/ |
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-v5.15/tools/testing/selftests/arm64/mte/ |
D | Makefile | 21 # Generated binaries to be installed by top KSFT script 24 # Get Kernel headers installed and use them.
|