Lines Matching refs:BUF_PRINT
424 #define BUF_PRINT(args...) \ in intel_sdvo_debug_write() macro
428 BUF_PRINT("%02X ", ((u8 *)args)[i]); in intel_sdvo_debug_write()
431 BUF_PRINT(" "); in intel_sdvo_debug_write()
436 BUF_PRINT("(%s)", cmd_name); in intel_sdvo_debug_write()
438 BUF_PRINT("(%02X)", cmd); in intel_sdvo_debug_write()
441 #undef BUF_PRINT in intel_sdvo_debug_write()
586 #define BUF_PRINT(args...) \ in intel_sdvo_read_response() macro
591 BUF_PRINT("(%s)", cmd_status); in intel_sdvo_read_response()
593 BUF_PRINT("(??? %d)", status); in intel_sdvo_read_response()
604 BUF_PRINT(" %02X", ((u8 *)response)[i]); in intel_sdvo_read_response()
608 #undef BUF_PRINT in intel_sdvo_read_response()