Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h75960 struct drm_mode_config { struct
75961 struct mutex mutex;
75962 struct drm_modeset_lock connection_mutex;
75963 struct drm_modeset_acquire_ctx *acquire_ctx;
75964 struct mutex idr_mutex;
75988 const struct drm_mode_config_funcs *funcs; argument
75989 bool poll_enabled;
75990 bool poll_running;
75991 bool delayed_event;
75992 struct delayed_work output_poll_work;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h85575 struct drm_mode_config { struct
85576 struct mutex mutex;
85577 struct drm_modeset_lock connection_mutex;
85578 struct drm_modeset_acquire_ctx *acquire_ctx;
85579 struct mutex idr_mutex;
85603 const struct drm_mode_config_funcs *funcs; argument
85604 bool poll_enabled;
85605 bool poll_running;
85606 bool delayed_event;
85607 struct delayed_work output_poll_work;
[all …]