Home
last modified time | relevance | path

Searched defs:intel_dvo_dev_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/gpu/drm/i915/
Ddvo.h46 struct intel_dvo_dev_ops { struct
51 bool (*init)(struct intel_dvo_device *dvo,
58 void (*create_resources)(struct intel_dvo_device *dvo);
67 void (*dpms)(struct intel_dvo_device *dvo, int mode);
78 int (*mode_valid)(struct intel_dvo_device *dvo,
88 bool (*mode_fixup)(struct intel_dvo_device *dvo,
95 void (*prepare)(struct intel_dvo_device *dvo);
100 void (*commit)(struct intel_dvo_device *dvo);
109 void (*mode_set)(struct intel_dvo_device *dvo,
138 extern struct intel_dvo_dev_ops sil164_ops; argument