Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dvo_dev.h47 struct intel_dvo_dev_ops { struct
52 bool (*init)(struct intel_dvo_device *dvo,
59 void (*create_resources)(struct intel_dvo_device *dvo);
67 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
78 enum drm_mode_status (*mode_valid)(struct intel_dvo_device *dvo,
84 void (*prepare)(struct intel_dvo_device *dvo);
89 void (*commit)(struct intel_dvo_device *dvo);
98 void (*mode_set)(struct intel_dvo_device *dvo,
105 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
133 extern const struct intel_dvo_dev_ops sil164_ops; argument