Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Dgrip_mp.c71 #define IO_GOT_PACKET 0x0100 /* Got a packet */ macro
260 return IO_GOT_PACKET; in mp_io()
263 return IO_GOT_PACKET | IO_RETRY; in mp_io()
268 return IO_GOT_PACKET | IO_RESET; in mp_io()
272 return IO_GOT_PACKET | IO_RESET; in mp_io()
279 return IO_GOT_PACKET | IO_RESET; in mp_io()
282 return IO_GOT_PACKET | IO_RESET; in mp_io()
285 return IO_GOT_PACKET | IO_RESET; in mp_io()
293 return IO_GOT_PACKET | IO_MODE_FAST; in mp_io()
373 if (flags && !(flags & IO_GOT_PACKET)) { in get_and_decode_packet()
[all …]