Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
exynos_drm_hdmi.h File Reference

Go to the source code of this file.

Data Structures

struct  exynos_drm_hdmi_context
 
struct  exynos_hdmi_ops
 
struct  exynos_mixer_ops
 

Macros

#define MIXER_WIN_NR   3
 
#define MIXER_DEFAULT_WIN   0
 

Functions

void exynos_hdmi_drv_attach (struct exynos_drm_hdmi_context *ctx)
 
void exynos_mixer_drv_attach (struct exynos_drm_hdmi_context *ctx)
 
void exynos_hdmi_ops_register (struct exynos_hdmi_ops *ops)
 
void exynos_mixer_ops_register (struct exynos_mixer_ops *ops)
 

Macro Definition Documentation

#define MIXER_DEFAULT_WIN   0

Definition at line 30 of file exynos_drm_hdmi.h.

#define MIXER_WIN_NR   3

Definition at line 29 of file exynos_drm_hdmi.h.

Function Documentation

void exynos_hdmi_drv_attach ( struct exynos_drm_hdmi_context ctx)

Definition at line 49 of file exynos_drm_hdmi.c.

void exynos_hdmi_ops_register ( struct exynos_hdmi_ops ops)

Definition at line 61 of file exynos_drm_hdmi.c.

void exynos_mixer_drv_attach ( struct exynos_drm_hdmi_context ctx)

Definition at line 55 of file exynos_drm_hdmi.c.

void exynos_mixer_ops_register ( struct exynos_mixer_ops ops)

Definition at line 69 of file exynos_drm_hdmi.c.