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

#include <dvo.h>

Data Fields

bool(* init )(struct intel_dvo_device *dvo, struct i2c_adapter *i2cbus)
 
void(* create_resources )(struct intel_dvo_device *dvo)
 
void(* dpms )(struct intel_dvo_device *dvo, bool enable)
 
int(* mode_valid )(struct intel_dvo_device *dvo, struct drm_display_mode *mode)
 
bool(* mode_fixup )(struct intel_dvo_device *dvo, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode)
 
void(* prepare )(struct intel_dvo_device *dvo)
 
void(* commit )(struct intel_dvo_device *dvo)
 
void(* mode_set )(struct intel_dvo_device *dvo, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode)
 
enum drm_connector_status(* detect )(struct intel_dvo_device *dvo)
 
bool(* get_hw_state )(struct intel_dvo_device *dev)
 
struct drm_display_mode *(* get_modes )(struct intel_dvo_device *dvo)
 
void(* destroy )(struct intel_dvo_device *dvo)
 
void(* dump_regs )(struct intel_dvo_device *dvo)
 

Detailed Description

Definition at line 45 of file dvo.h.

Field Documentation

Definition at line 98 of file dvo.h.

void(* create_resources)(struct intel_dvo_device *dvo)

Definition at line 57 of file dvo.h.

void(* destroy)(struct intel_dvo_device *dvo)

Clean up driver-specific bits of the output

Definition at line 134 of file dvo.h.

Definition at line 114 of file dvo.h.

Definition at line 65 of file dvo.h.

void(* dump_regs)(struct intel_dvo_device *dvo)

Debugging hook to dump device registers to log file

Definition at line 139 of file dvo.h.

bool(* get_hw_state)(struct intel_dvo_device *dev)

Definition at line 120 of file dvo.h.

struct drm_display_mode*(* get_modes)(struct intel_dvo_device *dvo)
read

Query the device for the modes it provides.

This function may also update MonInfo, mm_width, and mm_height.

Returns
singly-linked list of modes or NULL if no modes found.

Definition at line 129 of file dvo.h.

bool(* init)(struct intel_dvo_device *dvo, struct i2c_adapter *i2cbus)

Definition at line 50 of file dvo.h.

Definition at line 86 of file dvo.h.

Definition at line 107 of file dvo.h.

Definition at line 76 of file dvo.h.

void(* prepare)(struct intel_dvo_device *dvo)

Definition at line 93 of file dvo.h.


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