Lines Matching refs:component_id

128 		 u32 component_id, const char *format, ...)  in acpi_debug_print()  argument
138 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in acpi_debug_print()
220 u32 component_id, const char *format, ...) in ACPI_EXPORT_SYMBOL()
226 if (!ACPI_IS_DEBUG_ENABLED(requested_debug_level, component_id)) { in ACPI_EXPORT_SYMBOL()
255 const char *module_name, u32 component_id) in ACPI_EXPORT_SYMBOL()
263 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
266 component_id, "%s\n", in ACPI_EXPORT_SYMBOL()
293 u32 component_id, const void *pointer) in ACPI_EXPORT_SYMBOL()
301 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
304 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
329 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str() argument
337 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_str()
340 component_id, "%s %s\n", in acpi_ut_trace_str()
365 const char *module_name, u32 component_id, u32 integer) in acpi_ut_trace_u32() argument
373 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_u32()
376 component_id, "%s %08X\n", in acpi_ut_trace_u32()
400 const char *module_name, u32 component_id) in acpi_ut_exit() argument
405 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_exit()
408 component_id, "%s\n", in acpi_ut_exit()
439 u32 component_id, acpi_status status) in ACPI_EXPORT_SYMBOL()
444 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
448 module_name, component_id, "%s %s\n", in ACPI_EXPORT_SYMBOL()
454 module_name, component_id, in ACPI_EXPORT_SYMBOL()
487 const char *module_name, u32 component_id, u64 value) in ACPI_EXPORT_SYMBOL()
492 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
495 component_id, "%s %8.8X%8.8X\n", in ACPI_EXPORT_SYMBOL()
526 const char *module_name, u32 component_id, u8 *ptr) in ACPI_EXPORT_SYMBOL()
531 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL()
534 component_id, "%s %p\n", in ACPI_EXPORT_SYMBOL()
563 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit() argument
568 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_str_exit()
571 component_id, "%s %s\n", in acpi_ut_str_exit()