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

/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c94 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) function
161 if (tfp410_readb(dvo, addr+0, &ch1) &&
162 tfp410_readb(dvo, addr+1, &ch2))
209 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
242 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
257 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
270 tfp410_readb(dvo, TFP410_REV, &val);
272 tfp410_readb(dvo, TFP410_CTL_1, &val);
274 tfp410_readb(dvo, TFP410_CTL_2, &val);
276 tfp410_readb(dv
[all...]

Completed in 103 milliseconds