Searched refs:PWC_DEBUG_MEMORY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c259 PWC_DEBUG_MEMORY(">> pwc_allocate_buffers(pdev = 0x%p)\n", pdev);
272 PWC_DEBUG_MEMORY("Allocated iso buffer at %p.\n", kbuf);
284 PWC_DEBUG_MEMORY("Allocated frame buffer structure at %p.\n", kbuf);
296 PWC_DEBUG_MEMORY("Allocated frame buffer %d at %p.\n", i, kbuf);
320 PWC_DEBUG_MEMORY("Allocated image buffer at %p.\n", kbuf);
332 PWC_DEBUG_MEMORY("<< pwc_allocate_buffers()\n");
340 PWC_DEBUG_MEMORY("Entering free_buffers(%p).\n", pdev);
347 PWC_DEBUG_MEMORY("Freeing ISO buffer at %p.\n", pdev->sbuf[i].data);
356 PWC_DEBUG_MEMORY("Freeing frame buffer %d at %p.\n", i, pdev->fbuf[i].data);
367 PWC_DEBUG_MEMORY("Freein
[all...]
H A Dpwc.h72 #define PWC_DEBUG_MEMORY(fmt, args...) PWC_DEBUG(MEMORY, fmt, ##args) macro

Completed in 34 milliseconds