Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
exynos_drm_overlay_ops Struct Reference

#include <exynos_drm_drv.h>

Data Fields

void(* mode_set )(struct device *subdrv_dev, struct exynos_drm_overlay *overlay)
 
void(* commit )(struct device *subdrv_dev, int zpos)
 
void(* enable )(struct device *subdrv_dev, int zpos)
 
void(* disable )(struct device *subdrv_dev, int zpos)
 
void(* wait_for_vblank )(struct device *subdrv_dev)
 

Detailed Description

Definition at line 80 of file exynos_drm_drv.h.

Field Documentation

void(* commit)(struct device *subdrv_dev, int zpos)

Definition at line 83 of file exynos_drm_drv.h.

void(* disable)(struct device *subdrv_dev, int zpos)

Definition at line 85 of file exynos_drm_drv.h.

void(* enable)(struct device *subdrv_dev, int zpos)

Definition at line 84 of file exynos_drm_drv.h.

void(* mode_set)(struct device *subdrv_dev, struct exynos_drm_overlay *overlay)

Definition at line 81 of file exynos_drm_drv.h.

void(* wait_for_vblank)(struct device *subdrv_dev)

Definition at line 86 of file exynos_drm_drv.h.


The documentation for this struct was generated from the following file: