hotplug_enable    604 drivers/gpu/drm/gma500/cdv_device.c 	.hotplug_enable = cdv_hotplug_enable,
hotplug_enable    639 drivers/gpu/drm/gma500/psb_drv.h 	void (*hotplug_enable)(struct drm_device *dev, bool on);
hotplug_enable    367 drivers/gpu/drm/gma500/psb_irq.c 	if (dev_priv->ops->hotplug_enable)
hotplug_enable    368 drivers/gpu/drm/gma500/psb_irq.c 		dev_priv->ops->hotplug_enable(dev, true);
hotplug_enable    381 drivers/gpu/drm/gma500/psb_irq.c 	if (dev_priv->ops->hotplug_enable)
hotplug_enable    382 drivers/gpu/drm/gma500/psb_irq.c 		dev_priv->ops->hotplug_enable(dev, false);