Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-if.c461 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()
H A Dpwc.h60 #define PWC_DEBUG_MEMORY(fmt, args...) PWC_DEBUG(MEMORY, fmt, ##args) macro