Lines Matching defs:TRACE

29 #	define TRACE(x...) dprintf(x)
31 # define TRACE(x...)
44 TRACE("ps2: ps2_reset_mouse\n");
50 TRACE("ps2: KBC has timed out the mouse reset request. "
57 TRACE("ps2: reset mouse failed, response was: 0x%02x 0x%02x\n",
61 TRACE("ps2: reset mouse failed\n");
63 TRACE("ps2: reset mouse success\n");
201 TRACE("ps2: ps2_dev_publish %s\n", dev->name);
222 TRACE("ps2: publishing %s: parent %s is %s; wait time %" B_PRId64
247 TRACE("ps2: ps2_dev_unpublish %s\n", dev->name);
283 TRACE("ps2: ps2_dev_handle_int: mouse didn't ack the 'get id' "
296 TRACE("ps2: ps2_dev_handle_int: processing RESEND request\n");
308 // TRACE("ps2: ps2_dev_handle_int unexpected data 0x%02x while "
310 TRACE("ps2: int1 %02x\n", data);
325 // TRACE("ps2: ps2_dev_handle_int unexpected data 0x%02x during "
327 TRACE("ps2: int2 %02x\n", data);
356 TRACE("ps2: %s not active, data 0x%02x dropped\n", dev->name, data);
366 TRACE("ps2: %s not enabled, data 0x%02x dropped\n", dev->name, data);
385 TRACE("ps2: ps2_dev_command cmd 0x%02x, out-count %d, in-count %d, "
388 TRACE("ps2: ps2_dev_command tx: 0x%02x\n", out[i]);
392 TRACE("ps2: ps2_dev_command: sem_count %" B_PRId32 ", fixing!\n",
448 TRACE("ps2: ps2_dev_command wait for ack res 0x%08" B_PRIx32 ", "
452 TRACE("ps2: ps2_dev_command got ACK\n");
458 TRACE("ps2: ps2_dev_command got NACK\n");
478 TRACE("ps2: ps2_dev_command error: %d rx bytes not received\n",
486 TRACE("ps2: ps2_dev_command wait for input res 0x%08" B_PRIx32 ", "
489 TRACE("ps2: ps2_dev_command rx: 0x%02x\n", in[i]);
494 TRACE("ps2: ps2_dev_command result: %s\n", strerror(res));