Searched full:hotplug (Results 1 – 25 of 499) sorted by relevance
12345678910>>...20
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/ |
H A D | 0001-Use-native-mtp-hotplug.patch | 4 Subject: [PATCH] Use native mtp-hotplug 23 libmtp.usermap: util/mtp-hotplug 24 - util/mtp-hotplug > libmtp.usermap 25 + mtp-hotplug > libmtp.usermap 27 @UDEV_RULES@: util/mtp-hotplug 28 - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 29 + mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 31 libmtp.fdi: util/mtp-hotplug 32 - util/mtp-hotplug -H > libmtp.fdi 33 + mtp-hotplug -H > libmtp.fdi [all …]
|
H A D | 0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch | 4 Subject: [PATCH] util/mtp-hotplug.c: Enable stack memory protection 15 $ objdump -T ./util/.libs/mtp-hotplug | grep __stack_chk_fail 20 util/mtp-hotplug.c | 2 +- 23 diff --git a/util/mtp-hotplug.c b/util/mtp-hotplug.c 25 --- a/util/mtp-hotplug.c 26 +++ b/util/mtp-hotplug.c
|
/openbmc/linux/Documentation/power/ |
D | suspend-and-cpuhotplug.rst |
|
/openbmc/linux/drivers/pci/hotplug/ |
D | pci_hotplug_core.c |
|
D | cpcihp_generic.c |
|
D | rpadlpar_core.c |
|
D | acpi_pcihp.c |
|
D | acpiphp_glue.c |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/ |
H A D | makefile_fix.patch | 35 install-hotplug: 37 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent 38 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc 39 + $(INSTALL_PROGRAM) hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent 40 + $(INSTALL_PROGRAM) hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc 42 uninstall-hotplug: 45 install-socket-hotplug: 46 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent 47 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.rc $(DESTDIR)$(hotplugdir)/pcmcia_socket.rc 48 + $(INSTALL_PROGRAM) hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent [all …]
|
/openbmc/linux/include/linux/ |
D | pci_hotplug.h |
|
/openbmc/qemu/docs/ |
H A D | memory-hotplug.txt | 1 QEMU memory hotplug 4 This document explains how to use the memory hotplug feature in QEMU, 7 Guest support is required for memory hotplug to work. 9 Basic RAM hotplug 12 In order to be able to hotplug memory, QEMU has to be told how many 35 Two monitor commands are used to hotplug memory: 50 Besides basic RAM hotplug, QEMU also supports using files as a memory 67 2MB pages. Also, the guest has additional memory slots to hotplug more
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_pci_hotplug.rst | 1 QEMU<->ACPI BIOS PCI hotplug interface 4 QEMU supports PCI hotplug via ACPI, for PCI bus 0. This document 10 Generic ACPI GPE block. Bit 1 (GPE.1) used to notify PCI hotplug/eject 35 Read: Hotplug features register. Used by platform to identify features 41 write: bit per slot eject, read: hotplug feature set 42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot
|
H A D | acpi_cpu_hotplug.rst | 1 QEMU<->ACPI BIOS CPU hotplug interface 4 QEMU supports CPU hotplug via ACPI. This document 11 Legacy ACPI CPU hotplug interface registers 20 to modern CPU hotplug interface, write 0 into it to do switch. 27 Modern ACPI CPU hotplug interface registers 189 (x86) Detecting and enabling modern CPU hotplug interface 192 QEMU starts with legacy CPU hotplug interface enabled. Detecting and 193 switching to modern interface is based on the 2 legacy CPU hotplug features: 198 Use following steps to detect and enable modern CPU hotplug interface: 205 Otherwise legacy or no CPU hotplug interface available
|
H A D | acpi_hw_reduced_hotplug.rst | 7 events, including the hotplug ones. GED is modelled as a device 64 0: Memory hotplug event 66 2: NVDIMM hotplug event 67 3: CPU hotplug event
|
/openbmc/linux/Documentation/admin-guide/media/ |
D | ttusb-dec.rst |
|
/openbmc/linux/include/linux/platform_data/ |
D | mlxreg.h |
|
/openbmc/linux/Documentation/driver-api/usb/ |
D | hotplug.rst |
|
/openbmc/linux/drivers/pci/ |
D | slot.c |
|
/openbmc/linux/Documentation/fault-injection/ |
D | notifier-error-inject.rst |
|
/openbmc/qemu/include/hw/acpi/ |
H A D | cpu_hotplug.h | 2 * QEMU ACPI hotplug utilities 17 #include "hw/acpi/pc-hotplug.h" 19 #include "hw/hotplug.h"
|
/openbmc/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 2 * QEMU ACPI hotplug utilities 39 this fact as means to switch QEMU into modern CPU hotplug in cpu_status_write() 44 object_property_set_bool(cpus->device, "cpu-hotplug-legacy", false, in cpu_status_write() 69 object_property_set_bool(g->device, "cpu-hotplug-legacy", false, in acpi_set_cpu_present_bit() 87 /* propagate the hotplug to the modern interface */ in legacy_acpi_cpu_plug_cb() 101 gpe_cpu, "acpi-cpu-hotplug", ACPI_GPE_PROC_LEN); in legacy_acpi_cpu_hotplug_init() 248 * inclusive, for VCPU hotplug. */ in build_legacy_cpu_hotplug_aml() 256 /* create PCI0.PRES device and its _CRS to reserve CPU hotplug MMIO */ in build_legacy_cpu_hotplug_aml() 260 aml_name_decl("_UID", aml_string("CPU Hotplug resources")) in build_legacy_cpu_hotplug_aml() 270 /* declare CPU hotplug MMIO region and PRS field to access it */ in build_legacy_cpu_hotplug_aml()
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi |
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig |
|
/openbmc/linux/arch/arm/mach-mvebu/ |
D | platsmp-a9.c |
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
D | pmem.c |
|
12345678910>>...20