Home
last modified time | relevance | path

Searched refs:hotplug (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/
H A D0001-Use-native-mtp-hotplug.patch4 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 D0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch4 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 Dmakefile_fix.patch35 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 Dacpi_pci_hotplug.rst1 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 Dacpi_hw_reduced_hotplug.rst7 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 Dacpi_cpu_hotplug.rst1 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 Dmemory-hotplug.txt1 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 Dcpu-hotplug.rst2 Virtual CPU hotplug
5 A complete example of vCPU hotplug (and hot-unplug) using QMP
8 vCPU hotplug
12 allow vCPU hotplug)::
H A Dindex.rst35 cpu-hotplug
/openbmc/qemu/hw/acpi/
H A Dmeson.build10 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 Dintel-gma.txt12 - intel,dp-hotplug : values for digital port hotplug, one cell per value for
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c40 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 Dinit91 [ -e /proc/sys/kernel/hotplug ] && printf '\0\n' >/proc/sys/kernel/hotplug
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dmdev23 echo /sbin/mdev > /proc/sys/kernel/hotplug
/openbmc/qemu/hw/core/
H A Dmeson.build33 'hotplug.c',
42 'qdev-hotplug.c',
/openbmc/u-boot/include/
H A Dvideo_bridge.h22 struct gpio_desc hotplug; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/
H A Dlibmtp_1.1.21.bb21 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 Dpcie_port.c195 return s->hotplug; in pcie_slot_is_hotpluggable_bus()
209 DEFINE_PROP_BOOL("hotplug", PCIESlot, hotplug, true),
/openbmc/qemu/include/hw/pci/
H A Dpcie_port.h66 bool hotplug; member
/openbmc/qemu/tests/qtest/
H A Dvirtio-scsi-test.c159 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 Dvirtio-net-test.c169 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 Dqdev.json51 # @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 Dinit76 echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
/openbmc/qemu/hw/pci-bridge/
H A Dgen_pcie_root_port.c95 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 Dnvidia,tegra20-host1x.txt129 - 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

123