Searched defs:drm_crtc_funcs (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 77504 struct drm_crtc_funcs { struct 77505 void (*reset)(struct drm_crtc *); 77506 int (*cursor_set)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t); 77507 …cursor_set2)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t, int32_t, int32_t); 77508 int (*cursor_move)(struct drm_crtc *, int, int); 77509 …t (*gamma_set)(struct drm_crtc *, u16 *, u16 *, u16 *, uint32_t, struct drm_modeset_acquire_ctx *); 77510 void (*destroy)(struct drm_crtc *); 77511 int (*set_config)(struct drm_mode_set *, struct drm_modeset_acquire_ctx *); 77512 … drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, struct drm_modeset_acquire_ctx *); 77513 …buffer *, struct drm_pending_vblank_event *, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 87123 struct drm_crtc_funcs { struct 87124 void (*reset)(struct drm_crtc *); 87125 int (*cursor_set)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t); 87126 …cursor_set2)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t, int32_t, int32_t); 87127 int (*cursor_move)(struct drm_crtc *, int, int); 87128 …t (*gamma_set)(struct drm_crtc *, u16 *, u16 *, u16 *, uint32_t, struct drm_modeset_acquire_ctx *); 87129 void (*destroy)(struct drm_crtc *); 87130 int (*set_config)(struct drm_mode_set *, struct drm_modeset_acquire_ctx *); 87131 … drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, struct drm_modeset_acquire_ctx *); 87132 …buffer *, struct drm_pending_vblank_event *, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *); [all …]
|