Searched refs:quirk_log_msg (Results 1 - 1 of 1) sorted by relevance
/third_party/libinput/src/ |
H A D | quirks.c | 49 #define qlog_debug(ctx_, ...) quirk_log_msg((ctx_), QLOG_NOISE, __VA_ARGS__) 50 #define qlog_info(ctx_, ...) quirk_log_msg((ctx_), QLOG_INFO, __VA_ARGS__) 51 #define qlog_error(ctx_, ...) quirk_log_msg((ctx_), QLOG_ERROR, __VA_ARGS__) 52 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) 232 quirk_log_msg(struct quirks_context *ctx, in quirk_log_msg() function
|
Completed in 3 milliseconds