Searched refs:comm (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Deventcomm-test.c56 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 Dalpscomm.c96 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 Deventcomm.h45 struct CommData *comm, struct SynapticsHwState *hwRet);
H A Dps2comm.c430 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 Dpsmcomm.c162 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 Dsynproto.h102 struct CommData * comm,
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dcolors.c41 .comm = "",
59 .comm = "\x1b[0;34m",
H A Dcolors.h42 const char *comm; /* comment */ member in struct:envy_colors
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c27 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 Dnvc0_video_bsp.c26 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 Dnv98_video_vp.c27 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 Dnv98_video_bsp.c26 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 Dnv98_video_vp.c27 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 Dnv98_video_bsp.c26 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 Dnvc0_video_vp.c27 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 Dnvc0_video_bsp.c26 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 Di965_hwmc.h20 struct _intel_xvmc_common comm; member in struct:i965_xvmc_context
H A Di915_hwmc.h44 struct _intel_xvmc_common comm; member in struct:__anon799fa2100108
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_xvmc.h52 struct intel_xvmc_context comm; member in struct:_i915XvMCContext
H A Dintel_xvmc.c199 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 Di915_xvmc.h52 struct intel_xvmc_context comm; member in struct:_i915XvMCContext
H A Dintel_xvmc.c199 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 DMakefile.am31 comm.c \
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc.c259 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 Dnouveau_vp3_video.h71 /* dump fence and comm, as needed.. */
73 struct comm *comm; member in struct:nouveau_vp3_decoder
124 struct comm { struct

Completed in 19 milliseconds

12