Lines Matching defs:TRACE

16 #undef TRACE
19 # define TRACE(a...) dprintf("hda: " a)
21 # define TRACE(a...)
214 TRACE("\t%s\n", buffer);
236 TRACE("\tInputs: %s\n", buffer);
252 TRACE("\t%s Amp: %sstep size: %f dB, # steps: %" B_PRIu32 ", "
265 TRACE("\tSupported power states: %s%s%s%s%s%s%s%s\n",
280 TRACE("\tSupported formats: %s%s%s%s%s%s%s%s%s\n",
290 TRACE("\tSupported rates: %s%s%s%s%s%s%s%s%s%s%s%s\n",
310 TRACE("\t%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
330 TRACE("\tAudiogroup:\n");
336 TRACE("%" B_PRIu32 ": %s\n", nodeID, get_widget_type_name(widget.type));
648 TRACE("too many associations, bailing!\n");
693 TRACE("%s vref 50 enabled\n", isOutput ? "output" : "input");
699 TRACE("%s vref 80 enabled\n", isOutput ? "output" : "input");
705 TRACE("%s vref 100 enabled\n", isOutput ? "output" : "input");
743 TRACE("Audio Group: Output delay: %" B_PRIu32 " "
749 TRACE(" #GPIO: %" B_PRIu32 ", #GPO: %" B_PRIu32 ", #GPI: %" B_PRIu32 ", "
760 TRACE(" widget start %" B_PRIu32 ", count %" B_PRIu32 "\n",
831 TRACE("%" B_PRIu32 ": %s\n", nodeID, get_widget_type_name(widget.type));
846 TRACE("\t%s%s\n", PIN_CAP_IS_INPUT(resp[0]) ? "[Input] " : "",
858 TRACE("\t%s, %s%s%s, %s, %s, Association:%" B_PRIu32 "\n",
920 TRACE(" %*soutput: added output widget %" B_PRIu32 "\n",
945 TRACE(" %*soutput: added mixer/selector widget %"
950 if (!found) TRACE(" %*soutput: not added mixer/selector widget %"
982 TRACE(" %*sinput: added input widget %" B_PRIu32 "\n",
1010 TRACE(" %*sinput: added mixer/selector widget %"
1015 if (!found) TRACE(" %*sinput: not added mixer/selector widget %"
1030 TRACE("build output tree: %suse mixer\n", useMixer ? "" : "don't ");
1045 TRACE(" look at pin widget %" B_PRIu32 " (%" B_PRIu32 " inputs)\n",
1050 TRACE(" try widget %" B_PRIu32 ": %p\n",
1058 TRACE(" widget %" B_PRIu32 " is candidate\n", inputWidget->node_id);
1066 TRACE(" add pin widget %" B_PRIu32 "\n", widget.node_id);
1085 TRACE("build input tree\n");
1092 TRACE(" look at input widget %" B_PRIu32 " (%" B_PRIu32 " inputs)\n",
1097 TRACE(" try widget %" B_PRIu32 ": %p\n",
1102 TRACE(" widget %" B_PRIu32 " is candidate\n",
1106 TRACE(" add pin widget %" B_PRIu32 "\n", widget.node_id);
1125 TRACE("try without mixer!\n");
1134 TRACE("build tree!\n");
1177 TRACE("Setting gpio 0x%" B_PRIx32 "\n", gpio);
1202 TRACE("Enabled unsolicited responses on widget %" B_PRIu32 "\n",
1226 TRACE("sensed pin widget %" B_PRIu32 ", %d\n", widget.node_id, disable);
1323 TRACE("streams playback %p, record %p\n", audioGroup->playback_stream,
1371 TRACE("ENABLE pin widget %" B_PRIu32 "\n", widget.node_id);
1390 TRACE("ENABLE EAPD pin widget %" B_PRIu32 "\n",
1397 TRACE("UNMUTE/SET OUTPUT GAIN widget %" B_PRIu32 " "
1409 TRACE("UNMUTE/SET INPUT GAIN widget %" B_PRIu32 " "
1574 TRACE("Codec %" B_PRIu32 " Vendor: %04" B_PRIx16 " Product: %04" B_PRIx16 " "