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

#include <exynos_drm_hdmi.h>

Data Fields

bool(* is_connected )(void *ctx)
 
int(* get_edid )(void *ctx, struct drm_connector *connector, u8 *edid, int len)
 
int(* check_timing )(void *ctx, void *timing)
 
int(* power_on )(void *ctx, int mode)
 
void(* mode_fixup )(void *ctx, struct drm_connector *connector, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode)
 
void(* mode_set )(void *ctx, void *mode)
 
void(* get_max_resol )(void *ctx, unsigned int *width, unsigned int *height)
 
void(* commit )(void *ctx)
 
void(* dpms )(void *ctx, int mode)
 

Detailed Description

Definition at line 44 of file exynos_drm_hdmi.h.

Field Documentation

int(* check_timing)(void *ctx, void *timing)

Definition at line 49 of file exynos_drm_hdmi.h.

Definition at line 59 of file exynos_drm_hdmi.h.

void(* dpms)(void *ctx, int mode)

Definition at line 60 of file exynos_drm_hdmi.h.

Definition at line 47 of file exynos_drm_hdmi.h.

void(* get_max_resol)(void *ctx, unsigned int *width, unsigned int *height)

Definition at line 57 of file exynos_drm_hdmi.h.

bool(* is_connected)(void *ctx)

Definition at line 46 of file exynos_drm_hdmi.h.

Definition at line 53 of file exynos_drm_hdmi.h.

void(* mode_set)(void *ctx, void *mode)

Definition at line 56 of file exynos_drm_hdmi.h.

int(* power_on)(void *ctx, int mode)

Definition at line 50 of file exynos_drm_hdmi.h.


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