Home
last modified time | relevance | path

Searched defs:drm_vblank_crtc (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h76777 struct drm_vblank_crtc { struct
76778 struct drm_device *dev;
76779 wait_queue_head_t queue;
76780 struct timer_list disable_timer;
76781 seqlock_t seqlock;
76782 atomic64_t count;
76783 ktime_t time;
76784 atomic_t refcount;
76785 u32 last;
76786 u32 max_vblank_count;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h86394 struct drm_vblank_crtc { struct
86395 struct drm_device *dev;
86396 wait_queue_head_t queue;
86397 struct timer_list disable_timer;
86398 seqlock_t seqlock;
86399 atomic64_t count;
86400 ktime_t time;
86401 atomic_t refcount;
86402 u32 last;
86403 u32 max_vblank_count;
[all …]