Linux Kernel
3.7.1
|
#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) |
void(* create_resources)(struct intel_dvo_device *dvo) |
void(* destroy)(struct intel_dvo_device *dvo) |
enum drm_connector_status(* detect)(struct intel_dvo_device *dvo) |
void(* dump_regs)(struct intel_dvo_device *dvo) |
|
read |
bool(* init)(struct intel_dvo_device *dvo, struct i2c_adapter *i2cbus) |
bool(* mode_fixup)(struct intel_dvo_device *dvo, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
void(* mode_set)(struct intel_dvo_device *dvo, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
int(* mode_valid)(struct intel_dvo_device *dvo, struct drm_display_mode *mode) |
void(* prepare)(struct intel_dvo_device *dvo) |