HomeSort by: relevance | last modified time | path
    Searched defs:irqflags (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/
drm_irq.c 204 unsigned long irqflags; local in function:drm_irq_uninstall
218 spin_lock_irqsave(&dev->event_lock, irqflags);
235 spin_unlock_irqrestore(&dev->event_lock, irqflags);
drm_irq.c 204 unsigned long irqflags; local in function:drm_irq_uninstall
218 spin_lock_irqsave(&dev->event_lock, irqflags);
235 spin_unlock_irqrestore(&dev->event_lock, irqflags);
drm_irq.c 204 unsigned long irqflags; local in function:drm_irq_uninstall
218 spin_lock_irqsave(&dev->event_lock, irqflags);
235 spin_unlock_irqrestore(&dev->event_lock, irqflags);
drm_file.c 820 unsigned long irqflags; local in function:drm_send_event
822 spin_lock_irqsave(&dev->event_lock, irqflags);
824 spin_unlock_irqrestore(&dev->event_lock, irqflags);
drm_file.c 820 unsigned long irqflags; local in function:drm_send_event
822 spin_lock_irqsave(&dev->event_lock, irqflags);
824 spin_unlock_irqrestore(&dev->event_lock, irqflags);
drm_file.c 820 unsigned long irqflags; local in function:drm_send_event
822 spin_lock_irqsave(&dev->event_lock, irqflags);
824 spin_unlock_irqrestore(&dev->event_lock, irqflags);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lpe_audio.c 329 unsigned long irqflags; local in function:intel_lpe_audio_notify
340 spin_lock_irqsave(&pdata->lpe_audio_slock, irqflags);
367 spin_unlock_irqrestore(&pdata->lpe_audio_slock, irqflags);
intel_lpe_audio.c 329 unsigned long irqflags; local in function:intel_lpe_audio_notify
340 spin_lock_irqsave(&pdata->lpe_audio_slock, irqflags);
367 spin_unlock_irqrestore(&pdata->lpe_audio_slock, irqflags);
intel_lpe_audio.c 329 unsigned long irqflags; local in function:intel_lpe_audio_notify
340 spin_lock_irqsave(&pdata->lpe_audio_slock, irqflags);
367 spin_unlock_irqrestore(&pdata->lpe_audio_slock, irqflags);
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_irq.c 128 unsigned long irqflags; local in function:drm_vblank_cleanup
134 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
136 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
337 unsigned long irqflags; local in function:drm_vblank_get
340 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
354 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
361 unsigned long irqflags; local in function:drm_vblank_put
363 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
373 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
380 unsigned long irqflags; local in function:drm_modeset_ctl
    [all...]
drm_irq.c 128 unsigned long irqflags; local in function:drm_vblank_cleanup
134 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
136 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
337 unsigned long irqflags; local in function:drm_vblank_get
340 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
354 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
361 unsigned long irqflags; local in function:drm_vblank_put
363 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
373 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
380 unsigned long irqflags; local in function:drm_modeset_ctl
    [all...]
drm_irq.c 128 unsigned long irqflags; local in function:drm_vblank_cleanup
134 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
136 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
337 unsigned long irqflags; local in function:drm_vblank_get
340 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
354 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
361 unsigned long irqflags; local in function:drm_vblank_put
363 DRM_SPINLOCK_IRQSAVE(&dev->vbl_lock, irqflags);
373 DRM_SPINUNLOCK_IRQRESTORE(&dev->vbl_lock, irqflags);
380 unsigned long irqflags; local in function:drm_modeset_ctl
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_irq_kms.c 130 unsigned long irqflags; local in function:radeon_driver_irq_preinstall_kms
133 spin_lock_irqsave(&rdev->irq.lock, irqflags);
146 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
181 unsigned long irqflags; local in function:radeon_driver_irq_uninstall_kms
187 spin_lock_irqsave(&rdev->irq.lock, irqflags);
200 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
368 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_get
374 spin_lock_irqsave(&rdev->irq.lock, irqflags);
376 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
407 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_put
430 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_get
456 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_put
481 unsigned long irqflags; local in function:radeon_irq_kms_enable_afmt
503 unsigned long irqflags; local in function:radeon_irq_kms_disable_afmt
524 unsigned long irqflags; local in function:radeon_irq_kms_enable_hpd
547 unsigned long irqflags; local in function:radeon_irq_kms_disable_hpd
    [all...]
radeon_kms.c 833 unsigned long irqflags; local in function:radeon_enable_vblank_kms
841 spin_lock_irqsave(&rdev->irq.lock, irqflags);
844 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
859 unsigned long irqflags; local in function:radeon_disable_vblank_kms
866 spin_lock_irqsave(&rdev->irq.lock, irqflags);
869 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
radeon_irq_kms.c 130 unsigned long irqflags; local in function:radeon_driver_irq_preinstall_kms
133 spin_lock_irqsave(&rdev->irq.lock, irqflags);
146 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
181 unsigned long irqflags; local in function:radeon_driver_irq_uninstall_kms
187 spin_lock_irqsave(&rdev->irq.lock, irqflags);
200 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
368 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_get
374 spin_lock_irqsave(&rdev->irq.lock, irqflags);
376 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
407 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_put
430 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_get
456 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_put
481 unsigned long irqflags; local in function:radeon_irq_kms_enable_afmt
503 unsigned long irqflags; local in function:radeon_irq_kms_disable_afmt
524 unsigned long irqflags; local in function:radeon_irq_kms_enable_hpd
547 unsigned long irqflags; local in function:radeon_irq_kms_disable_hpd
    [all...]
radeon_kms.c 833 unsigned long irqflags; local in function:radeon_enable_vblank_kms
841 spin_lock_irqsave(&rdev->irq.lock, irqflags);
844 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
859 unsigned long irqflags; local in function:radeon_disable_vblank_kms
866 spin_lock_irqsave(&rdev->irq.lock, irqflags);
869 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
radeon_irq_kms.c 130 unsigned long irqflags; local in function:radeon_driver_irq_preinstall_kms
133 spin_lock_irqsave(&rdev->irq.lock, irqflags);
146 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
181 unsigned long irqflags; local in function:radeon_driver_irq_uninstall_kms
187 spin_lock_irqsave(&rdev->irq.lock, irqflags);
200 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
368 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_get
374 spin_lock_irqsave(&rdev->irq.lock, irqflags);
376 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
407 unsigned long irqflags; local in function:radeon_irq_kms_sw_irq_put
430 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_get
456 unsigned long irqflags; local in function:radeon_irq_kms_pflip_irq_put
481 unsigned long irqflags; local in function:radeon_irq_kms_enable_afmt
503 unsigned long irqflags; local in function:radeon_irq_kms_disable_afmt
524 unsigned long irqflags; local in function:radeon_irq_kms_enable_hpd
547 unsigned long irqflags; local in function:radeon_irq_kms_disable_hpd
    [all...]
radeon_kms.c 833 unsigned long irqflags; local in function:radeon_enable_vblank_kms
841 spin_lock_irqsave(&rdev->irq.lock, irqflags);
844 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
859 unsigned long irqflags; local in function:radeon_disable_vblank_kms
866 spin_lock_irqsave(&rdev->irq.lock, irqflags);
869 spin_unlock_irqrestore(&rdev->irq.lock, irqflags);
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 338 unsigned long irqflags; local in function:drm_dequeue_event
341 spin_lock_irqsave(&dev->event_lock, irqflags);
365 out: spin_unlock_irqrestore(&dev->event_lock, irqflags);
374 unsigned long irqflags; local in function:drm_requeue_event
376 spin_lock_irqsave(&dev->event_lock, irqflags);
380 spin_unlock_irqrestore(&dev->event_lock, irqflags);
406 unsigned long irqflags; local in function:drm_poll
411 spin_lock_irqsave(&dev->event_lock, irqflags);
416 spin_unlock_irqrestore(&dev->event_lock, irqflags);
436 unsigned long irqflags; local in function:drm_kqfilter
457 unsigned long irqflags; local in function:filt_drm_detach
469 unsigned long irqflags; local in function:filt_drm_event
    [all...]
drm_cdevsw.c 338 unsigned long irqflags; local in function:drm_dequeue_event
341 spin_lock_irqsave(&dev->event_lock, irqflags);
365 out: spin_unlock_irqrestore(&dev->event_lock, irqflags);
374 unsigned long irqflags; local in function:drm_requeue_event
376 spin_lock_irqsave(&dev->event_lock, irqflags);
380 spin_unlock_irqrestore(&dev->event_lock, irqflags);
406 unsigned long irqflags; local in function:drm_poll
411 spin_lock_irqsave(&dev->event_lock, irqflags);
416 spin_unlock_irqrestore(&dev->event_lock, irqflags);
436 unsigned long irqflags; local in function:drm_kqfilter
457 unsigned long irqflags; local in function:filt_drm_detach
469 unsigned long irqflags; local in function:filt_drm_event
    [all...]
drm_cdevsw.c 338 unsigned long irqflags; local in function:drm_dequeue_event
341 spin_lock_irqsave(&dev->event_lock, irqflags);
365 out: spin_unlock_irqrestore(&dev->event_lock, irqflags);
374 unsigned long irqflags; local in function:drm_requeue_event
376 spin_lock_irqsave(&dev->event_lock, irqflags);
380 spin_unlock_irqrestore(&dev->event_lock, irqflags);
406 unsigned long irqflags; local in function:drm_poll
411 spin_lock_irqsave(&dev->event_lock, irqflags);
416 spin_unlock_irqrestore(&dev->event_lock, irqflags);
436 unsigned long irqflags; local in function:drm_kqfilter
457 unsigned long irqflags; local in function:filt_drm_detach
469 unsigned long irqflags; local in function:filt_drm_event
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
i915_irq.c 275 unsigned long irqflags; local in function:i915_user_irq_get
278 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
281 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
287 unsigned long irqflags; local in function:i915_user_irq_put
289 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
295 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
382 unsigned long irqflags; local in function:i915_enable_vblank
394 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
396 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
406 unsigned long irqflags; local in function:i915_disable_vblank
    [all...]
i915_irq.c 275 unsigned long irqflags; local in function:i915_user_irq_get
278 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
281 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
287 unsigned long irqflags; local in function:i915_user_irq_put
289 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
295 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
382 unsigned long irqflags; local in function:i915_enable_vblank
394 DRM_SPINLOCK_IRQSAVE(&dev_priv->user_irq_lock, irqflags);
396 DRM_SPINUNLOCK_IRQRESTORE(&dev_priv->user_irq_lock, irqflags);
406 unsigned long irqflags; local in function:i915_disable_vblank
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_irq.c 117 unsigned long irqflags; local in function:amdgpu_irq_disable_all
121 spin_lock_irqsave(&adev->irq.lock, irqflags);
142 spin_unlock_irqrestore(&adev->irq.lock, irqflags);
489 unsigned long irqflags; local in function:amdgpu_irq_update
493 spin_lock_irqsave(&adev->irq.lock, irqflags);
503 spin_unlock_irqrestore(&adev->irq.lock, irqflags);
amdgpu_irq.c 117 unsigned long irqflags; local in function:amdgpu_irq_disable_all
121 spin_lock_irqsave(&adev->irq.lock, irqflags);
142 spin_unlock_irqrestore(&adev->irq.lock, irqflags);
489 unsigned long irqflags; local in function:amdgpu_irq_update
493 spin_lock_irqsave(&adev->irq.lock, irqflags);
503 spin_unlock_irqrestore(&adev->irq.lock, irqflags);

Completed in 159 milliseconds

1 2 3