Lines Matching refs:component_id
138 u32 component_id, const char *format, ...) in acpi_debug_print() argument
148 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print()
230 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL()
236 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL()
265 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL()
273 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
276 component_id, "%s\n", in ACPI_EXPORT_SYMBOL()
303 u32 component_id, const void *pointer) in ACPI_EXPORT_SYMBOL()
311 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
314 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
339 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str() argument
347 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_str()
350 component_id, "%s %s\n", in acpi_ut_trace_str()
375 const char *module_name, u32 component_id, u32 integer) in acpi_ut_trace_u32() argument
383 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_u32()
386 component_id, "%s %08X\n", in acpi_ut_trace_u32()
410 const char *module_name, u32 component_id) in acpi_ut_exit() argument
415 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_exit()
418 component_id, "%s\n", in acpi_ut_exit()
449 u32 component_id, acpi_status status) in ACPI_EXPORT_SYMBOL()
454 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
458 module_name, component_id, "%s %s\n", in ACPI_EXPORT_SYMBOL()
464 module_name, component_id, in ACPI_EXPORT_SYMBOL()
497 const char *module_name, u32 component_id, u64 value) in ACPI_EXPORT_SYMBOL()
502 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
505 component_id, "%s %8.8X%8.8X\n", in ACPI_EXPORT_SYMBOL()
536 const char *module_name, u32 component_id, u8 *ptr) in ACPI_EXPORT_SYMBOL()
541 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
544 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
573 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit() argument
578 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_str_exit()
581 component_id, "%s %s\n", in acpi_ut_str_exit()