Searched refs:ITRACE (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Ddebug.h17 # define ITRACE(a...) dprintf("ice1712: " a) macro
19 # define ITRACE(a...) (void)0 macro
24 # define ITRACE_VV(a...) ITRACE(a)
H A Dice1712.cpp62 ITRACE("@@ init_hardware()\n");
70 ITRACE("Found at least 1 card\n");
88 ITRACE("@@ init_driver()\n");
103 ITRACE("Too many ice1712 cards installed!\n");
122 ITRACE("Setup of ice1712 %" B_PRIu32 " failed\n", num_cards + 1);
134 ITRACE("Succesfully initialised card : %" B_PRIu32 "\n", num_cards);
150 ITRACE("@@ uninit_driver()\n");
170 ITRACE("@@ publish_devices()\n");
173 ITRACE("publish %s\n", names[ix]);
184 ITRACE("
[all...]
H A Dmidi.cpp44 ITRACE("B_MPU_401_ENABLE_CARD_INT: %s\n", midi->name);
54 ITRACE("B_MPU_401_DISABLE_CARD_INT: %s\n", midi->name);
59 ITRACE("New mask status 0x%x\n", int_status);
69 ITRACE("**midi_open()\n");
92 ITRACE("**midi_close()\n");
103 ITRACE("**midi_free()\n");
111 ITRACE("Cleared %p card %d, midi %d\n", cookie, card, midi);
125 ITRACE("**midi_control()\n");
H A Dmulti.cpp61 ITRACE("SIZE DMA PLAYBACK %#x\n", size);
71 ITRACE("SIZE DMA RECORD %#x\n", size);
148 ITRACE("buffer_exchange timeout\n");
311 ITRACE("output_channel_count = %" B_PRIi32 "\n",
313 ITRACE("input_channel_count = %" B_PRIi32 "\n",
315 ITRACE("output_bus_channel_count = %" B_PRIi32 "\n",
317 ITRACE("input_bus_channel_count = %" B_PRIi32 "\n",
412 ITRACE("Sampling Rate = %f\n", data->input.cvsr);
421 ITRACE("Input Sampling Rate = %" B_PRIu32 "\n",
423 ITRACE("Outpu
[all...]
H A Dutil.cpp52 ITRACE("Allocating %s: ", name);
59 ITRACE("couldn't allocate\n");
65 ITRACE("couldn't map\n");
72 ITRACE("area = %" B_PRId32 ", size = %" B_PRIuSIZE ", log = 0x%" \

Completed in 103 milliseconds