Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h70632 struct drm_driver { struct
70633 int (*load)(struct drm_device *, long unsigned int);
70634 int (*open)(struct drm_device *, struct drm_file *);
70635 void (*postclose)(struct drm_device *, struct drm_file *);
70636 void (*lastclose)(struct drm_device *);
70637 void (*unload)(struct drm_device *);
70638 void (*release)(struct drm_device *);
70639 u32 (*get_vblank_counter)(struct drm_device *, unsigned int);
70640 int (*enable_vblank)(struct drm_device *, unsigned int);
70641 void (*disable_vblank)(struct drm_device *, unsigned int);
[all …]
Dvmlinux.h70632 struct drm_driver { struct
70633 int (*load)(struct drm_device *, long unsigned int);
70634 int (*open)(struct drm_device *, struct drm_file *);
70635 void (*postclose)(struct drm_device *, struct drm_file *);
70636 void (*lastclose)(struct drm_device *);
70637 void (*unload)(struct drm_device *);
70638 void (*release)(struct drm_device *);
70639 u32 (*get_vblank_counter)(struct drm_device *, unsigned int);
70640 int (*enable_vblank)(struct drm_device *, unsigned int);
70641 void (*disable_vblank)(struct drm_device *, unsigned int);
[all …]