Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 76141 struct drm_driver { struct 76142 int (*load)(struct drm_device *, unsigned long); 76143 int (*open)(struct drm_device *, struct drm_file *); 76144 void (*postclose)(struct drm_device *, struct drm_file *); 76145 void (*lastclose)(struct drm_device *); 76146 void (*unload)(struct drm_device *); 76147 void (*release)(struct drm_device *); 76148 void (*master_set)(struct drm_device *, struct drm_file *, bool); 76149 void (*master_drop)(struct drm_device *, struct drm_file *); 76150 void (*debugfs_init)(struct drm_minor *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 85756 struct drm_driver { struct 85757 int (*load)(struct drm_device *, unsigned long); 85758 int (*open)(struct drm_device *, struct drm_file *); 85759 void (*postclose)(struct drm_device *, struct drm_file *); 85760 void (*lastclose)(struct drm_device *); 85761 void (*unload)(struct drm_device *); 85762 void (*release)(struct drm_device *); 85763 void (*master_set)(struct drm_device *, struct drm_file *, bool); 85764 void (*master_drop)(struct drm_device *, struct drm_file *); 85765 void (*debugfs_init)(struct drm_minor *); [all …]
|