Searched refs:I2CBusList (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.c683 static I2CBusPtr I2CBusList; variable in typeref:typename:I2CBusPtr
727 for (p = &I2CBusList; *p != NULL; p = &(*p)->NextBus)
816 b->NextBus = I2CBusList;
817 I2CBusList = b;
831 for (p = I2CBusList; p != NULL; p = p->NextBus)
852 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.c693 static I2CBusPtr I2CBusList; variable in typeref:typename:I2CBusPtr
738 for (p = &I2CBusList; *p != NULL; p = &(*p)->NextBus)
830 b->NextBus = I2CBusList;
831 I2CBusList = b;
845 for (p = I2CBusList; p != NULL; p = p->NextBus)
866 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {

Completed in 6 milliseconds