Searched refs:PWC_DEBUG_MEMORY (Results 1 – 2 of 2) sorted by relevance
461 PWC_DEBUG_MEMORY("Allocated URB at 0x%p\n", urb); in pwc_isoc_init()499 PWC_DEBUG_MEMORY("URB 0x%p submitted.\n", pdev->urbs[i]); in pwc_isoc_init()514 PWC_DEBUG_MEMORY("Unlinking URB %p\n", pdev->urbs[i]); in pwc_iso_stop()529 PWC_DEBUG_MEMORY("Freeing URB\n"); in pwc_iso_free()
60 #define PWC_DEBUG_MEMORY(fmt, args...) PWC_DEBUG(MEMORY, fmt, ##args) macro