Home
last modified time | relevance | path

Searched refs:StartTimeout (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c338 if (I2CStart(d->pI2CBus, d->StartTimeout)) { in I2CAddress()
373 d.StartTimeout = b->StartTimeout; in xf86I2CProbeAddress()
666 if (d->StartTimeout <= 0) in xf86I2CDevInit()
667 d->StartTimeout = b->StartTimeout; in xf86I2CDevInit()
717 b->StartTimeout = 5; in xf86CreateI2CBusRec()
825 if (b->StartTimeout <= 0) in xf86I2CBusInit()
826 b->StartTimeout = b->HoldTime; in xf86I2CBusInit()
H A Dxf86i2c.h44 int StartTimeout; /* usec */ member
74 int StartTimeout; /* usec */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c311 dev->StartTimeout = 550; in DDC2MakeDevice()