Searched defs:drm_simple_display_pipe_funcs (Results 1 – 1 of 1) sorted by relevance
23 struct drm_simple_display_pipe_funcs { struct31 void (*enable)(struct drm_simple_display_pipe *pipe,40 void (*disable)(struct drm_simple_display_pipe *pipe);59 int (*check)(struct drm_simple_display_pipe *pipe,74 void (*update)(struct drm_simple_display_pipe *pipe,84 int (*prepare_fb)(struct drm_simple_display_pipe *pipe,115 const struct drm_simple_display_pipe_funcs *funcs; argument