Linux Kernel
3.7.1
|
#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 |
union { ... } |
struct { ... } crtconf |
struct { ... } dpconf |
struct { ... } lvdsconf |
struct { ... } ::sor_conf sorconf |
struct { ... } tmdsconf |
struct { ... } tvconf |
enum dcb_output_type type |