Home
last modified time | relevance | path

Searched refs:A_PRINTF (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c34 A_PRINTF("<---------Dumping %d Bytes : %s ------>\n", length, in debug_dump_bytes()
51 A_PRINTF("[%s]: %s\n", byteOffsetStr, stream); in debug_dump_bytes()
60 A_PRINTF("[%s]: %s\n", byteOffsetStr, stream); in debug_dump_bytes()
63 A_PRINTF("<------------------------------------------------->\n"); in debug_dump_bytes()
/wlan-driver/qcacld-3.0/uapi/linux/
H A Ddebug_linux.h37 if ((mask) & (ATH_DEBUG_ERR | ATH_DEBUG_WARN)) { A_PRINTF(ATH_PRINTX_ARG args); }
H A Dosapi_linux.h73 #define A_PRINTF(args ...) \ macro