Home
last modified time | relevance | path

Searched refs:hot_plug (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/gma500/
Dpsb_intel_drv.h123 void (*hot_plug)(struct psb_intel_encoder *); member
/drivers/gpu/drm/i915/
Di915_drv.c616 if (encoder->hot_plug) in intel_resume_hotplug()
617 encoder->hot_plug(encoder); in intel_resume_hotplug()
Dintel_drv.h130 void (*hot_plug)(struct intel_encoder *); member
Dintel_ddi.c1555 intel_encoder->hot_plug = intel_ddi_hot_plug; in intel_ddi_init()
Di915_irq.c389 if (intel_encoder->hot_plug) in i915_hotplug_work_func()
390 intel_encoder->hot_plug(intel_encoder); in i915_hotplug_work_func()
Dintel_sdvo.c2291 intel_encoder->hot_plug = intel_sdvo_enable_hotplug; in intel_sdvo_dvi_init()
Dintel_dp.c2996 intel_encoder->hot_plug = intel_dp_hot_plug; in intel_dp_init()