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

#include <dcb.h>

Data Fields

int index
 
enum dcb_output_type type
 
uint8_t i2c_index
 
uint8_t heads
 
uint8_t connector
 
uint8_t bus
 
uint8_t location
 
uint8_t or
 
bool duallink_possible
 
union {
   struct sor_conf {
      int   link
 
   }   sorconf
 
   struct {
      int   maxfreq
 
   }   crtconf
 
   struct {
      struct sor_conf   sor
 
      bool   use_straps_for_mode
 
      bool   use_acpi_for_edid
 
      bool   use_power_scripts
 
   }   lvdsconf
 
   struct {
      bool   has_component_output
 
   }   tvconf
 
   struct {
      struct sor_conf   sor
 
      int   link_nr
 
      int   link_bw
 
   }   dpconf
 
   struct {
      struct sor_conf   sor
 
      int   slave_addr
 
   }   tmdsconf
 
}; 
 
bool i2c_upper_default
 

Detailed Description

Definition at line 17 of file dcb.h.

Field Documentation

union { ... }
uint8_t bus

Definition at line 23 of file dcb.h.

uint8_t connector

Definition at line 22 of file dcb.h.

struct { ... } crtconf
struct { ... } dpconf
bool duallink_possible

Definition at line 26 of file dcb.h.

bool has_component_output

Definition at line 41 of file dcb.h.

uint8_t heads

Definition at line 21 of file dcb.h.

uint8_t i2c_index

Definition at line 20 of file dcb.h.

bool i2c_upper_default

Definition at line 53 of file dcb.h.

int index

Definition at line 18 of file dcb.h.

Definition at line 29 of file dcb.h.

int link_bw

Definition at line 46 of file dcb.h.

int link_nr

Definition at line 45 of file dcb.h.

uint8_t location

Definition at line 24 of file dcb.h.

struct { ... } lvdsconf
int maxfreq

Definition at line 32 of file dcb.h.

uint8_t or

Definition at line 25 of file dcb.h.

int slave_addr

Definition at line 50 of file dcb.h.

struct sor_conf sor

Definition at line 35 of file dcb.h.

struct { ... } ::sor_conf sorconf
struct { ... } tmdsconf
struct { ... } tvconf

Definition at line 19 of file dcb.h.

bool use_acpi_for_edid

Definition at line 37 of file dcb.h.

bool use_power_scripts

Definition at line 38 of file dcb.h.

bool use_straps_for_mode

Definition at line 36 of file dcb.h.


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