Home
last modified time | relevance | path

Searched refs:xf86Int10InfoRec (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A DINT10.HOWTO24 pointer to a xf86Int10InfoRec on success. If anything fails or if
53 xf86Int10InfoRec passed to the function. On return this structure
143 xf86InitInt10() should return NULL. Otherwise an xf86Int10InfoRec
208 by setting num in the xf86Int10InfoRec to 0xe6 and calling
217 return a pointer to the xf86Int10InfoRec allocated.
278 xf86Int10InfoRec.
286 the resulting register values back to the xf86Int10InfoRec structure
327 current xf86Int10InfoRec. Currently defines are available for
H A Dxf86int10.h45 } xf86Int10InfoRec, *xf86Int10InfoPtr; typedef
H A Dgeneric.c135 pInt = (xf86Int10InfoPtr) xnfcalloc(1, sizeof(xf86Int10InfoRec)); in xf86ExtendedInitInt10()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c161 pInt = (xf86Int10InfoPtr) xnfcalloc(1, sizeof(xf86Int10InfoRec)); in xf86ExtendedInitInt10()