Home
last modified time | relevance | path

Searched refs:PACKET_MP_DONE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dgrip_mp.c66 #define PACKET_MP_DONE 0x02000000 /* multiport done sending */ macro
260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io()
371 if (packet & PACKET_MP_DONE) in get_and_decode_packet()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgrip_mp.c66 #define PACKET_MP_DONE 0x02000000 /* multiport done sending */ macro
260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io()
371 if (packet & PACKET_MP_DONE) in get_and_decode_packet()

Completed in 3 milliseconds