Searched refs:_acpi_module_name (Results 1 – 4 of 4) sorted by relevance
/linux/include/acpi/ |
H A D | acoutput.h | 181 #define ACPI_MODULE_NAME(name) static const char ACPI_UNUSED_VAR _acpi_module_name[] = name; 188 #define _acpi_module_name "" macro 195 #define AE_INFO _acpi_module_name, __LINE__ 263 __LINE__, ACPI_GET_FUNCTION_NAME, _acpi_module_name, _COMPONENT
|
H A D | actypes.h | 285 * to use all the variables (for example, _acpi_module_name). This allows us 338 #define ACPI_MEM_PARAMETERS _COMPONENT, _acpi_module_name, __LINE__
|
/linux/drivers/acpi/acpica/ |
H A D | acapps.h | 69 acpi_format_exception (status), #name, _acpi_module_name, __LINE__); \
|
H A D | acutils.h | 446 #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__LINE__,_COMPONENT,t) 447 #define acpi_ut_allocate_object_desc() acpi_ut_allocate_object_desc_dbg (_acpi_module_name,__LINE__,_COMPONENT)
|