Home
last modified time | relevance | path

Searched refs:NextBus (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c738 for (p = &I2CBusList; *p != NULL; p = &(*p)->NextBus) in xf86DestroyI2CBusRec()
740 *p = (*p)->NextBus; in xf86DestroyI2CBusRec()
830 b->NextBus = I2CBusList; in xf86I2CBusInit()
845 for (p = I2CBusList; p != NULL; p = p->NextBus) in xf86I2CFindBus()
866 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) { in xf86I2CGetScreenBuses()
H A Dxf86i2c.h48 I2CBusPtr NextBus; member