Home
last modified time | relevance | path

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

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