Home
last modified time | relevance | path

Searched refs:read_input (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h97 void (*read_input) (struct _InputInfoRec * local); member
H A Dxf86Events.c247 pInfo->read_input(pInfo); in xf86ReadInput()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog22438 - the fd goes crazy with ENODEV, but a read_input() now passes the already
102896 | xf86Config.c:1228: warning: ‘Pointer$read_input’ may be used uninitialized in this function
102897 | xf86Config.c:1097: note: ‘Pointer$read_input’ was declared here
118878 Move FD_CLR above pInfo->read_input
118880 The event fd may be invalidated by the pInfo->read_input call. If it is
118882 call must precede the pInfo->read_input call.