Searched refs:hex_data (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/include/ |
D | logger_interface.h | 43 void dc_conn_log_hex_linux(const uint8_t *hex_data, int hex_data_count); 102 #define CONN_DATA_DETECT(link, hex_data, hex_len, ...) \ argument 105 dc_conn_log_hex_linux(hex_data, hex_len); \ 109 #define CONN_DATA_LINK_LOSS(link, hex_data, hex_len, ...) \ argument 112 dc_conn_log_hex_linux(hex_data, hex_len); \
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/basics/ |
D | log_helpers.c | 31 void dc_conn_log_hex_linux(const uint8_t *hex_data, int hex_data_count) in dc_conn_log_hex_linux() argument 35 if (hex_data) in dc_conn_log_hex_linux() 37 DC_LOG_DEBUG("%2.2X ", hex_data[i]); in dc_conn_log_hex_linux()
|