Home
last modified time | relevance | path

Searched refs:hotplug (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_hotplug.c155 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 …]
H A Di915_irq.c3229 if (dev_priv->hotplug.stats[encoder->hpd_pin].state == HPD_ENABLED) in intel_hpd_enabled_irqs()
3237 u32 hotplug; in ibx_hpd_detection_setup() local
3244 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 …]
H A Dintel_sdvo.c1673 uint16_t hotplug; in intel_sdvo_get_hotplug_support() local
1684 &hotplug, sizeof(hotplug))) in intel_sdvo_get_hotplug_support()
1687 return hotplug; in intel_sdvo_get_hotplug_support()
H A Di915_drv.c862 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()
H A Dintel_dp_mst.c549 .hotplug = intel_dp_mst_hotplug,
H A Dintel_dp.c6198 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()
H A Dintel_ddi.c2849 dev_priv->hotplug.irq_port[port] = intel_dig_port; in intel_ddi_init()
H A Di915_drv.h2313 struct i915_hotplug hotplug; member
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h390 void (*hotplug)(struct drm_dp_mst_topology_mgr *mgr); member
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c457 .hotplug = dm_dp_mst_hotplug,
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_dp_mst.c334 .hotplug = radeon_dp_mst_hotplug,
/dflybsd-src/sys/dev/drm/
H A Ddrm_dp_mst_topology.c1636 (*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()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME963 can be started when an interface is added (hotplug/udev/etc. scripts).
H A DChangeLog1371 external mechanism (e.g., hotplug scripts) that start wpa_supplicant
/dflybsd-src/
H A DMakefile_upgrade.inc1004 TO_REMOVE+=/boot/kernel/hotplug.ko
1005 TO_REMOVE+=/usr/include/sys/hotplug.h
1006 TO_REMOVE+=/usr/share/man/man4/hotplug.4.gz