Searched defs:drm_driver___2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 80302 struct drm_driver___2 { struct 80303 int (*load)(struct drm_device___2 *, long unsigned int); 80304 int (*open)(struct drm_device___2 *, struct drm_file *); 80305 void (*postclose)(struct drm_device___2 *, struct drm_file *); 80306 void (*lastclose)(struct drm_device___2 *); 80307 void (*unload)(struct drm_device___2 *); 80308 void (*release)(struct drm_device___2 *); 80309 void (*master_set)(struct drm_device___2 *, struct drm_file *, bool); 80310 void (*master_drop)(struct drm_device___2 *, struct drm_file *); 80311 void (*debugfs_init)(struct drm_minor *); [all …]
|
H A D | vmlinux_602.h | 80302 struct drm_driver___2 { struct 80303 int (*load)(struct drm_device___2 *, long unsigned int); 80304 int (*open)(struct drm_device___2 *, struct drm_file *); 80305 void (*postclose)(struct drm_device___2 *, struct drm_file *); 80306 void (*lastclose)(struct drm_device___2 *); 80307 void (*unload)(struct drm_device___2 *); 80308 void (*release)(struct drm_device___2 *); 80309 void (*master_set)(struct drm_device___2 *, struct drm_file *, bool); 80310 void (*master_drop)(struct drm_device___2 *, struct drm_file *); 80311 void (*debugfs_init)(struct drm_minor *); [all …]
|