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

#include <omapdss.h>

Data Fields

struct kobject kobj
 
struct list_head list
 
const charname
 
enum omap_plane id
 
enum omap_color_mode supported_modes
 
enum omap_overlay_caps caps
 
struct omap_overlay_managermanager
 
int(* enable )(struct omap_overlay *ovl)
 
int(* disable )(struct omap_overlay *ovl)
 
bool(* is_enabled )(struct omap_overlay *ovl)
 
int(* set_manager )(struct omap_overlay *ovl, struct omap_overlay_manager *mgr)
 
int(* unset_manager )(struct omap_overlay *ovl)
 
int(* set_overlay_info )(struct omap_overlay *ovl, struct omap_overlay_info *info)
 
void(* get_overlay_info )(struct omap_overlay *ovl, struct omap_overlay_info *info)
 
int(* wait_for_go )(struct omap_overlay *ovl)
 
struct omap_dss_device *(* get_device )(struct omap_overlay *ovl)
 

Detailed Description

Definition at line 402 of file omapdss.h.

Field Documentation

enum omap_overlay_caps caps

Definition at line 410 of file omapdss.h.

int(* disable)(struct omap_overlay *ovl)

Definition at line 427 of file omapdss.h.

int(* enable)(struct omap_overlay *ovl)

Definition at line 426 of file omapdss.h.

struct omap_dss_device*(* get_device)(struct omap_overlay *ovl)
read

Definition at line 441 of file omapdss.h.

void(* get_overlay_info)(struct omap_overlay *ovl, struct omap_overlay_info *info)

Definition at line 436 of file omapdss.h.

enum omap_plane id

Definition at line 408 of file omapdss.h.

bool(* is_enabled)(struct omap_overlay *ovl)

Definition at line 428 of file omapdss.h.

Definition at line 403 of file omapdss.h.

Definition at line 404 of file omapdss.h.

Definition at line 413 of file omapdss.h.

const char* name

Definition at line 407 of file omapdss.h.

int(* set_manager)(struct omap_overlay *ovl, struct omap_overlay_manager *mgr)

Definition at line 430 of file omapdss.h.

int(* set_overlay_info)(struct omap_overlay *ovl, struct omap_overlay_info *info)

Definition at line 434 of file omapdss.h.

enum omap_color_mode supported_modes

Definition at line 409 of file omapdss.h.

int(* unset_manager)(struct omap_overlay *ovl)

Definition at line 432 of file omapdss.h.

int(* wait_for_go)(struct omap_overlay *ovl)

Definition at line 439 of file omapdss.h.


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