Home
last modified time | relevance | path

Searched refs:hotplug_enable (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_irq.c301 if (dev_priv->ops->hotplug_enable) in gma_irq_postinstall()
302 dev_priv->ops->hotplug_enable(dev, true); in gma_irq_postinstall()
347 if (dev_priv->ops->hotplug_enable) in gma_irq_uninstall()
348 dev_priv->ops->hotplug_enable(dev, false); in gma_irq_uninstall()
H A Dcdv_device.c582 .hotplug_enable = cdv_hotplug_enable,
H A Dpsb_drv.h574 void (*hotplug_enable)(struct drm_device *dev, bool on); member
/openbmc/qemu/hw/acpi/
H A Dpcihp.c240 s->acpi_pcihp_pci_status[bsel].hotplug_enable = ~0; in acpi_pcihp_update_hotplug_bus()
251 s->acpi_pcihp_pci_status[bsel].hotplug_enable &= ~(1U << slot); in acpi_pcihp_update_hotplug_bus()
418 val = s->acpi_pcihp_pci_status[bsel].hotplug_enable; in pci_read()
/openbmc/qemu/include/hw/acpi/
H A Dpcihp.h39 uint32_t hotplug_enable; member