Searched refs:PRINT_FLAG (Results 1 – 3 of 3) sorted by relevance
33 #define PRINT_FLAG(name) info->name ? #name "," : "" in intel_device_info_dump() macro40 DEV_INFO_FOR_EACH_FLAG(PRINT_FLAG, SEP_COMMA)); in intel_device_info_dump()43 #undef PRINT_FLAG in intel_device_info_dump()
327 #define PRINT_FLAG(x) err_printf(m, #x ": %s\n", yesno(info->x)) in err_print_capabilities() macro329 DEV_INFO_FOR_EACH_FLAG(PRINT_FLAG, SEP_SEMICOLON); in err_print_capabilities()330 #undef PRINT_FLAG in err_print_capabilities()
81 #define PRINT_FLAG(x) seq_printf(m, #x ": %s\n", yesno(info->x)) in i915_capabilities() macro83 DEV_INFO_FOR_EACH_FLAG(PRINT_FLAG, SEP_SEMICOLON); in i915_capabilities()84 #undef PRINT_FLAG in i915_capabilities()