Searched refs:LOG (Results 1 - 25 of 37) sorted by relevance

12

/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Ddebug.cpp9 LOG(INFO, "ADSP registers\n");
10 LOG(INFO, "ADSPCS 0x%08x\n", REG_RD(&regs()->adspcs));
11 LOG(INFO, "ADSPIC 0x%08x\n", REG_RD(&regs()->adspic));
12 LOG(INFO, "ADSPIS 0x%08x\n", REG_RD(&regs()->adspis));
13 LOG(INFO, "ADSPIC2 0x%08x\n", REG_RD(&regs()->adspic2));
14 LOG(INFO, "ADSPIS2 0x%08x\n", REG_RD(&regs()->adspis2));
15 LOG(INFO, "HIPCT 0x%08x\n", REG_RD(&regs()->hipct));
16 LOG(INFO, "HIPCTE 0x%08x\n", REG_RD(&regs()->hipcte));
17 LOG(INFO, "HIPCI 0x%08x\n", REG_RD(&regs()->hipci));
18 LOG(INF
[all...]
H A Dintel-dsp-ipc.cpp66 LOG(DEBUG1, "INIT_INSTANCE (mod %u inst %u)\n", module_id, instance_id);
75 LOG(ERROR, "IPC error (res %d)\n", res);
80 LOG(ERROR, "INIT_INSTANCE (mod %u inst %u) failed (err %d)\n",
83 LOG(DEBUG1, "INIT_INSTANCE (mod %u inst %u) success\n", module_id, instance_id);
94 LOG(DEBUG1, "LARGE_CONFIG_GET (mod %u inst %u large_param_id %u)\n",
103 LOG(ERROR, "IPC error (res %d)\n", res);
107 LOG(DEBUG1, "LARGE_CONFIG_GET (mod %u inst %u large_param_id %u) status %d\n",
115 LOG(DEBUG1, "BIND (mod %u inst %u -> mod %u inst %u)\n",
125 LOG(ERROR, "IPC error (res %d)\n", res);
130 LOG(ERRO
[all...]
H A Dintel-audio-dsp.cpp87 LOG(ERROR, "Failed to create init thread (res = %d)\n", c11_res);
99 LOG(ERROR, "IHDA DSP device does not support IHDA DSP protocol (err %d)\n", res);
117 LOG(ERROR, "Failed to fetch DSP register VMO (err %u)\n", res);
122 LOG(ERROR, "Bad register window size (expected 0x%zx got 0x%zx)\n",
131 LOG(ERROR, "Error attempting to set cache policy for PCI registers (res %d)\n", res);
140 LOG(ERROR, "Error attempting to map registers (res %d)\n", res);
155 LOG(ERROR, "Failed to get BTI handle for IHDA DSP (res %d)\n", res);
161 LOG(ERROR, "Out of memory while attempting to allocate BTI wrapper for IHDA DSP\n");
173 LOG(ERROR, "Failed to set DSP interrupt callback (res %d)\n", res);
185 LOG(ERRO
[all...]
H A Ddebug-logging.h20 #define LOG(level, fmt, ...) LOG_EX(level, *this, fmt, ## __VA_ARGS__) macro
H A Dintel-dsp-code-loader.cpp27 LOG(INFO, "CTL_STS=0x%08x\n", REG_RD(&regs_->stream.ctl_sts.w));
28 LOG(INFO, " LPIB=0x%08x\n", REG_RD(&regs_->stream.lpib));
29 LOG(INFO, " CBL=0x%08x\n", REG_RD(&regs_->stream.cbl));
30 LOG(INFO, " LVI=0x%04x\n", REG_RD(&regs_->stream.lvi));
31 LOG(INFO, " FIFOD=0x%04x\n", REG_RD(&regs_->stream.fifod));
32 LOG(INFO, " FMT=0x%04x\n", REG_RD(&regs_->stream.fmt));
33 LOG(INFO, " BDPL=0x%08x\n", REG_RD(&regs_->stream.bdpl));
34 LOG(INFO, " BDPU=0x%08x\n", REG_RD(&regs_->stream.bdpu));
35 LOG(INFO, " SPBFCH=0x%08x\n", REG_RD(&regs_->spbfch));
36 LOG(INF
[all...]
H A Dintel-dsp-stream.cpp59 LOG(ERROR, "Failed to set up client ring buffer channel (res %d)\n", res);
67 LOG(ERROR, "Failed to finish set format (enc fmt 0x%04hx res %d)\n", encoded_fmt(), res);
225 LOG(TRACE, "ProcessClientRbDeactivate\n");
289 LOG(TRACE, "ProcessClientRbDeactivate\n");
324 LOG(TRACE, "OnDeactivateLocked\n");
328 LOG(TRACE, "OnChannelDeactivateLocked\n");
332 LOG(TRACE, "OnDMAAssignedLocked\n");
346 LOG(TRACE, "BeginChangeStreamFormatLocked\n");
351 LOG(TRACE, "FinishChangeStreamFormatLocked\n");
356 LOG(TRAC
[all...]
/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-logging.h11 #define LOG(fmt, ...) fprintf(stderr, PAVER_PREFIX "[%s] " fmt, __FUNCTION__, ##__VA_ARGS__); macro
H A Dpave-lib.cpp110 LOG("Writing extent %zu... \n", e);
158 LOG("%zu bytes written, %zu zeroes left\n", ext->extent_length, bytes_left);
333 LOG("Skipping validation as payload is not a ZBI\n");
393 LOG("Found already formatted FVM.\n");
411 LOG("Initializing partition as FVM\n");
620 LOG("Allocating partition %s consisting of %zu slices\n", alloc.name, alloc.slice_count);
629 LOG("Creating zxcrypt volume\n");
667 LOG("Header Validated - OK\n");
727 LOG("FVM Reformatted successfully.\n");
730 LOG("Partition
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-device.cpp61 LOG(ERROR, "Failed to get USB protocol thunks (status %d)\n", status);
68 LOG(ERROR, "Failed to get USB composite protocol thunks (status %d)\n", status);
103 LOG(ERROR, "Failed to claim additional audio interfaces (status %d)\n", status);
110 LOG(ERROR, "Failed to fetch descriptor list\n");
145 LOG(WARN, "Skipping unexpected descriptor (len = %u, type = %u)\n",
152 LOG(WARN, "Skipping bad interface descriptor header @ offset %zu/%zu\n",
161 LOG(WARN, "Skipping unknown interface (class %u, subclass %u)\n",
169 LOG(WARN, "More than one audio control interface detected, skipping.\n");
175 LOG(WARN, "Failed to allocate audio control interface\n");
210 LOG(WAR
[all...]
H A Dusb-audio-stream-interface.cpp70 LOG(WARN,
92 LOG(WARN,
102 LOG(ERROR, "Out of memory attempt to add Format to StreamInterface\n");
108 LOG(WARN,
127 LOG(WARN,
135 LOG(ERROR,
155 LOG(WARN,
167 LOG(WARN, "Attempted to re-build format map for streaming interface (iid %u)\n", iid());
188 LOG(ERROR, "Out of memory attempting to reserve %zu format ranges\n",
208 LOG(WAR
[all...]
H A Ddebug-logging.h20 #define LOG(level, fmt, ...) LOG_EX(level, *this, fmt, ## __VA_ARGS__) macro
H A Dusb-audio-control-interface.cpp49 LOG(ERROR, "Attempted to initialize control interface twice\n");
76 LOG(WARN, "Badly formed audio control descriptor header @ offset %zu\n",
85 LOG(WARN, "Badly formed audio control class specific header @ offset %zu\n",
89 LOG(WARN, "Duplicate audio control class specific header @ offset %zu\n",
98 LOG(WARN, "Failed to create audio Terminal/Unit (type %u) @ offset %zu\n",
108 LOG(WARN, "Collision when attempting to add unit id %u; skipping this unit\n", id);
118 LOG(ERROR, "Failed to probe %s (id %u) during initialization!\n",
153 LOG(TRACE, "Beginning trace for Output Terminal id %u\n", iter->id());
156 LOG(TRACE, "Found valid path!\n");
160 LOG(TRAC
[all...]
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Ddebug-logging.h20 #define LOG(level, fmt, ...) LOG_EX(level, *this, fmt, ## __VA_ARGS__) macro
H A Dintel-hda-irq.cpp21 LOG(SPEW, "Waking up IRQ handler\n");
70 LOG(SPEW, "RIRB has %u pending responses; WP is @%u\n", rirb_snapshot_cnt_, rirb_wr_ptr);
96 LOG(ERROR, "CRITICAL ERROR: controller overrun detected while "
115 LOG(ERROR, "Received %ssolicited response with illegal codec address (%u) "
123 LOG(ERROR, "Received %ssolicited response for non-existent codec address (%u) "
129 LOG(TRACE, "RX[%2u]: 0x%08x%s\n",
142 LOG(ERROR,
159 LOG(ERROR,
193 LOG(TRACE, "TX: Codec ID %u Node ID %hu Verb 0x%05x\n",
244 LOG(ERRO
[all...]
H A Dintel-hda-controller-init.cpp51 LOG(ERROR,
79 LOG(ERROR, "Error attempting to enter reset! (res %d)\n", res);
97 LOG(ERROR, "Error attempting to leave reset! (res %d)\n", res);
144 LOG(ERROR, "Device already initialized!\n");
157 LOG(ERROR, "PCI device does not support PCI protocol! (res %d)\n", res);
166 LOG(ERROR, "Failed to fetch basic PCI device info! (res %d)\n", res);
181 LOG(ERROR, "Failed to get BTI handle for IHDA Controller (res %d)\n", res);
187 LOG(ERROR, "Out of memory while attempting to allocate BTI wrapper for IHDA Controller\n");
196 LOG(ERROR, "Error attempting to fetch registers from PCI (res %d)\n", res);
201 LOG(ERRO
[all...]
H A Dintel-hda-stream.cpp87 LOG(ERROR, "Failed to create and map %u bytes for stream BDL! (res %d)\n", PAGE_SIZE, res);
97 LOG(ERROR, "Failed to pin pages for stream BDL! (res %d)\n", res);
216 LOG(TRACE, "Failed to create and activate ring buffer channel during SetStreamFormat "
228 LOG(TRACE, "Stream format set 0x%04hx; fifo is %hu bytes deep\n", encoded_fmt_, fifo_depth_);
246 LOG(TRACE, "Bad " #_ioctl \
252 LOG(TRACE, "NO_ACK flag not allowed for " #_ioctl "\n"); \
282 LOG(TRACE, "Failed to read client request (res %d)\n", res);
288 LOG(TRACE, "Client request too small to contain header (%u < %zu)\n",
293 LOG(SPEW, "Client Request (cmd 0x%04x tid %u) len %u\n",
309 LOG(TRAC
[all...]
H A Dintel-hda-codec.cpp119 LOG(ERROR, "Failed to allocate job during initial codec probe!\n");
125 LOG(ERROR, "Failed to queue job (res = %d) during initial codec probe!\n", res);
146 LOG(TRACE, "Error writing CORB response (%08x, %08x) res = %d\n",
165 LOG(ERROR,
173 LOG(SPEW, "Sending solicited response [%08x, %08x] to channel %p\n",
205 LOG(WARN, "Wakeup event received - Don't know how to handle this yet!\n");
246 LOG(ERROR, "Failed to add codec device for \"%s\" (res %d)\n", name, res);
297 LOG(TRACE, "Bad " #_payload \
303 LOG(TRACE, "Cmd " #_payload \
309 LOG(TRAC
[all...]
H A Dintel-hda-dsp.cpp193 LOG(ERROR, "Unsupported protocol 0x%08x\n", proto_id);
244 LOG(ERROR, "Error attempting to fetch registers from PCI (res %d)\n", res);
249 LOG(ERROR, "Bad register window type (expected %u got %u)\n",
264 LOG(ERROR, "Error duplicating BTI for DSP (res %d)\n", res);
351 LOG(TRACE, "Bad " #_payload \
357 LOG(TRACE, "Cmd " #_payload \
363 LOG(TRACE, "Cmd " #_payload \
385 LOG(TRACE, "Failed to read client request (res %d)\n", res);
391 LOG(TRACE,"Client request too small to contain header (%u < %zu)\n",
398 LOG(TRAC
[all...]
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/qemu/
H A Ddebug-logging.h24 #define LOG(...) LOG_EX(*this, __VA_ARGS__) macro
H A Dqemu-codec.cpp59 LOG("Failed to activate output stream (res %d)!", res);
66 LOG("Failed to activate input stream (res %d)!", res);
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Ddebug-logging.h24 #define LOG(...) LOG_EX(*this, __VA_ARGS__) macro
H A Drealtek-codec.cpp48 LOG("Failed to send get impl id command (res %d)\n", res);
54 LOG("Unexpected solicited codec response %08x\n", resp.data);
80 LOG("Unrecognized implementation ID %08x! No streams will be published.\n", resp.data);
167 LOG("Failed to send common startup commands (res %d)\n", res);
212 LOG("Failed to send startup command for Acer12 (res %d)\n", res);
260 LOG("Failed to create and publish streams for Acer12 (res %d)\n", res);
302 LOG("Failed to send startup command for Intel NUC (res %d)\n", res);
337 LOG("Failed to create and publish streams for Intel NUC (res %d)\n", res);
355 LOG("Failed to send codec command %zu/%zu (nid %hu verb 0x%05x) (res %d)\n",
377 LOG("Faile
[all...]
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddebug-logging.h24 #define LOG(...) LOG_EX(*this, __VA_ARGS__) macro
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Ddebug-logging.h24 #define LOG(...) LOG_EX(*this, __VA_ARGS__) macro
/fuchsia/zircon/system/ulib/fdio/
H A Ddebug.c95 LOG(1, "fdio: OUT OF FDIO_T POOL SPACE\n");
98 LOG(5, "fdio: io: alloc: %p\n", ptr);
104 LOG(5, "fdio: io: free: %p\n", io);

Completed in 182 milliseconds

12