Searched refs:hotplug_enable (Results 1 – 5 of 5) sorted by relevance
301 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()
582 .hotplug_enable = cdv_hotplug_enable,
574 void (*hotplug_enable)(struct drm_device *dev, bool on); member
240 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()
39 uint32_t hotplug_enable; member