| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | eventcomm-test.c | 56 reset_data(struct SynapticsHwState **hw, struct CommData *comm, argument 59 SynapticsHwStateFree(&comm->hwState); 60 memset(comm, 0, sizeof(struct CommData)); 63 comm->hwState = SynapticsHwStateAlloc(priv); 77 test_buttons(int fd, InputInfoPtr pInfo, struct CommData *comm) argument 83 reset_data(&hw, comm, priv); 89 EventReadHwState(pInfo, comm, hw); \ 93 EventReadHwState(pInfo, comm, hw); \ 124 struct CommData comm = { 0 }; local in function:test_read_hw_state 144 reset_data(&hw, &comm, 232 struct CommData comm = { 0 }; local in function:test_ignore_hw_state [all...] |
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | alpscomm.c | 96 ALPS_packet_ok(struct CommData *comm) argument 99 if ((comm->protoBuf[0] & 0xf8) == 0xf8) 105 ALPS_get_packet(struct CommData *comm, InputInfoPtr pInfo) argument 109 while ((c = XisbRead(comm->buffer)) >= 0) { 112 comm->protoBuf[comm->protoBufTail++] = u; 114 if (comm->protoBufTail == 3) { /* PS/2 packet received? */ 115 if ((comm->protoBuf[0] & 0xc8) == 0x08) { 116 comm->protoBufTail = 0; 121 if (comm 210 ALPSReadHwState(InputInfoPtr pInfo,struct CommData * comm,struct SynapticsHwState * hwRet) argument [all...] |
| H A D | eventcomm.h | 45 struct CommData *comm, struct SynapticsHwState *hwRet);
|
| H A D | ps2comm.c | 430 ps2_packet_ok(struct PS2SynapticsHwInfo *synhw, struct CommData *comm) argument 432 unsigned char *buf = comm->protoBuf; 461 struct CommData *comm) 467 while ((c = XisbRead(comm->buffer)) >= 0) { 471 if ((c == 0x00) && (comm->lastByte == 0xAA)) { 479 comm->lastByte = u; 488 comm->protoBuf[comm->protoBufTail++] = u; 492 if (comm->protoBufTail >= 6) { 493 if (!ps2_packet_ok(synhw, comm)) { 459 ps2_synaptics_get_packet(InputInfoPtr pInfo,struct PS2SynapticsHwInfo * synhw,struct SynapticsProtocolOperations * proto_ops,struct CommData * comm) argument 523 PS2ReadHwStateProto(InputInfoPtr pInfo,struct SynapticsProtocolOperations * proto_ops,struct CommData * comm,struct SynapticsHwState * hwRet) argument 656 PS2ReadHwState(InputInfoPtr pInfo,struct CommData * comm,struct SynapticsHwState * hwRet) argument [all...] |
| H A D | psmcomm.c | 162 struct CommData *comm, struct SynapticsHwState *hwRet) 164 return PS2ReadHwStateProto(pInfo, &psm_proto_operations, comm, hwRet); 161 PSMReadHwState(InputInfoPtr pInfo,struct CommData * comm,struct SynapticsHwState * hwRet) argument
|
| H A D | synproto.h | 102 struct CommData * comm,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | colors.c | 41 .comm = "", 59 .comm = "\x1b[0;34m",
|
| H A D | colors.h | 42 const char *comm; /* comment */ member in struct:envy_colors
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument 30 unsigned i, idx = comm->pvp_cur_index & 0xf; 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); 36 for (i = 0; i != comm [all...] |
| H A D | nvc0_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) argument 28 unsigned idx = comm->bsp_cur_index & 0xf; 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); 170 memset(dec->comm, 0, 0x200); 180 PUSH_DATA (push, comm_addr); // 70c comm 226 dump_comm_bsp(dec->comm); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv98_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument 30 unsigned i, idx = comm->pvp_cur_index & 0xf; 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); 36 for (i = 0; i != comm [all...] |
| H A D | nv98_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) argument 28 unsigned idx = comm->bsp_cur_index & 0xf; 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); 117 memset(dec->comm, 0, 0x200); 127 PUSH_DATA (push, comm_addr); // 70c comm 177 dump_comm_bsp(dec->comm); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv98_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument 30 unsigned i, idx = comm->pvp_cur_index & 0xf; 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); 36 for (i = 0; i != comm [all...] |
| H A D | nv98_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) argument 28 unsigned idx = comm->bsp_cur_index & 0xf; 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); 117 memset(dec->comm, 0, 0x200); 127 PUSH_DATA (push, comm_addr); // 70c comm 177 dump_comm_bsp(dec->comm); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument 30 unsigned i, idx = comm->pvp_cur_index & 0xf; 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); 36 for (i = 0; i != comm [all...] |
| H A D | nvc0_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) argument 28 unsigned idx = comm->bsp_cur_index & 0xf; 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); 170 memset(dec->comm, 0, 0x200); 180 PUSH_DATA (push, comm_addr); // 70c comm 226 dump_comm_bsp(dec->comm); [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i965_hwmc.h | 20 struct _intel_xvmc_common comm; member in struct:i965_xvmc_context
|
| H A D | i915_hwmc.h | 44 struct _intel_xvmc_common comm; member in struct:__anon799fa2100108
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i915_xvmc.h | 52 struct intel_xvmc_context comm; member in struct:_i915XvMCContext
|
| H A D | intel_xvmc.c | 199 struct intel_xvmc_hw_context *comm; local in function:XvMCCreateContext 251 comm = (struct intel_xvmc_hw_context *)priv_data; 253 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 254 switch (comm->type) { 266 XVMC_ERR("unimplemented xvmc type %d", comm->type); 273 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 274 XVMC_ERR("fail to load xvmc driver for type %d\n", comm->type); 278 XVMC_INFO("decoder type is %s", intel_xvmc_decoder_string(comm->type));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i915_xvmc.h | 52 struct intel_xvmc_context comm; member in struct:_i915XvMCContext
|
| H A D | intel_xvmc.c | 199 struct intel_xvmc_hw_context *comm; local in function:XvMCCreateContext 251 comm = (struct intel_xvmc_hw_context *)priv_data; 253 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 254 switch (comm->type) { 266 XVMC_ERR("unimplemented xvmc type %d", comm->type); 273 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 274 XVMC_ERR("fail to load xvmc driver for type %d\n", comm->type); 278 XVMC_INFO("decoder type is %s", intel_xvmc_decoder_string(comm->type));
|
| /xsrc/external/mit/editres/dist/ |
| H A D | Makefile.am | 31 comm.c \
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | intel_xvmc.c | 259 struct _intel_xvmc_common *comm; local in function:XvMCCreateContext 317 comm = (struct _intel_xvmc_common *)priv_data; 319 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 320 switch (comm->type) { 332 XVMC_ERR("unimplemented xvmc type %d", comm->type); 339 if (xvmc_driver == NULL || xvmc_driver->type != comm->type) { 340 XVMC_ERR("fail to load xvmc driver for type %d\n", comm->type); 344 XVMC_INFO("decoder type is %s", intel_xvmc_decoder_string(comm->type)); 346 xvmc_driver->kernel_exec_fencing = comm->kernel_exec_fencing;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.h | 71 /* dump fence and comm, as needed.. */ 73 struct comm *comm; member in struct:nouveau_vp3_decoder 124 struct comm { struct
|