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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c727 for (p = &I2CBusList; *p != NULL; p = &(*p)->NextBus)
729 *p = (*p)->NextBus;
816 b->NextBus = I2CBusList;
831 for (p = I2CBusList; p != NULL; p = p->NextBus)
852 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {
H A Dxf86i2c.h47 I2CBusPtr NextBus; member in struct:_I2CBusRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c738 for (p = &I2CBusList; *p != NULL; p = &(*p)->NextBus)
740 *p = (*p)->NextBus;
830 b->NextBus = I2CBusList;
845 for (p = I2CBusList; p != NULL; p = p->NextBus)
866 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {
H A Dxf86i2c.h48 I2CBusPtr NextBus; member in struct:_I2CBusRec

Completed in 4 milliseconds