Searched refs:hotplug (Results 1 – 15 of 15) sorted by relevance
155 unsigned long start = dev_priv->hotplug.stats[pin].last_jiffies; in intel_hpd_irq_storm_detect()157 const int threshold = dev_priv->hotplug.hpd_storm_threshold; in intel_hpd_irq_storm_detect()161 dev_priv->hotplug.stats[pin].last_jiffies = jiffies; in intel_hpd_irq_storm_detect()162 dev_priv->hotplug.stats[pin].count = 0; in intel_hpd_irq_storm_detect()164 } else if (dev_priv->hotplug.stats[pin].count > threshold && in intel_hpd_irq_storm_detect()166 dev_priv->hotplug.stats[pin].state = HPD_MARK_DISABLED; in intel_hpd_irq_storm_detect()170 dev_priv->hotplug.stats[pin].count++; in intel_hpd_irq_storm_detect()172 dev_priv->hotplug.stats[pin].count); in intel_hpd_irq_storm_detect()202 dev_priv->hotplug.stats[pin].state != HPD_MARK_DISABLED) in intel_hpd_irq_storm_disable()209 dev_priv->hotplug.stats[pin].state = HPD_DISABLED; in intel_hpd_irq_storm_disable()[all …]
3229 if (dev_priv->hotplug.stats[encoder->hpd_pin].state == HPD_ENABLED) in intel_hpd_enabled_irqs()3237 u32 hotplug; in ibx_hpd_detection_setup() local3244 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_detection_setup()3245 hotplug &= ~(PORTB_PULSE_DURATION_MASK | in ibx_hpd_detection_setup()3248 hotplug |= PORTB_HOTPLUG_ENABLE | PORTB_PULSE_DURATION_2ms; in ibx_hpd_detection_setup()3249 hotplug |= PORTC_HOTPLUG_ENABLE | PORTC_PULSE_DURATION_2ms; in ibx_hpd_detection_setup()3250 hotplug |= PORTD_HOTPLUG_ENABLE | PORTD_PULSE_DURATION_2ms; in ibx_hpd_detection_setup()3256 hotplug |= PORTA_HOTPLUG_ENABLE; in ibx_hpd_detection_setup()3257 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_detection_setup()3279 u32 val, hotplug; in spt_hpd_detection_setup() local[all …]
1673 uint16_t hotplug; in intel_sdvo_get_hotplug_support() local1684 &hotplug, sizeof(hotplug))) in intel_sdvo_get_hotplug_support()1687 return hotplug; in intel_sdvo_get_hotplug_support()
862 dev_priv->hotplug.dp_wq = alloc_ordered_workqueue("i915-dp", 0); in i915_workqueues_init()863 if (dev_priv->hotplug.dp_wq == NULL) in i915_workqueues_init()887 destroy_workqueue(dev_priv->hotplug.dp_wq); in i915_workqueues_cleanup()
549 .hotplug = intel_dp_mst_hotplug,
6198 dev_priv->hotplug.irq_port[port] = intel_dig_port; in intel_dp_init()6224 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i]; in intel_dp_mst_suspend()6240 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i]; in intel_dp_mst_resume()
2849 dev_priv->hotplug.irq_port[port] = intel_dig_port; in intel_ddi_init()
2313 struct i915_hotplug hotplug; member
390 void (*hotplug)(struct drm_dp_mst_topology_mgr *mgr); member
457 .hotplug = dm_dp_mst_hotplug,
334 .hotplug = radeon_dp_mst_hotplug,
1636 (*mgr->cbs->hotplug)(mgr); in drm_dp_send_link_address()2406 (*mgr->cbs->hotplug)(mgr); in drm_dp_mst_handle_up_req()3095 (*mgr->cbs->hotplug)(mgr); in drm_dp_destroy_connector_work()
963 can be started when an interface is added (hotplug/udev/etc. scripts).
1371 external mechanism (e.g., hotplug scripts) that start wpa_supplicant
1004 TO_REMOVE+=/boot/kernel/hotplug.ko1005 TO_REMOVE+=/usr/include/sys/hotplug.h1006 TO_REMOVE+=/usr/share/man/man4/hotplug.4.gz