Home
last modified time | relevance | path

Searched refs:PORTB_HOTPLUG_LONG_DETECT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c235 return val & PORTB_HOTPLUG_LONG_DETECT; in bxt_port_hotplug_long_detect()
287 return val & PORTB_HOTPLUG_LONG_DETECT; in spt_port_hotplug_long_detect()
311 return val & PORTB_HOTPLUG_LONG_DETECT; in pch_port_hotplug_long_detect()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c740 PORTB_HOTPLUG_LONG_DETECT; in intel_vgpu_emulate_hotplug()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h2770 #define PORTB_HOTPLUG_LONG_DETECT (2 << 0) macro