Searched refs:ivch_read (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
H A Ddvo_ivch.c166 static bool ivch_read(struct intel_dvo_device *dvo, int addr, uint16_t *data) function
251 if (!ivch_read(dvo, VR00, &temp))
266 ivch_read(dvo, VR20, &priv->width);
267 ivch_read(dvo, VR21, &priv->height);
297 if (!ivch_read(dvo, VR01, &vr01))
315 if (!ivch_read(dvo, VR30, &vr30))
365 ivch_read(dvo, VR00, &val);
367 ivch_read(dvo, VR01, &val);
369 ivch_read(dvo, VR30, &val);
371 ivch_read(dv
[all...]

Completed in 29 milliseconds