Linux Kernel
3.7.1
|
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 |
#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.
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.