Lines Matching refs:component_id
133 u32 component_id, const char *format, ...) in acpi_debug_print() argument
143 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print()
225 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL()
231 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL()
260 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL()
268 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
271 component_id, "%s\n", in ACPI_EXPORT_SYMBOL()
298 u32 component_id, const void *pointer) in ACPI_EXPORT_SYMBOL()
306 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
309 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
334 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str() argument
342 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_str()
345 component_id, "%s %s\n", in acpi_ut_trace_str()
370 const char *module_name, u32 component_id, u32 integer) in acpi_ut_trace_u32() argument
378 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_u32()
381 component_id, "%s %08X\n", in acpi_ut_trace_u32()
405 const char *module_name, u32 component_id) in acpi_ut_exit() argument
410 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_exit()
413 component_id, "%s\n", in acpi_ut_exit()
444 u32 component_id, acpi_status status) in ACPI_EXPORT_SYMBOL()
449 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
453 module_name, component_id, "%s %s\n", in ACPI_EXPORT_SYMBOL()
459 module_name, component_id, in ACPI_EXPORT_SYMBOL()
492 const char *module_name, u32 component_id, u64 value) in ACPI_EXPORT_SYMBOL()
497 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
500 component_id, "%s %8.8X%8.8X\n", in ACPI_EXPORT_SYMBOL()
531 const char *module_name, u32 component_id, u8 *ptr) in ACPI_EXPORT_SYMBOL()
536 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
539 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
568 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit() argument
573 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_str_exit()
576 component_id, "%s %s\n", in acpi_ut_str_exit()