Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Ddvo.h45 struct intel_dvo_dev_ops { struct
50 bool (*init)(struct intel_dvo_device *dvo,
57 void (*create_resources)(struct intel_dvo_device *dvo);
65 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
76 int (*mode_valid)(struct intel_dvo_device *dvo,
82 void (*prepare)(struct intel_dvo_device *dvo);
87 void (*commit)(struct intel_dvo_device *dvo);
96 void (*mode_set)(struct intel_dvo_device *dvo,
103 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
131 extern struct intel_dvo_dev_ops sil164_ops; argument