Lines Matching defs:stat
126 u8 stat;
345 int stat;
347 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
348 if (!stat) {
354 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
355 if (!stat)
360 if (i2c->stat & HDMI_IH_I2CM_STAT0_ERROR)
2922 unsigned int stat;
2924 stat = hdmi_readb(hdmi, HDMI_IH_I2CM_STAT0);
2925 if (!stat)
2928 hdmi_writeb(hdmi, stat, HDMI_IH_I2CM_STAT0);
2930 i2c->stat = stat;