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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.h50 } I2CBusRec; typedef in typeref:struct:_I2CBusRec
H A Dxf86i2c.c635 * xf86I2CDevInit will not allocate an I2CBusRec for you, instead you
685 /* Allocates an I2CBusRec for you and initializes with propper defaults
686 * you may modify before calling xf86I2CBusInit. Your I2CBusRec must
698 b = (I2CBusPtr) calloc(1, sizeof(I2CBusRec));
713 /* Unregister an I2C bus. If you got the I2CBusRec from xf86CreateI2CBusRec
759 * It will not allocate an I2CBusRec for you, instead you may enter
760 * a pointer to a statically allocated I2CBusRec or the (modified)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.h51 } I2CBusRec; typedef in typeref:struct:_I2CBusRec
H A Dxf86i2c.c642 * xf86I2CDevInit will not allocate an I2CBusRec for you, instead you
695 /* Allocates an I2CBusRec for you and initializes with proper defaults
696 * you may modify before calling xf86I2CBusInit. Your I2CBusRec must
708 b = (I2CBusPtr) calloc(1, sizeof(I2CBusRec));
724 /* Unregister an I2C bus. If you got the I2CBusRec from xf86CreateI2CBusRec
772 * It will not allocate an I2CBusRec for you, instead you may enter
773 * a pointer to a statically allocated I2CBusRec or the (modified)

Completed in 6 milliseconds