Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
omap_crtc.c File Reference
#include "omap_drv.h"
#include "drm_mode.h"
#include "drm_crtc.h"
#include "drm_crtc_helper.h"

Go to the source code of this file.

Data Structures

struct  omap_crtc
 

Macros

#define to_omap_crtc(x)   container_of(x, struct omap_crtc, base)
 

Functions

struct drm_crtcomap_crtc_init (struct drm_device *dev, struct omap_overlay *ovl, int id)
 

Macro Definition Documentation

#define to_omap_crtc (   x)    container_of(x, struct omap_crtc, base)

Definition at line 26 of file omap_crtc.c.

Function Documentation

struct drm_crtc* omap_crtc_init ( struct drm_device dev,
struct omap_overlay ovl,
int  id 
)
read

Definition at line 238 of file omap_crtc.c.