Searched defs:drm_crtc_funcs (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 70920 struct drm_crtc_funcs {  struct70921 	void (*reset)(struct drm_crtc *);
 70922 	int (*cursor_set)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t);
 70923 …cursor_set2)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t, int32_t, int32_t);
 70924 	int (*cursor_move)(struct drm_crtc *, int, int);
 70925 …t (*gamma_set)(struct drm_crtc *, u16 *, u16 *, u16 *, uint32_t, struct drm_modeset_acquire_ctx *);
 70926 	void (*destroy)(struct drm_crtc *);
 70927 	int (*set_config)(struct drm_mode_set *, struct drm_modeset_acquire_ctx *);
 70928 … drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, struct drm_modeset_acquire_ctx *);
 70929 …buffer *, struct drm_pending_vblank_event *, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *);
 [all …]
 
 | 
| D | vmlinux.h | 70920 struct drm_crtc_funcs {  struct70921 	void (*reset)(struct drm_crtc *);
 70922 	int (*cursor_set)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t);
 70923 …cursor_set2)(struct drm_crtc *, struct drm_file *, uint32_t, uint32_t, uint32_t, int32_t, int32_t);
 70924 	int (*cursor_move)(struct drm_crtc *, int, int);
 70925 …t (*gamma_set)(struct drm_crtc *, u16 *, u16 *, u16 *, uint32_t, struct drm_modeset_acquire_ctx *);
 70926 	void (*destroy)(struct drm_crtc *);
 70927 	int (*set_config)(struct drm_mode_set *, struct drm_modeset_acquire_ctx *);
 70928 … drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, struct drm_modeset_acquire_ctx *);
 70929 …buffer *, struct drm_pending_vblank_event *, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *);
 [all …]
 
 |