Searched defs:drm_framebuffer_funcs (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 76832 struct drm_framebuffer_funcs {  struct76833 	void (*destroy)(struct drm_framebuffer *);
 76834 	int (*create_handle)(struct drm_framebuffer *, struct drm_file *, unsigned int *);
 76835 …ramebuffer *, struct drm_file *, unsigned int, unsigned int, struct drm_clip_rect *, unsigned int);
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 86449 struct drm_framebuffer_funcs {  struct86450 	void (*destroy)(struct drm_framebuffer *);
 86451 	int (*create_handle)(struct drm_framebuffer *, struct drm_file *, unsigned int *);
 86452 …ramebuffer *, struct drm_file *, unsigned int, unsigned int, struct drm_clip_rect *, unsigned int);
 
 |