Searched refs:NextBus (Results 1 – 2 of 2) sorted by relevance
738 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()
48 I2CBusPtr NextBus; member