Lines Matching refs:TRACE

69 #	define TRACE(x...) dprintf(x)
71 # define TRACE(x...)
138 TRACE("packet: %02x %02x %02x %02x: xd %d, yd %d, 0x%x (%d), w-xd %d, "
154 TRACE("ps2: ps2_packet_to_movement xdelta: %d, ydelta: %d, buttons %x, "
169 TRACE("ps2: standard_mouse_read_event\n");
172 TRACE("ps2: standard_mouse_read_event acquired\n");
177 TRACE("ps2: standard_mouse_read_event: Error device no longer "
184 TRACE("ps2: error copying buffer\n");
221 TRACE("ps2: standard mouse: %1x\t%1x\t%1x\t%1x\t%1x\t%1x\t%1x\t%1x\n",
277 TRACE("ps2: probe_mouse device id: %2x\n", deviceId);
288 TRACE("ps2: probe_mouse alternate device id: %2x\n",
323 TRACE("ps2: standard_mouse_open %s\n", name);
340 TRACE("ps2: dev = NULL\n");
368 TRACE("ps2: can't allocate mouse actions buffer\n");
376 TRACE("ps2: failed creating PS/2 mouse semaphore!\n");
389 TRACE("ps2: standard_mouse_open %s success\n", name);
401 TRACE("ps2: standard_mouse_open %s failed\n", name);
411 TRACE("ps2: standard_mouse_close %s enter\n", cookie->dev->name);
422 TRACE("ps2: standard_mouse_close %s done\n", cookie->dev->name);
462 TRACE("ps2: ioctl MS_NUM_EVENTS\n");
471 TRACE("ps2: ioctl MS_READ\n");
474 // TRACE("%s %d %d %d %d\n", cookie->dev->name,
481 TRACE("ps2: ioctl MS_SET_TYPE not implemented\n");
485 TRACE("ps2: ioctl MS_SET_MAP (set mouse mapping) not "
490 TRACE("ps2: ioctl MS_GET_ACCEL (get mouse acceleration) not "
495 TRACE("ps2: ioctl MS_SET_ACCEL (set mouse acceleration) not "
500 TRACE("ps2: ioctl MS_SETCLICK (set click speed)\n");
504 TRACE("ps2: ioctl unknown mouse opcode: %" B_PRIu32 "\n", op);