Searched refs:ack (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_gds.cpp90 int burst_count, int comp_mask, int element_size, bool ack):
101 m_need_ack(ack)
87 RatInstruction(ECFOpCode cf_opcode,ERatOp rat_op,const GPRVector & data,const GPRVector & index,int rat_id,const PValue & rat_id_offset,int burst_count,int comp_mask,int element_size,bool ack) argument
H A Dsfn_instruction_gds.h154 bool ack);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_i2c.c188 int sb, ack; local in function:I830I2CPutByte
211 ack = i830_getsda(b);
212 I2C_TRACE(ErrorF("Put byte 0x%02x , getsda() = %d\n", c & 0xff, ack));
215 return (0 == ack);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtestext1proto.h83 CARD32 ack; member in struct:__anon3b98989b0108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dsystemd-logind.c295 LogMessage(X_ERROR, "systemd-logind: failed to ack pause: %s\n",
343 int ack = 0, pause = 0, fd = -1; local in function:message_filter
368 ack = 1;
421 if (ack)
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dps2comm.c113 byte ack; local in function:ps2_putbyte
121 if (!ps2_getbyte(fd, &ack)) {
124 if (ack != PS2_ACK) {
125 PS2DBG("ps2_putbyte: wrong acknowledge 0x%02x\n", ack);
202 PS2DBG("...failed. Wrong reset ack 0x%02x, 0x%02x\n", r[0], r[1]);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_i2c.c827 * Outputs: char, ack status.
833 ULONG ack; local in function:Ack
869 ack = bReadDataLine(pHWDE);
896 if (ack == LODAT) {
/xsrc/external/mit/libXext/dist/src/
H A DXTestExt1.c192 * set the ack code
194 req->ack = ack_flag;

Completed in 9 milliseconds