Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-mailbox.c126 CX18_DEBUG_API("%s: req %#010x ack %#010x cmd %#010x err %#010x args%s" in dump_mb()
624 CX18_DEBUG_API("%s\tcmd %#010x args%s\n", in cx18_api_call()
669 CX18_DEBUG_API("waited %u msecs for busy mbox to be acked\n", in cx18_api_call()
748 CX18_DEBUG_API("mailbox error %08x for command %s\n", err, in cx18_api_call()
Dcx18-driver.h180 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) macro