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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.h55 extern _X_EXPORT void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc, Bool devs_too);
H A Dxf86i2c.c714 * you should set <unalloc> to free it. If you set <devs_too>, the function
720 xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too) argument
734 if (devs_too) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.h58 Bool devs_too);
H A Dxf86i2c.c725 * you should set <unalloc> to free it. If you set <devs_too>, the function
731 xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too) argument
745 if (devs_too) {

Completed in 4 milliseconds