| /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/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/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 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_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
|
| 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
|
| /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/system/ |
| H A D | cpu-hotplug.rst | 2 Virtual CPU hotplug 5 A complete example of vCPU hotplug (and hot-unplug) using QMP 8 vCPU hotplug 12 allow vCPU hotplug)::
|
| H A D | index.rst | 35 cpu-hotplug
|
| /openbmc/qemu/hw/acpi/ |
| H A D | meson.build | 10 acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_false: files('acpi-cpu-hotplug-stub.c')) 12 acpi_ss.add(when: 'CONFIG_ACPI_MEMORY_HOTPLUG', if_false: files('acpi-mem-hotplug-stub.c')) 25 acpi_ss.add(when: 'CONFIG_ACPI_PCIHP', if_false: files('acpi-pci-hotplug-stub.c'))
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | intel-gma.txt | 12 - intel,dp-hotplug : values for digital port hotplug, one cell per value for
|
| /openbmc/u-boot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 40 ret = dm_gpio_get_value(&uc_priv->hotplug); in video_bridge_check_attached() 95 ret = gpio_request_by_name(dev, "hotplug-gpios", 0, &uc_priv->hotplug, in video_bridge_pre_probe()
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
| H A D | init | 91 [ -e /proc/sys/kernel/hotplug ] && printf '\0\n' >/proc/sys/kernel/hotplug
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | mdev | 23 echo /sbin/mdev > /proc/sys/kernel/hotplug
|
| /openbmc/qemu/hw/core/ |
| H A D | meson.build | 33 'hotplug.c', 42 'qdev-hotplug.c',
|
| /openbmc/u-boot/include/ |
| H A D | video_bridge.h | 22 struct gpio_desc hotplug; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/ |
| H A D | libmtp_1.1.21.bb | 21 SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch \ 22 file://0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch"
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 195 return s->hotplug; in pcie_slot_is_hotpluggable_bus() 209 DEFINE_PROP_BOOL("hotplug", PCIESlot, hotplug, true),
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pcie_port.h | 66 bool hotplug; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-scsi-test.c | 159 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() function 367 qos_add_test("hotplug", "virtio-scsi", hotplug, &opts); in register_virtio_scsi_test()
|
| H A D | virtio-net-test.c | 169 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() function 327 qos_add_test("hotplug", "virtio-net-pci", hotplug, &opts); in register_virtio_net_test()
|
| /openbmc/qemu/qapi/ |
| H A D | qdev.json | 51 # @json-cli-hotplug: If present, the "-device" command line option 84 'features': ['json-cli', 'json-cli-hotplug'] }
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | init | 76 echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | gen_pcie_root_port.c | 95 if (s->hide_native_hotplug_cap && grp->res_reserve.io == -1 && s->hotplug) { in gen_rp_realize()
|
| /openbmc/u-boot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 129 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 155 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 191 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 215 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection
|