Searched refs:sendflags (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/input/joystick/ |
D | grip_mp.c | 164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in mp_io() argument 260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io() 301 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in multiport_io() argument 307 status = mp_io(gameport, sendflags, sendcode, packet); in multiport_io()
|
/linux-2.6.39/drivers/staging/ath6kl/htc2/ |
D | htc_internal.h | 201 #define HTC_PREPARE_SEND_PKT(pP,sendflags,ctrl0,ctrl1) \ argument 207 A_SET_UINT8_FIELD(pHdrBuf,struct htc_frame_hdr,Flags,(sendflags)); \
|