Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dvo_dev.h48 struct intel_dvo_dev_ops { struct
53 bool (*init)(struct intel_dvo_device *dvo,
62 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
73 enum drm_mode_status (*mode_valid)(struct intel_dvo_device *dvo,
83 void (*mode_set)(struct intel_dvo_device *dvo,
109 extern const struct intel_dvo_dev_ops sil164_ops; argument